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

Side by Side Diff: LayoutTests/fast/inline/continuation-outlines-with-layers-2.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 <script src="../../resources/ahem.js"></script>
2 <style> 3 <style>
3 div.container { margin: 16px 0; } 4 div.container { margin: 16px 0; }
4 span.outer { font-size: 50px; background-color: white; font-family: Ahem; } 5 span.outer { font-size: 50px; background-color: white; font-family: Ahem; }
5 span.inner { outline: 5px auto green; padding: 0 10px; } 6 span.inner { outline: 5px auto green; padding: 0 10px; }
6 </style> 7 </style>
7 <p> 8 <p>
8 This should be an unobscured fuzzy green polygon: 9 This should be an unobscured fuzzy green polygon:
9 </p> 10 </p>
10 <div class="container"> 11 <div class="container">
11 <span class="outer" style="position: relative;"> 12 <span class="outer" style="position: relative;">
12 &nbsp;<span class="inner"> 13 &nbsp;<span class="inner">
13 &nbsp;<div></div>&nbsp; 14 &nbsp;<div></div>&nbsp;
14 </span> 15 </span>
15 </span> 16 </span>
16 </div> 17 </div>
17 <p> 18 <p>
18 This is just for reference: 19 This is just for reference:
19 </p> 20 </p>
20 <div class="container"> 21 <div class="container">
21 <span class="outer"> 22 <span class="outer">
22 &nbsp;<span class="inner"> 23 &nbsp;<span class="inner">
23 &nbsp;<div></div>&nbsp; 24 &nbsp;<div></div>&nbsp;
24 </span> 25 </span>
25 </span> 26 </span>
26 </div> 27 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/inline-block/002.html ('k') | LayoutTests/fast/inline/justify-emphasis-inline-box.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698