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

Side by Side Diff: third_party/WebKit/LayoutTests/html/dialog/abspos-dialog-layout-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 layout of absolutely positioned modal dialogs. 1 Tests layout of absolutely positioned modal dialogs.
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 6
7 showModal() should center in the viewport. 7 showModal() should center in the viewport.
8 PASS dialog.getBoundingClientRect().top is centeredTop 8 PASS dialog.getBoundingClientRect().top is centeredTop
9 9
10 The dialog is a positioned element, so the top and bottom should not have style auto. 10 The dialog is a positioned element, so the top and bottom should not have style auto.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 A dialog with specified 'top' should be positioned as usual 45 A dialog with specified 'top' should be positioned as usual
46 PASS dialog.getBoundingClientRect().top + window.scrollY is offset 46 PASS dialog.getBoundingClientRect().top + window.scrollY is offset
47 47
48 A dialog with specified 'bottom' should be positioned as usual 48 A dialog with specified 'bottom' should be positioned as usual
49 PASS dialog.getBoundingClientRect().bottom + window.scrollY is window.innerHeigh t - offset 49 PASS dialog.getBoundingClientRect().bottom + window.scrollY is window.innerHeigh t - offset
50 PASS successfullyParsed is true 50 PASS successfullyParsed is true
51 51
52 TEST COMPLETE 52 TEST COMPLETE
53 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698