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

Side by Side Diff: LayoutTests/fast/multicol/vertical-rl/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, wr iting-mode is vertical-rl
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 150
7 PASS document.getElementById('elm1').getBoundingClientRect().top is 100
8 PASS document.getElementById('elm2').getBoundingClientRect().left is 100
9 PASS document.getElementById('elm2').getBoundingClientRect().top is 100
10 PASS document.getElementById('elm3').getBoundingClientRect().left is 150
11 PASS document.getElementById('elm3').getBoundingClientRect().top is 216
12 PASS document.getElementById('elm4').getBoundingClientRect().left is 100
13 PASS document.getElementById('elm4').getBoundingClientRect().top is 216
14 PASS document.getElementById('elm5').getBoundingClientRect().left is 150
15 PASS document.getElementById('elm5').getBoundingClientRect().top is 332
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
20
21
22
23
24
25
26
27
28
29
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/vertical-rl/client-rect-after-spanner.html ('k') | Source/core/layout/LayoutMultiColumnSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698