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

Unified Diff: third_party/WebKit/LayoutTests/fast/writing-mode/table-hit-test.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/fast/writing-mode/table-hit-test.html
diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/table-hit-test.html b/third_party/WebKit/LayoutTests/fast/writing-mode/table-hit-test.html
index 0728f6b981dac091833b901ed736da8408d748af..8ab69e360d9a27cb717aa8561bd4eb9319037ae8 100644
--- a/third_party/WebKit/LayoutTests/fast/writing-mode/table-hit-test.html
+++ b/third_party/WebKit/LayoutTests/fast/writing-mode/table-hit-test.html
@@ -60,19 +60,6 @@
checkElementAtPoint(51, 101, "2-1-2");
checkElementAtPoint(101, 101, "2-1-3");
- log("\nTesting horizontal-bt:");
- style.webkitWritingMode = "horizontal-bt";
- checkElementAtPoint(1, 101, "c");
- checkElementAtPoint(1, 51, "1-1-1");
- checkElementAtPoint(51, 51, "1-1-2");
- checkElementAtPoint(101, 51, "1-1-3");
- checkElementAtPoint(1, 26, "1-2-1");
- checkElementAtPoint(51, 26, "1-2-2");
- checkElementAtPoint(101, 26, "1-2-3");
- checkElementAtPoint(1, 1, "2-1-1");
- checkElementAtPoint(51, 1, "2-1-2");
- checkElementAtPoint(101, 1, "2-1-3");
-
log("\nTesting vertical-lr:");
style.webkitWritingMode = "vertical-lr";
checkElementAtPoint(1, 1, "c");

Powered by Google App Engine
This is Rietveld 408576698