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

Unified Diff: LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop.html

Issue 1046853002: Implement 'tabstop' as an HTML attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: style nit for layout test. Created 5 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698