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

Unified Diff: third_party/WebKit/LayoutTests/hittesting/inner-border-radius-hittest-expected.txt

Issue 1513663002: Include inner border radius in block hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create hittesting directory for tests Created 5 years 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/hittesting/inner-border-radius-hittest-expected.txt
diff --git a/third_party/WebKit/LayoutTests/hittesting/inner-border-radius-hittest-expected.txt b/third_party/WebKit/LayoutTests/hittesting/inner-border-radius-hittest-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c247cecce6de1041ccb7989ccb969a8539c934c8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/hittesting/inner-border-radius-hittest-expected.txt
@@ -0,0 +1,24 @@
+The inner border radius clip should be respected for hit testing.
+
+
+ PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS document.elementFromPoint(x + 20, y + 20).id is 'container'
+PASS document.elementFromPoint(x + 35, y + 35).id is 'roundedBoxWithoutScrollbars'
+PASS document.elementFromPoint(x + 60, y + 60).id is 'roundedBoxWithoutScrollbars'
+PASS document.elementFromPoint(x + 68, y + 68).id is 'roundedBoxChildWithoutScrollbars'
+PASS document.elementFromPoint(x + 80, y + 80).id is 'roundedBoxChildWithoutScrollbars'
+PASS document.elementFromPoint(x + 230, y + 230).id is 'roundedBoxChildWithoutScrollbars'
+PASS document.elementFromPoint(x + 240, y + 240).id is 'roundedBoxWithoutScrollbars'
+PASS document.elementFromPoint(x + 265, y + 265).id is 'roundedBoxWithoutScrollbars'
+PASS document.elementFromPoint(x + 275, y + 275).id is 'container'
+PASS document.elementFromPoint(x + 20, y + 20).id is 'container'
+PASS document.elementFromPoint(x + 35, y + 35).id is 'roundedBoxWithScrollbars'
+PASS document.elementFromPoint(x + 60, y + 60).id is 'roundedBoxWithScrollbars'
+PASS document.elementFromPoint(x + 68, y + 68).id is 'roundedBoxWithScrollbarsChild'
+PASS document.elementFromPoint(x + 80, y + 80).id is 'roundedBoxWithScrollbarsChild'
+PASS document.elementFromPoint(x + 230, y + 230).id is 'roundedBoxWithScrollbarsChild'
+PASS document.elementFromPoint(x + 265, y + 265).id is 'roundedBoxWithScrollbars'
+PASS document.elementFromPoint(x + 275, y + 275).id is 'container'
+

Powered by Google App Engine
This is Rietveld 408576698