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

Unified Diff: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html

Issue 12159003: Merge 141195 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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
Index: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html
===================================================================
--- LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html (revision 141524)
+++ LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html (working copy)
@@ -29,7 +29,7 @@
testInput.focus();
var shadowRoot = internals.oldestShadowRoot(testInput);
-var fields = getElementByPseudoId(shadowRoot, "-webkit-datetime-edit").childNodes;
+var fields = getElementByPseudoId(shadowRoot, "-webkit-datetime-edit-fields-wrapper").childNodes;
for (var index = 0; index < fields.length; ++index) {
var field = fields[index];
if (field.nodeType != 1)

Powered by Google App Engine
This is Rietveld 408576698