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

--HG--
extra : commitid : D7CmTfI485h
This commit is contained in:
Randall Barker 2015-11-10 15:57:05 -05:00
parent 974cb05c7a
commit 18686ba8ee
2 changed files with 2 additions and 2 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();