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

Side by Side Diff: LayoutTests/fast/overflow/hit-test-overflow-hidden-with-box-shadow-expected.txt

Issue 230943003: hitTest should check the location if it is inside borderBoxRect in case of overflow: hidden (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 This test checks that div block should not get events on clicking the shadow out side div block.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9
10 Focus should remain in the textarea
11 PASS document.activeElement.tagName is "TEXTAREA"
12
13 Focus should move to the body
14 PASS document.activeElement.tagName is "BODY"
15
16 Focus should remain in the textarea
17 PASS document.activeElement.tagName is "TEXTAREA"
18
19 Focus should move to the body
20 PASS document.activeElement.tagName is "BODY"
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698