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

Unified Diff: LayoutTests/fast/text/whitespace/003-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/003-try-ahem.html
diff --git a/LayoutTests/try-ahem/fast/text/whitespace/003.html b/LayoutTests/fast/text/whitespace/003-try-ahem.html
similarity index 86%
rename from LayoutTests/try-ahem/fast/text/whitespace/003.html
rename to LayoutTests/fast/text/whitespace/003-try-ahem.html
index 261b8eccb01d678e6d17143b08192ac0b3e858d2..d807c4c9deab5305ceef9dae31877b07e55a0f8e 100644
--- a/LayoutTests/try-ahem/fast/text/whitespace/003.html
+++ b/LayoutTests/fast/text/whitespace/003-try-ahem.html
@@ -2,14 +2,14 @@
<html>
<head>
<title>white-space normal: simple tests</title>
- <script src="../../../../resources/ahem.js"></script>
+ <script src="../../../resources/ahem.js"></script>
<style type="text/css">
- .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; }
* { 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; }
+ td { font: 20px/1 myahem; color: red; background: red; padding: 0; }
.red { background: red; }
.green { color: green; background: lime; }
.check { width: 3em; background: lime; color: green; }
« no previous file with comments | « LayoutTests/fast/text/whitespace/002-try-ahem.html ('k') | LayoutTests/fast/text/whitespace/004-try-ahem.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698