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

Side by Side Diff: third_party/WebKit/LayoutTests/html/dialog/dialog-canceling-expected.txt

Issue 2671603003: Move DIALOG element tests to html/dialog/. (Closed)
Patch Set: Created 3 years, 10 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
1 Tests canceling modal dialogs using the Escape key. To test manually, hit Escape once to see the topmost dialog turn green, then once again to close it. Repeat for the remaining dialog. 1 Tests canceling modal dialogs using the Escape key. To test manually, hit Escape once to see the topmost dialog turn green, then once again to close it. Repeat for the remaining dialog.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Top dialog event listener should prevent closing. 6 Top dialog event listener should prevent closing.
7 PASS topDialog.open is true 7 PASS topDialog.open is true
8 PASS bottomDialog.open is true 8 PASS bottomDialog.open is true
9 Top dialog should close. 9 Top dialog should close.
10 PASS topDialog.open is false 10 PASS topDialog.open is false
11 PASS bottomDialog.open is true 11 PASS bottomDialog.open is true
12 Input should swallow Escape mechanism. 12 Input should swallow Escape mechanism.
13 PASS topDialog.open is false 13 PASS topDialog.open is false
14 PASS bottomDialog.open is true 14 PASS bottomDialog.open is true
15 Bottom dialog event listener should prevent closing. 15 Bottom dialog event listener should prevent closing.
16 PASS topDialog.open is false 16 PASS topDialog.open is false
17 PASS bottomDialog.open is true 17 PASS bottomDialog.open is true
18 Bottom dialog should close. 18 Bottom dialog should close.
19 PASS topDialog.open is false 19 PASS topDialog.open is false
20 PASS bottomDialog.open is false 20 PASS bottomDialog.open is false
21 Pressing Escape now should do nothing. 21 Pressing Escape now should do nothing.
22 PASS topDialog.open is false 22 PASS topDialog.open is false
23 PASS bottomDialog.open is false 23 PASS bottomDialog.open is false
24 PASS successfullyParsed is true 24 PASS successfullyParsed is true
25 25
26 TEST COMPLETE 26 TEST COMPLETE
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698