Index: LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html |
diff --git a/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html b/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html |
deleted file mode 100644 |
index 10bfcef1880c1283d8b7692d21451ea2aac2144f..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-<html> |
-<head> |
- <script type="text/javascript"> |
- |
- function test() |
- { |
- if (window.testRunner && window.internals) { |
- testRunner.dumpAsText(); |
- internals.settings.setFrameFlatteningEnabled(true); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test()"> |
- <div> |
- <p>This test verifies that nested iframes do not cause assertion failure, when javascript is forcing layout. PASS if no assert in debug.</p> |
- </div> |
- <iframe src="data:text/html, |
- <style>body { background-color: green; }</style> |
- <body> |
- <iframe src='data:text/html, |
- <style>body { background-color: yellow; }</style> |
- <body></body>' scrolling='no' height='50px' width='50px'></iframe> |
- <script>document.body.offsetHeight</script> |
- </body>" scrolling="no" height="100px" width="100px"></iframe> |
- <script>document.body.offsetHeight</script> |
-</body> |
-</html> |