Bug 943249 - Repair a few reftests that depend on the old @scrolling behavior.

This commit is contained in:
Mats Palmgren 2014-01-12 04:05:49 +00:00
parent e6d04e153e
commit 5799df94d2
3 changed files with 5 additions and 6 deletions

View File

@ -14,7 +14,7 @@
</script>
</head>
<body onload="doTest()" style="margin: 0">
<iframe src="621253-helper-externalFilter.xhtml"
style="border: 0; overflow: hidden"></iframe>
<iframe scrolling="no" src="621253-helper-externalFilter.xhtml"
style="border: 0"></iframe>
</body>
</html>

View File

@ -14,7 +14,7 @@
</script>
</head>
<body onload="doTest()" style="margin: 0">
<iframe src="621253-helper-externalFilter.xhtml"
style="border: 0; overflow: hidden"></iframe>
<iframe scrolling="no" src="621253-helper-externalFilter.xhtml"
style="border: 0"></iframe>
</body>
</html>

View File

@ -2,14 +2,13 @@
<head>
<style>
iframe {
overflow: hidden;
height: 200px;
width: 300px;
}
</style>
</head>
<body>
<iframe src="iframe-transform.html">
<iframe scrolling="no" src="iframe-transform.html">
</iframe>
</body>
</html>