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"); |