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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/client-rect-nested-expected.txt

Issue 1907443003: Translate flow thread coords to the nearest enclosing coord space when appropriate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a unit test too. Created 4 years, 8 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 Tests getBoundingClientRect() in nested multicol.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS elements[0].getBoundingClientRect().left is 8
7 PASS elements[0].getBoundingClientRect().top is 8
8 PASS elements[0].getBoundingClientRect().right is 318
9 PASS elements[0].getBoundingClientRect().bottom is 28
10 PASS elements[1].getBoundingClientRect().left is 8
11 PASS elements[1].getBoundingClientRect().top is 28
12 PASS elements[1].getBoundingClientRect().right is 158
13 PASS elements[1].getBoundingClientRect().bottom is 48
14 PASS elements[2].getBoundingClientRect().left is 168
15 PASS elements[2].getBoundingClientRect().top is 28
16 PASS elements[2].getBoundingClientRect().right is 238
17 PASS elements[2].getBoundingClientRect().bottom is 48
18 PASS elements[3].getBoundingClientRect().left is 248
19 PASS elements[3].getBoundingClientRect().top is 28
20 PASS elements[3].getBoundingClientRect().right is 318
21 PASS elements[3].getBoundingClientRect().bottom is 48
22 PASS elements[4].getBoundingClientRect().left is 328
23 PASS elements[4].getBoundingClientRect().top is 8
24 PASS elements[4].getBoundingClientRect().right is 398
25 PASS elements[4].getBoundingClientRect().bottom is 28
26 PASS elements[5].getBoundingClientRect().left is 328
27 PASS elements[5].getBoundingClientRect().top is 28
28 PASS elements[5].getBoundingClientRect().right is 398
29 PASS elements[5].getBoundingClientRect().bottom is 48
30 PASS elements[6].getBoundingClientRect().left is 408
31 PASS elements[6].getBoundingClientRect().top is 8
32 PASS elements[6].getBoundingClientRect().right is 478
33 PASS elements[6].getBoundingClientRect().bottom is 28
34 PASS elements[7].getBoundingClientRect().left is 408
35 PASS elements[7].getBoundingClientRect().top is 28
36 PASS elements[7].getBoundingClientRect().right is 478
37 PASS elements[7].getBoundingClientRect().bottom is 48
38 PASS elements[8].getBoundingClientRect().left is 488
39 PASS elements[8].getBoundingClientRect().top is 8
40 PASS elements[8].getBoundingClientRect().right is 558
41 PASS elements[8].getBoundingClientRect().bottom is 28
42 PASS elements[9].getBoundingClientRect().left is 488
43 PASS elements[9].getBoundingClientRect().top is 28
44 PASS elements[9].getBoundingClientRect().right is 558
45 PASS elements[9].getBoundingClientRect().bottom is 48
46 PASS elements[10].getBoundingClientRect().left is 568
47 PASS elements[10].getBoundingClientRect().top is 8
48 PASS elements[10].getBoundingClientRect().right is 638
49 PASS elements[10].getBoundingClientRect().bottom is 28
50 PASS elements[11].getBoundingClientRect().left is 568
51 PASS elements[11].getBoundingClientRect().top is 28
52 PASS elements[11].getBoundingClientRect().right is 638
53 PASS elements[11].getBoundingClientRect().bottom is 48
54 PASS successfullyParsed is true
55
56 TEST COMPLETE
57
58
59
60
61
62
63
64
65
66
67
68
69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698