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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/focus-navigation-with-delegatesFocus-expected.txt

Issue 1862563002: Skip shadow hosts with negative tabindex in focus navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor Created 4 years, 8 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-navigation-with-delegatesFocus-expected.txt
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/focus-navigation-with-delegatesFocus-expected.txt b/third_party/WebKit/LayoutTests/shadow-dom/focus-navigation-with-delegatesFocus-expected.txt
index 0740e32eb9f5d4602d5ccbf7844d066300793f97..8f0cb3a9b30953173bc49685ef7f2339227a263f 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/focus-navigation-with-delegatesFocus-expected.txt
+++ b/third_party/WebKit/LayoutTests/shadow-dom/focus-navigation-with-delegatesFocus-expected.txt
@@ -52,13 +52,9 @@ PASS
(5/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=false
PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
PASS hostDiv.getAttribute("tabindex") is "-1"
-Should move from input-before to host-div/inner-input in forward
-PASS
-Should move from host-div/inner-input to input-after in forward
-PASS
-Should move from input-after to host-div/inner-input in backward
+Should move from input-before to input-after in forward
PASS
-Should move from host-div/inner-input to input-before in backward
+Should move from input-after to input-before in backward
PASS
(6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true
PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
@@ -144,13 +140,9 @@ PASS
(5/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=false
PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
PASS hostDiv.getAttribute("tabindex") is "-1"
-Should move from input-before to host-div/inner-input in forward
-PASS
-Should move from host-div/inner-input to input-after in forward
-PASS
-Should move from input-after to host-div/inner-input in backward
+Should move from input-before to input-after in forward
PASS
-Should move from host-div/inner-input to input-before in backward
+Should move from input-after to input-before in backward
PASS
(6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true
PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true

Powered by Google App Engine
This is Rietveld 408576698