| Index: third_party/WebKit/LayoutTests/compositing/bounds-in-flipped-writing-mode.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/bounds-in-flipped-writing-mode.html b/third_party/WebKit/LayoutTests/compositing/bounds-in-flipped-writing-mode.html
|
| deleted file mode 100644
|
| index ca8d85f2a19a4857b8be550c291ebac5f4eafae2..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/compositing/bounds-in-flipped-writing-mode.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<body style="margin: 0; padding: 100px;">
|
| - <div style="width: 100px; height: 100px; background-color: red;"></div>
|
| - <div style="width: 100px; height: 100px; -webkit-writing-mode: horizontal-bt; transform: translatez(0)">
|
| - <div style="-webkit-margin-before: 100px; height: 100px; background-color: green;"></div>
|
| - </div>
|
| - <pre id="console"></pre>
|
| - <script>
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - document.getElementById("console").appendChild(document.createTextNode(window.internals.layerTreeAsText(document)));
|
| - }
|
| - </script>
|
| -</body>
|
|
|