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

Side by Side Diff: LayoutTests/fast/multicol/client-rect-after-spanner-expected.txt

Issue 1190153002: Make mapLocalToContainer() work properly for content that follows a column spanner. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test that getBoundingClientRect works as expected on content after a spanner.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.getElementById('elm1').getBoundingClientRect().left is 100
7 PASS document.getElementById('elm1').getBoundingClientRect().top is 220
8 PASS document.getElementById('elm2').getBoundingClientRect().left is 100
9 PASS document.getElementById('elm2').getBoundingClientRect().top is 270
10 PASS document.getElementById('elm3').getBoundingClientRect().left is 216
11 PASS document.getElementById('elm3').getBoundingClientRect().top is 220
12 PASS document.getElementById('elm4').getBoundingClientRect().left is 216
13 PASS document.getElementById('elm4').getBoundingClientRect().top is 270
14 PASS document.getElementById('elm5').getBoundingClientRect().left is 332
15 PASS document.getElementById('elm5').getBoundingClientRect().top is 220
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
20
21
22
23
24
25
26
27
28
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698