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

Unified Diff: LayoutTests/ahem-flakiness/fast/repaint/text-emphasis-v-2.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/repaint/text-emphasis-v-2.html
diff --git a/LayoutTests/ahem-flakiness/fast/repaint/text-emphasis-v-2.html b/LayoutTests/ahem-flakiness/fast/repaint/text-emphasis-v-2.html
deleted file mode 100644
index 54c03031ad14b132ae4228229b3009c395cd31b6..0000000000000000000000000000000000000000
--- a/LayoutTests/ahem-flakiness/fast/repaint/text-emphasis-v-2.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<body style="-webkit-font-smoothing: none; position: relative;">
-<div style="color: red; font: 16px Ahem; 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 Ahem; color: green; position: absolute; top: 0; left: 0;">
- <div style="-webkit-text-emphasis: 'm';">
- 2222
- </div>
- <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: under;">
- 2222
- </div>
-
- <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm';">
- 2222
- </div>
- <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: under;">
- 2222
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698