| 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'
|
| ];
|
|
|
|
|