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

Side by Side Diff: LayoutTests/fast/dynamic/first-letter-display-change.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, 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
1 <script src="../../resources/ahem.js"></script>
1 <style> 2 <style>
2 .a:first-letter { float: right; font-size: 2em; } 3 .a:first-letter { float: right; font-size: 2em; }
3 .b:first-letter { color: blue; } 4 .b:first-letter { color: blue; }
4 </style> 5 </style>
5 <div id="target" style="font-family: Ahem;" class="a">Lorem ipsum dolor sit amet </div> 6 <div id="target" style="font-family: Ahem;" class="a">Lorem ipsum dolor sit amet </div>
6 <script> 7 <script>
7 var target = document.getElementById("target"); 8 var target = document.getElementById("target");
8 target.offsetTop; 9 target.offsetTop;
9 target.className = "b"; 10 target.className = "b";
10 </script> 11 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dynamic/first-letter-after-list-marker.html ('k') | LayoutTests/fast/flexbox/overhanging-floats-removed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698