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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-a-expected.html

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-a-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-a-expected.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-a-expected.html
deleted file mode 100644
index a6fec366db2b8d11401c31cf88ec75e02468144b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-a-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<title>Reference for The font element text decoration color quirk, 001</title>
-<style>
-span, div > div { color:fuchsia }
-.under { text-decoration:underline }
-.over { text-decoration:overline }
-.strike { text-decoration:line-through }
-</style>
-<div>Quirk should apply:</div>
-<div><u>foo </u><span class="under">style</span><u> bar</u></div>
-<div><u>foo </u><span class="under">color</span><u> bar</u></div>
-<div><u>foo </u><span class="under">color and style</span><u> bar</u></div>
-<div><u>foo </u><span class="under">color=x and style</span><u> bar</u></div>
-<div><u>foo </u><span class="under">color=transparent and style</span><u> bar</u></div>
-<div><u>foo </u><span class="under">color="" and style</span><u> bar</u></div>
-<div><u>foo</u><div class="under">block</div><u>bar</u></div>
-<div><s>foo </s><span class="strike">line-through</span><s> bar</s></div>
-<div><u class="over">foo </u><span class="over">overline</span><u class="over"> bar</u></div>
-<div>Quirks should not apply:</div>
-<div><u>foo <span>span</span> bar</u></div>
-<div><u>foo <span>no-namespace font element</span> bar</u></div>
-<div><u>foo <span>uppercase FONT element</span> bar</u></div>

Powered by Google App Engine
This is Rietveld 408576698