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

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

Issue 1707443003: Consider slots as a focus scope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding initializations of member variables 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/focus-navigation-with-multiple-shadow-roots-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots-expected.txt
index 05e0460c2cd1fee9ffa2095d40f83951ec8d73c0..b40f6545064a257eb8f99d8c9bb9317eee503cd8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots-expected.txt
@@ -11,12 +11,14 @@ Should move from host//older-A to host//older-B in forward
PASS
Should move from host//older-B to host///younger-B in forward
PASS
-Should move from host///younger-B to B in forward
-Expected innermost activeElement is B, but actual innermost activeElement is #light-child-B
-FAIL
-Should move from B to host///younger-B in backward
-Expected innermost activeElement is host///younger-B, but actual innermost activeElement is #light-child-B
-FAIL
+Should move from host///younger-B to light-child-B in forward
+PASS
+Should move from light-child-B to B in forward
+PASS
+Should move from B to light-child-B in backward
+PASS
+Should move from light-child-B to host///younger-B in backward
+PASS
Should move from host///younger-B to host//older-B in backward
PASS
Should move from host//older-B to host//older-A in backward

Powered by Google App Engine
This is Rietveld 408576698