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

Unified Diff: LayoutTests/try-ahem/fast/repaint/text-emphasis-v.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
« no previous file with comments | « LayoutTests/resources/ahem.js ('k') | LayoutTests/try-ahem/fast/text/whitespace/002.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/try-ahem/fast/repaint/text-emphasis-v.html
diff --git a/LayoutTests/try-ahem/fast/repaint/text-emphasis-v.html b/LayoutTests/try-ahem/fast/repaint/text-emphasis-v.html
deleted file mode 100644
index cd8cf0056943b66ac8822bdf4a674359c0bc2f5a..0000000000000000000000000000000000000000
--- a/LayoutTests/try-ahem/fast/repaint/text-emphasis-v.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<style>
-@font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); }
-</style>
-<body style="-webkit-font-smoothing: none; position: relative;">
-<div style="color: red; font: 16px myahem; padding-left: 8px;">
-2 2 2 2<br>
-2 2 2 2<br>
-2 2 2 2<br>
-2 2 2 2<br>
-2 2 2 2<br>
-2 2 2 2<br>
-2 2 2 2<br>
-2 2 2 2<br>
-2 2 2 2<br>
-2 2 2 2<br>
-2 2 2 2<br>
-2 2 2 2
-</div>
-<div style="font: 32px myahem; color: green; position: absolute; top: 0; left: 0;">
- <div style="-webkit-text-emphasis: 'm';">
- 1111
- </div>
- <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: under;">
- 1111
- </div>
-
- <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm';">
- 1111
- </div>
- <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: under;">
- 1111
- </div>
-</div>
« no previous file with comments | « LayoutTests/resources/ahem.js ('k') | LayoutTests/try-ahem/fast/text/whitespace/002.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698