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

Unified Diff: LayoutTests/fast/dom/shadow/focus-navigation-with-delegatesFocus.html

Issue 1187273002: Skip the whole shadow tree when its tabindex is -1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 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: LayoutTests/fast/dom/shadow/focus-navigation-with-delegatesFocus.html
diff --git a/LayoutTests/fast/dom/shadow/focus-navigation-with-delegatesFocus.html b/LayoutTests/fast/dom/shadow/focus-navigation-with-delegatesFocus.html
index 4f3287484309b056e311d551ee70efa4b1ee368c..75313892abdc763d81efded5a03b669ef05d9a1e 100644
--- a/LayoutTests/fast/dom/shadow/focus-navigation-with-delegatesFocus.html
+++ b/LayoutTests/fast/dom/shadow/focus-navigation-with-delegatesFocus.html
@@ -123,7 +123,7 @@ function test() {
expectedOrder = [
'input-before',
- 'host-div/inner-input',
+ // 'host-div/inner-input', // The whole shadow tree should be skipped
'input-after'
];

Powered by Google App Engine
This is Rietveld 408576698