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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/focus-shadowhost-display-none-expected.txt

Issue 2333623003: Convert remaining focus tests in shadow-dom to use testharness.js (Closed)
Patch Set: Created 4 years, 3 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/focus-shadowhost-display-none-expected.txt
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/focus-shadowhost-display-none-expected.txt b/third_party/WebKit/LayoutTests/shadow-dom/focus-shadowhost-display-none-expected.txt
deleted file mode 100644
index 5beb3af59180c81fd60f50be6d9030354630fb99..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/shadow-dom/focus-shadowhost-display-none-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Check if shadow host with display:none CSS rule for :focus works. crbug.com/482830
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-when shadow host itself is focused, it should match display:none, lose focus then becomes display:block again.
-PASS window.getComputedStyle(host).display is "none"
-PASS document.activeElement is host
-PASS root.activeElement is null
-PASS successfullyParsed is true
-
-TEST COMPLETE
-PASS window.getComputedStyle(host).display is "block"
-PASS document.activeElement is document.body
-PASS root.activeElement is null
-when shadow host with delegatesFocus=true has focused element inside the shadow, it should also match display:none, then lose focus and become display:block again.
-PASS window.getComputedStyle(host).display is "none"
-PASS document.activeElement is host
-PASS root.activeElement is input
-PASS window.getComputedStyle(host).display is "block"
-PASS document.activeElement is document.body
-PASS root.activeElement is null
-

Powered by Google App Engine
This is Rietveld 408576698