 Chromium Code Reviews
 Chromium Code Reviews Issue 2952783002:
  Make AnimationTimeline.currentTime readonly  (Closed)
    
  
    Issue 2952783002:
  Make AnimationTimeline.currentTime readonly  (Closed) 
  | Index: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html | 
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html | 
| index 29c891407729fb80d82724c38c85e2b721bc9bf9..3ec4e9ca2d0ca736bc6abf99aabd8c33437015f2 100644 | 
| --- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html | 
| +++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html | 
| @@ -25,7 +25,7 @@ interface DocumentTimeline : AnimationTimeline { | 
| var idlArray; | 
| test(function() { | 
| idlArray = new IdlArray(); | 
| - idlArray.add_untested_idls( | 
| + idlArray.add_idls( | 
| 
alancutter (OOO until 2018)
2017/06/21 05:25:35
I'm not sure why this change is part of this patch
 
suzyh_UTC10 (ex-contributor)
2017/06/21 21:55:26
This enables a test that picks up that the current
 | 
| document.getElementById('AnimationTimeline-IDL').textContent); | 
| idlArray.add_idls( | 
| document.getElementById('DocumentTimeline-IDL').textContent); |