| Index: third_party/WebKit/LayoutTests/animations/play-state.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/play-state.html b/third_party/WebKit/LayoutTests/animations/play-state.html
|
| index 17dcba054ec14772f400fb2f358326831deb3ea2..98e8f4683376f5a1da72c85b111d4c5c114539f6 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/play-state.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/play-state.html
|
| @@ -77,7 +77,7 @@
|
|
|
| function end() {
|
| logPassFail('none', getComputedStyle(document.getElementById('translate')).webkitTransform, 'translate', 'at end');
|
| - logPassFail('auto', getComputedStyle(document.getElementById('left')).left, 'left', 'at end');
|
| + logPassFail('0px', getComputedStyle(document.getElementById('left')).left, 'left', 'at end');
|
| if (window.testRunner) {
|
| testRunner.notifyDone();
|
| }
|
|
|