Bug 1223537 - Fix the deferred-anchor.xhtml test by making the scrollbar behaviour consistent. r=kats

This commit is contained in:
Randall Barker 2015-11-11 16:45:42 -05:00
parent c1e3cdaf33
commit ee52b6b21d
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%; overflow: hidden;">
<head>
</head>
<body style="margin: 0;">

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%; overflow: hidden;">
<head>
<script>
var xhr = new XMLHttpRequest();

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml" style="overflow:hidden">
<head>
<script>document.location.hash = "#d";</script>
</head>