| Index: LayoutTests/fast/frames/flattening/iframe-flattening-nested.html
|
| diff --git a/LayoutTests/fast/frames/flattening/iframe-flattening-nested.html b/LayoutTests/fast/frames/flattening/iframe-flattening-nested.html
|
| deleted file mode 100644
|
| index e3c12adc7d84a8000854ce3de03e038ad365a648..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/frames/flattening/iframe-flattening-nested.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <style type="text/css" media="screen">
|
| - iframe {
|
| - border: 1px solid black;
|
| - background-color: white;
|
| - }
|
| - </style>
|
| - <script type="text/javascript">
|
| - function test()
|
| - {
|
| - if (window.internals)
|
| - internals.settings.setFrameFlatteningEnabled(true);
|
| - // Force synchronous layout.
|
| - document.body.offsetHeight;
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="test()">
|
| - <style>body { background-color: green; }</style>
|
| -
|
| - <p><iframe width="500px" height="400px" src="resources/intermediate-frame.html">
|
| -</body>
|
| -</html>
|
|
|