| Index: LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop.html
|
| diff --git a/LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop.html b/LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop.html
|
| index e102b5c0627fba12ccffe1d2667c826c5757e272..c5d0818280e914ce602e77422ef6871c811d3bb2 100644
|
| --- a/LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop.html
|
| +++ b/LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop.html
|
| @@ -124,8 +124,9 @@ function testAnchor() {
|
|
|
| prepareAnchorWithShadow(sandbox);
|
|
|
| + // This is questionable, but true; <a> without href returns 0 for tabIndex.
|
| anchor_host = document.getElementById("anchor-host");
|
| - shouldBe('anchor_host.tabStop', 'false');
|
| + shouldBe('anchor_host.tabStop', 'true');
|
|
|
| var expectedOrder = [
|
| 'anchor-before',
|
|
|