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

Side by Side Diff: LayoutTests/ahem-flakiness/fast/text/whitespace/004.html

Issue 1210073008: Add ahem-flakiness to show the Ahem flakiness issue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « LayoutTests/ahem-flakiness/fast/text/whitespace/003.html ('k') | no next file » | 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 normal: zero width non-breaking space</title> 4 <title>white-space normal: zero width non-breaking space</title>
5 <script src="../../../resources/ahem.js"></script>
6 <style type="text/css"> 5 <style type="text/css">
7 /* setup */ 6 /* setup */
8 .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; co lor: white; } 7 .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; co lor: white; }
9 td * { white-space: normal; font: inherit; } 8 td * { white-space: normal; font: inherit; }
10 div { display: block; } 9 div { display: block; }
11 span { display: inline; } 10 span { display: inline; }
12 11
13 /* test */ 12 /* test */
14 td { font: 20px/1 Ahem; color: maroon; background: red; padding: 0; } 13 td { font: 20px/1 Ahem; color: maroon; background: red; padding: 0; }
15 span { background: lime; } 14 span { background: lime; }
(...skipping 10 matching lines...) Expand all
26 <div>XXXXX</div> 25 <div>XXXXX</div>
27 <div>X<span>&#x00A0;&#x00A0;&#x00A0;</span>X</div> 26 <div>X<span>&#x00A0;&#x00A0;&#x00A0;</span>X</div>
28 <div>X<span>&#x200B; &#x200B; &#x200B; &#x200B;</span>X</div> 27 <div>X<span>&#x200B; &#x200B; &#x200B; &#x200B;</span>X</div>
29 <div>X<span> &#x200B; &#x200B; </span>X</div> 28 <div>X<span> &#x200B; &#x200B; </span>X</div>
30 <div>XXXXX</div> 29 <div>XXXXX</div>
31 </td> 30 </td>
32 </tr> 31 </tr>
33 </table> 32 </table>
34 </body> 33 </body>
35 </html> 34 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ahem-flakiness/fast/text/whitespace/003.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698