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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/resources/shadow-dom.js

Issue 1862563002: Skip shadow hosts with negative tabindex in focus navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor Created 4 years, 8 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 | third_party/WebKit/LayoutTests/shadow-dom/focus-navigation-with-delegatesFocus.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/shadow/resources/shadow-dom.js
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/resources/shadow-dom.js b/third_party/WebKit/LayoutTests/fast/dom/shadow/resources/shadow-dom.js
index 1b19dd35e4b4b0094c659db178286df4059a6dab..c734253e50a5afd060801fda00606ff0a02820bf 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/resources/shadow-dom.js
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/resources/shadow-dom.js
@@ -190,7 +190,7 @@ function isInnermostActiveElement(id)
{
var element = getNodeInComposedTree(id);
if (!element) {
- debug('FAIL: There is no such element with id: '+ from);
+ debug('FAIL: There is no such element with id: '+ id);
return false;
}
if (element == innermostActiveElement())
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/shadow-dom/focus-navigation-with-delegatesFocus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698