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

Side by Side Diff: LayoutTests/fast/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element-expected.txt

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
(Empty)
1 Test offsetLeft and offsetTop for blocks and inlines in a named flow when the re gion's offsetParent is NOT the body.
2 This test also covers borders.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6 PASS divText.offsetParent is document.body
7 PASS divText.offsetLeft is 300
8 PASS divText.offsetTop is 350
9 PASS regionParent.offsetLeft is 200
10 PASS region.offsetParent is regionParent
11 PASS region.offsetLeft is 30
12 PASS region.offsetTop is 20
13 PASS inlineElement.offsetParent is document.body
14 PASS inlineElement.offsetLeft is 300
15 PASS inlineElement.offsetTop is 550
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698