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

Unified Diff: LayoutTests/fast/text/whitespace/004-try-ahem.html

Issue 1204353002: Run try-ahem tests in the original directory of the flaky tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Skip the try-ahem tests in virtual/antialiasedtext 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text/whitespace/004-try-ahem.html
diff --git a/LayoutTests/try-ahem/fast/text/whitespace/004.html b/LayoutTests/fast/text/whitespace/004-try-ahem.html
similarity index 79%
rename from LayoutTests/try-ahem/fast/text/whitespace/004.html
rename to LayoutTests/fast/text/whitespace/004-try-ahem.html
index e427556c48cbac91d67e6be55ce2ec92ed54bbe8..6eb48e31089503f09a12e69cea358036b4afc814 100644
--- a/LayoutTests/try-ahem/fast/text/whitespace/004.html
+++ b/LayoutTests/fast/text/whitespace/004-try-ahem.html
@@ -1,17 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
- <script src="../../../../resources/ahem.js"></script>
+ <script src="../../../resources/ahem.js"></script>
<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; }
+ .control { display: inline; font: 1em/1 myahem, 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; }
+ td { font: 20px/1 myahem; color: maroon; background: red; padding: 0; }
span { background: lime; }
div { color: green; }
</style>

Powered by Google App Engine
This is Rietveld 408576698