| 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
|
|
|