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

Side by Side Diff: LayoutTests/fast/multicol/inline-getclientrects-expected.txt

Issue 256743006: [New Multicolumn] Make offsetLeft, offsetTop and getClientRects() behave. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master Created 6 years, 7 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 PASS rects.length is 2
2 PASS rects[1].left is > rects[0].left
3 PASS rects[0].top is > rects[1].top
4 PASS rects[0].right - rects[0].left is > 0
5 PASS rects[1].right - rects[1].left is rects[0].right - rects[0].left
6 PASS rects[0].bottom - rects[0].top is > 0
7 PASS rects[1].bottom - rects[1].top is rects[0].bottom - rects[0].top
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11
12
13
14
15
16 XXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXX
17
18
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698