Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: third_party/WebKit/LayoutTests/compositing/bounds-in-flipped-writing-mode.html

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698