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

Side by Side Diff: LayoutTests/fast/dom/HTMLDialogElement/modal-dialog-ancestor-is-inert-expected.txt

Issue 133393002: Make ancestors of modal <dialog> inert (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: save a tree walk if able Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test that ancestors of modal <dialog> are inert. To test manually, click the lef t box. There should be no change. Then click the right box. If both boxes turn g reen, the test passes.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Clicking on ancestor
7 PASS document.handledEvent is true
8 PASS document.body.handledEvent is false
9 PASS dialog.handledEvent is false
10 PASS div.handledEvent is false
11 Clicking on dialog
12 PASS document.handledEvent is true
13 PASS document.body.handledEvent is true
14 PASS dialog.handledEvent is true
15 PASS div.handledEvent is true
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698