mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 943249 - Repair a few reftests that depend on the old @scrolling behavior.
This commit is contained in:
parent
e6d04e153e
commit
5799df94d2
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user