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

Side by Side Diff: LayoutTests/fast/lists/inline-before-content-after-list-marker.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- Test passes if you see green text only and no "PA" repetition --> 2 <!-- Test passes if you see green text only and no "PA" repetition -->
3 <html> 3 <html>
4 <script src="../../resources/ahem.js"></script>
4 <body style="font-family: Ahem; font-size: 40px; -webkit-font-smoothing: none;"> 5 <body style="font-family: Ahem; font-size: 40px; -webkit-font-smoothing: none;">
5 <style> 6 <style>
6 li:before { content: "PA"; } 7 li:before { content: "PA"; }
7 </style> 8 </style>
8 <li>SS 9 <li>SS
9 <div></div> 10 <div></div>
10 </li> 11 </li>
11 <script> 12 <script>
12 document.body.offsetTop; 13 document.body.offsetTop;
13 document.body.style.color = "green"; 14 document.body.style.color = "green";
14 </script> 15 </script>
15 </body> 16 </body>
16 </html> 17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/inline/justify-emphasis-inline-box.html ('k') | LayoutTests/fast/lists/list-marker-before-content-table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698