| Index: LayoutTests/platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html
|
| diff --git a/LayoutTests/platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html b/LayoutTests/platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html
|
| deleted file mode 100644
|
| index bf84ddd4a6ca5c07d8e399d8fe6f8e503b8e0411..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <style>
|
| - iframe {
|
| - height: 150px;
|
| - width: 150px;
|
| - }
|
| - </style>
|
| - <script>
|
| - if (window.internals) {
|
| - internals.settings.setForceCompositingMode(true);
|
| - internals.settings.setAcceleratedCompositingForScrollableFramesEnabled(true);
|
| - }
|
| - function doTest()
|
| - {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText(false);
|
| - document.getElementById('layertree').innerText = window.internals.layerTreeAsText(document);
|
| - }
|
| - }
|
| - window.addEventListener("load", doTest, false);
|
| - </script>
|
| -</head>
|
| -<body>
|
| - <!-- this should generate a layer due to overflow -->
|
| - <iframe src="resources/subframe-big.html"></iframe>
|
| - <pre id="layertree"></pre>
|
| -</body>
|
| -</html>
|
|
|