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

Unified Diff: LayoutTests/fast/multicol/hit-test-gap-between-pages.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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: LayoutTests/fast/multicol/hit-test-gap-between-pages.html
diff --git a/LayoutTests/fast/multicol/hit-test-gap-between-pages.html b/LayoutTests/fast/multicol/hit-test-gap-between-pages.html
deleted file mode 100644
index 83ddb054d495575f2640a84fd68696503a5e1043..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/hit-test-gap-between-pages.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
- <body style="margin: 0;">
- <div style="overflow: -webkit-paged-x; -webkit-column-gap: 20px; height: 300px; width: 100px; ">
- <div id=a style="height: 50%;"></div>
- <div id=b style="height: 50%;"></div>
- <div id="target" style="height: 50%;"></div>
- <div id=c style="height: 50%;"></div>
- <div id="result"></div>
- </div>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- document.getElementById("result").innerText = document.caretRangeFromPoint(115, 50).startContainer === document.getElementById("target") ? "PASS" : "FAIL";
- </script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698