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