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

Side by Side Diff: LayoutTests/fast/multicol/client-rects.html

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 years, 5 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../resources/ahem.js"></script>
2 <style> 3 <style>
3 div.columns { 4 div.columns {
4 height: 50px; 5 height: 50px;
5 width: 110px; 6 width: 110px;
6 margin: 10px 0; 7 margin: 10px 0;
7 padding: 10px; 8 padding: 10px;
8 border: solid black; 9 border: solid black;
9 font-family: Ahem; 10 font-family: Ahem;
10 font-size: 25px; 11 font-size: 25px;
11 color: lightblue; 12 color: lightblue;
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 placeMarkersForRange(range); 124 placeMarkersForRange(range);
124 125
125 var image = document.getElementById("t6"); 126 var image = document.getElementById("t6");
126 range.selectNode(image); 127 range.selectNode(image);
127 placeMarkersForRange(range); 128 placeMarkersForRange(range);
128 129
129 var div = document.getElementById("t7"); 130 var div = document.getElementById("t7");
130 range.selectNode(div); 131 range.selectNode(div);
131 placeMarkersForRange(div); 132 placeMarkersForRange(div);
132 </script> 133 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/lists/list-marker-before-content-table.html ('k') | LayoutTests/fast/parser/fonts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698