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

Side by Side Diff: third_party/WebKit/LayoutTests/html/dialog/multiple-centered-dialogs-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 Test that multiple dialogs are centered properly. You should see four boxes: one on the top row, two on the middle, and one on the bottom. 1 Test that multiple dialogs are centered properly. You should see four boxes: one on the top row, two on the middle, and one on the bottom.
2 showing top-dialog 2 showing top-dialog
3 PASS dialog.offsetTop is expectedTop(dialog) 3 PASS dialog.offsetTop is expectedTop(dialog)
4 showing first-middle-dialog 4 showing first-middle-dialog
5 PASS dialog.offsetTop is expectedTop(dialog) 5 PASS dialog.offsetTop is expectedTop(dialog)
6 showing second-middle-dialog 6 showing second-middle-dialog
7 PASS dialog.offsetTop is expectedTop(dialog) 7 PASS dialog.offsetTop is expectedTop(dialog)
8 showing bottom-dialog 8 showing bottom-dialog
9 PASS dialog.offsetTop is expectedTop(dialog) 9 PASS dialog.offsetTop is expectedTop(dialog)
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698