Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html b/third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html |
| index 7c7cc27675b636e169566cf036004508fb0b518d..d4370e9b82b8a859875d27f2882cdd93b19bdb7a 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html |
| +++ b/third_party/WebKit/LayoutTests/animations/sample-on-last-keyframe.html |
| @@ -34,7 +34,7 @@ |
| </head> |
| <body> |
| <p>Tests sampling a keyframe animation on the last keyframe.</p> |
| -<div id="test"></div> |
| +<div id="test">x</div> |
|
alancutter (OOO until 2018)
2017/02/16 01:12:30
This test doesn't depend on the animation being co
wkorman
2017/02/17 21:42:31
This test hangs when run in SPv2 via:
1. comment
alancutter (OOO until 2018)
2017/02/20 00:18:30
I consider this test failing as an indication that
wkorman
2017/02/23 21:36:58
I see what you're saying, but let me make sure I u
|
| <div id="result"> |
| </div> |
| </body> |