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

Unified Diff: LayoutTests/fast/exclusions/parsing/parsing-wrap-through-expected.txt

Issue 359023002: Remove CSS Exclusions leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 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/exclusions/parsing/parsing-wrap-through-expected.txt
diff --git a/LayoutTests/fast/exclusions/parsing/parsing-wrap-through-expected.txt b/LayoutTests/fast/exclusions/parsing/parsing-wrap-through-expected.txt
deleted file mode 100644
index e99b285bc66b7b32adef660dbae13d1be9b2430d..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/exclusions/parsing/parsing-wrap-through-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Test parsing of the CSS wrap-through property.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS getCSSText("-webkit-wrap-through", "wrap") is "wrap"
-PASS getCSSText("-webkit-wrap-through", "none") is "none"
-PASS getCSSText("-webkit-wrap-through", ";") is ""
-PASS getCSSText("-webkit-wrap-through", "5") is ""
-PASS getCSSText("-webkit-wrap-through", "-1.2") is ""
-PASS getCSSText("-webkit-wrap-through", "'string'") is ""
-PASS getComputedStyleValue("-webkit-wrap-through", "wrap") is "wrap"
-PASS getComputedStyleValue("-webkit-wrap-through", "5") is "wrap"
-PASS getComputedStyleValue("-webkit-wrap-through", "'string'") is "wrap"
-PASS getChildComputedStyle("-webkit-wrap-through", "wrap", "none") is "none"
-PASS getChildComputedStyle("-webkit-wrap-through", "none", "wrap") is "wrap"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698