Index: LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height.html |
diff --git a/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height.html b/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height.html |
deleted file mode 100644 |
index 0883c00cd8c642613604bd56cf034b8aa5d1ffa2..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height.html |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-<html> |
-<head> |
- <script type="text/javascript"> |
- if (window.testRunner && window.internals) { |
- testRunner.waitUntilDone(); |
- internals.settings.setFrameFlatteningEnabled(true); |
- } |
- |
- function test() |
- { |
- setTimeout(function() { |
- if (window.testRunner) |
- testRunner.notifyDone(); |
- }, 0); |
- } |
- </script> |
-</head> |
-<body onload="test()"> |
- <style>body { background-color: green; }</style> |
- <p>Test for iframe flattening. The flattening only works inside the DRT. |
- <p>This inner frame should be 400px in each direction, disregarding the |
- border, and it must not be scrollable or have scrollbars. |
- |
- <p><iframe width="200px" height="200px" scrolling=auto src="data:text/html, |
- <style>body { background-color: red; }</style> |
- <body> |
- <div style='position: absolute; width: 400px; height: 400px; left: 0; top: 0px;'></div> |
- </body> |
- "></iframe> |
-</body> |
-</html> |