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

Side by Side Diff: LayoutTests/fast/text/whitespace/011.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
« no previous file with comments | « LayoutTests/fast/text/whitespace/010.html ('k') | LayoutTests/fast/text/whitespace/012.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>white-space nowrap: zero width non-breaking space</title> 4 <title>white-space nowrap: zero width non-breaking space</title>
5 <script src="../../../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 /* setup */ 7 /* setup */
7 .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; co lor: white; } 8 .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; co lor: white; }
8 td * { white-space: nowrap; font: inherit; } 9 td * { white-space: nowrap; font: inherit; }
9 div { display: block; } 10 div { display: block; }
10 span { display: inline; } 11 span { display: inline; }
11 12
12 /* test */ 13 /* test */
13 td { font: 20px/1 Ahem; color: maroon; background: red; padding: 0; } 14 td { font: 20px/1 Ahem; color: maroon; background: red; padding: 0; }
14 span { background: lime; } 15 span { background: lime; }
(...skipping 10 matching lines...) Expand all
25 <div>XXXXX</div> 26 <div>XXXXX</div>
26 <div><span>X&#x00A0;&#x00A0;&#x00A0;X</span></div> 27 <div><span>X&#x00A0;&#x00A0;&#x00A0;X</span></div>
27 <div><span>X&#x200B; &#x200B; &#x200B; &#x200B;X</span></div> 28 <div><span>X&#x200B; &#x200B; &#x200B; &#x200B;X</span></div>
28 <div><span>X &#x200B; &#x200B; X</span></div> 29 <div><span>X &#x200B; &#x200B; X</span></div>
29 <div>XXXXX</div> 30 <div>XXXXX</div>
30 </td> 31 </td>
31 </tr> 32 </tr>
32 </table> 33 </table>
33 </body> 34 </body>
34 </html> 35 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/whitespace/010.html ('k') | LayoutTests/fast/text/whitespace/012.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698