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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/client-rects-expected.html

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
1 <style> 1 <style>
2 div.columns { 2 div.columns {
3 display: inline-block;
3 height: 50px; 4 height: 50px;
4 width: 110px; 5 width: 110px;
5 margin: 10px 0; 6 margin: 10px 0;
6 padding: 10px; 7 padding: 10px;
7 border: solid black; 8 border: solid black;
8 font-family: ahem; 9 font-family: ahem;
9 font-size: 25px; 10 font-size: 25px;
10 color: lightblue; 11 color: lightblue;
11 -webkit-columns: 2; 12 -webkit-columns: 2;
12 -webkit-column-gap: 10px; 13 -webkit-column-gap: 10px;
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 placeMarkersForRange(range); 120 placeMarkersForRange(range);
120 121
121 var image = document.getElementById("t6"); 122 var image = document.getElementById("t6");
122 range.selectNode(image); 123 range.selectNode(image);
123 placeMarkersForRange(range); 124 placeMarkersForRange(range);
124 125
125 var div = document.getElementById("t7"); 126 var div = document.getElementById("t7");
126 range.selectNode(div); 127 range.selectNode(div);
127 placeMarkersForRange(div); 128 placeMarkersForRange(div);
128 </script> 129 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/client-rects.html ('k') | LayoutTests/resources/js-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698