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

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

Issue 1897753002: Check scrollbars before hit testing border radius (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove all insiders Created 4 years, 8 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/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
index c247cecce6de1041ccb7989ccb969a8539c934c8..32ddf81b75e0f0572a853f626e81d65f35e41c42 100644
--- a/third_party/WebKit/LayoutTests/hittesting/inner-border-radius-hittest-expected.txt
+++ b/third_party/WebKit/LayoutTests/hittesting/inner-border-radius-hittest-expected.txt
@@ -21,4 +21,6 @@ PASS document.elementFromPoint(x + 80, y + 80).id is 'roundedBoxWithScrollbarsCh
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'
+PASS document.elementFromPoint(x + 150, y + 240).id is 'roundedBoxWithScrollbars'
+PASS document.elementFromPoint(x + 240, y + 150).id is 'roundedBoxWithScrollbars'

Powered by Google App Engine
This is Rietveld 408576698