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

Side by Side Diff: LayoutTests/ahem-flakiness/fast/text/whitespace/003.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
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: simple tests</title> 4 <title>white-space normal: simple tests</title>
5 <script src="../../../resources/ahem.js"></script>
6 <style type="text/css"> 5 <style type="text/css">
7 .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; co lor: white; } 6 .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; co lor: white; }
8 * { white-space: normal; } 7 * { white-space: normal; }
9 div { display: block; } 8 div { display: block; }
10 span { display: inline; } 9 span { display: inline; }
11 table { padding: 0; border-spacing: 0; border: solid; } 10 table { padding: 0; border-spacing: 0; border: solid; }
12 td { font: 20px/1 Ahem; color: red; background: red; padding: 0; } 11 td { font: 20px/1 Ahem; color: red; background: red; padding: 0; }
13 .red { background: red; } 12 .red { background: red; }
14 .green { color: green; background: lime; } 13 .green { color: green; background: lime; }
15 .check { width: 3em; background: lime; color: green; } 14 .check { width: 3em; background: lime; color: green; }
(...skipping 17 matching lines...) Expand all
33 <div class="green"> <span>X</span> <span>X</span></div> 32 <div class="green"> <span>X</span> <span>X</span></div>
34 <div class="green"><span>X</span> <span>X</span> </div> 33 <div class="green"><span>X</span> <span>X</span> </div>
35 <div class="green"> <div></div> <span>X</span> <span>X</span> </div> 34 <div class="green"> <div></div> <span>X</span> <span>X</span> </div>
36 <div class="green"> <span>X</span> <span>X</span> <div></div> </div> 35 <div class="green"> <span>X</span> <span>X</span> <div></div> </div>
37 <div class="check">X X</div> 36 <div class="check">X X</div>
38 </td> 37 </td>
39 </tr> 38 </tr>
40 </table> 39 </table>
41 </body> 40 </body>
42 </html> 41 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ahem-flakiness/fast/text/whitespace/002.html ('k') | LayoutTests/ahem-flakiness/fast/text/whitespace/004.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698