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: third_party/WebKit/LayoutTests/shadow-dom/cascade-deep-in-v1-expected.txt

Issue 2051373002: Rewrite and organize tests in LayoutTests/shadow-dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean-test2-3
Patch Set: clean up Created 4 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: third_party/WebKit/LayoutTests/shadow-dom/cascade-deep-in-v1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/cascade-deep-in-v1-expected.txt b/third_party/WebKit/LayoutTests/shadow-dom/cascade-deep-in-v1-expected.txt
deleted file mode 100644
index 851062c119276499a77c9a42c87165be6a896f39..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/shadow-dom/cascade-deep-in-v1-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-CONSOLE WARNING: line 1: /deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.
-Cascade order for inner/outer tree rules with /deep/.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS getComputedStyle(root1.querySelector("div")).color is green
-PASS getComputedStyle(root1.querySelector("div + div")).color is green
-PASS getComputedStyle(root2.querySelector("div")).color is green
-PASS getComputedStyle(root2.querySelector("div + div")).color is green
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698