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

Unified Diff: LayoutTests/ahem-flakiness/fast/text/whitespace/002.html

Issue 1224183003: Remove LayoutTests/ahem-flakiness (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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/ahem-flakiness/fast/text/whitespace/002.html
diff --git a/LayoutTests/ahem-flakiness/fast/text/whitespace/002.html b/LayoutTests/ahem-flakiness/fast/text/whitespace/002.html
deleted file mode 100644
index cf18612e0e0bee59572862fe47784df774ca4307..0000000000000000000000000000000000000000
--- a/LayoutTests/ahem-flakiness/fast/text/whitespace/002.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
- <head>
- <title>white-space normal: simple tests</title>
- <style type="text/css">
- .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
- * { white-space: normal; }
- div { display: block; }
- span { display: inline; }
- table { padding: 0; border-spacing: 0; border: solid; }
- td { font: 20px/1 Ahem; color: red; background: red; padding: 0; }
- .red { background: red; }
- .green { color: green; background: lime; }
- .check { width: 3em; background: lime; color: green; }
- </style>
- </head>
- <body>
- <div class="control">Ahem_font_required_for_this_test.</div>
- <p>There should be three columns below, dark green, light green, and dark green, with no red anywhere.</p>
- <table>
- <tr>
- <td>
- <div class="red"> </div>
- <div class="red"> <div></div></div>
- <div class="red"> <div> </div></div>
- <div class="red"><div> </div></div>
- <div class="red"><div> </div> </div>
- <div class="red"><div></div> </div>
- <div class="red"> <div></div> </div>
- <div class="red"> <div> </div> </div>
- <div class="green"><span>X</span> <span>X</span></div>
- <div class="green"> <span>X</span> <span>X</span></div>
- <div class="green"><span>X</span> <span>X</span> </div>
- <div class="green"> <div></div> <span>X</span> <span>X</span> </div>
- <div class="green"> <span>X</span> <span>X</span> <div></div> </div>
- <div class="check">X X</div>
- </td>
- </tr>
- </table>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698