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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/delegatesFocus-highlight-sibling-expected.txt

Issue 1774113002: Move Shadow DOM V1 tests from fast/dom/shadow to shadow-dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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/fast/dom/shadow/delegatesFocus-highlight-sibling-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/delegatesFocus-highlight-sibling-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/delegatesFocus-highlight-sibling-expected.txt
deleted file mode 100644
index 86d511b3c6c24abdd38175bcd508b6df93d1d55c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/delegatesFocus-highlight-sibling-expected.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-crbug/474687 :focus style should properly be applied to shadow hosts.
-PASS document.activeElement.id is "XMenu1"
-PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
-PASS document.activeElement.id is "XMenu2"
-PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu2') is "rgb(204, 204, 204)"
-PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
-PASS document.activeElement.id is "XMenu3"
-PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu3') is "rgb(204, 204, 204)"
-PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
-PASS document.activeElement.id is "XMenu4"
-PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu4') is "rgb(204, 204, 204)"
-PASS document.activeElement.id is "XMenu3"
-PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu3') is "rgb(204, 204, 204)"
-PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
-PASS document.activeElement.id is "XMenu2"
-PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu2') is "rgb(204, 204, 204)"
-PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
-PASS document.activeElement.id is "XMenu1"
-PASS backgroundColorOf('XMenu1') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu2') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu3') is "rgb(170, 170, 170)"
-PASS backgroundColorOf('XMenu4') is "rgb(170, 170, 170)"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
-

Powered by Google App Engine
This is Rietveld 408576698