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

Unified Diff: LayoutTests/ahem-flakiness/fast/text/whitespace/004.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/004.html
diff --git a/LayoutTests/ahem-flakiness/fast/text/whitespace/004.html b/LayoutTests/ahem-flakiness/fast/text/whitespace/004.html
deleted file mode 100644
index e9ddb82ae21346b02f0536d8ccaaf29b0a0c7921..0000000000000000000000000000000000000000
--- a/LayoutTests/ahem-flakiness/fast/text/whitespace/004.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html>
- <head>
- <title>white-space normal: zero width non-breaking space</title>
- <style type="text/css">
- /* setup */
- .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
- td * { white-space: normal; font: inherit; }
- div { display: block; }
- span { display: inline; }
-
- /* test */
- td { font: 20px/1 Ahem; color: maroon; background: red; padding: 0; }
- span { background: lime; }
- div { color: green; }
- </style>
- </head>
- <body>
- <div class="control">Ahem_font_required_for_this_test.</div>
- <p>There should be no red below, only a green square bordered in green.</p>
- <!-- U+00A0 is exactly equivalent to U+200B U+0020 U+200B -->
- <table>
- <tr>
- <td>
- <div>XXXXX</div>
- <div>X<span>&#x00A0;&#x00A0;&#x00A0;</span>X</div>
- <div>X<span>&#x200B; &#x200B; &#x200B; &#x200B;</span>X</div>
- <div>X<span> &#x200B; &#x200B; </span>X</div>
- <div>XXXXX</div>
- </td>
- </tr>
- </table>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698