| Index: LayoutTests/web-animations-api/element-animate-position-crash.html
|
| diff --git a/LayoutTests/web-animations-api/element-animate-position-crash.html b/LayoutTests/web-animations-api/element-animate-position-crash.html
|
| index 91864db00e49b52c7a5b21a6ca4d2f46ce00cb31..be5fc2a773ee2b67b7ac8ac0fa40aaac8a390e1b 100644
|
| --- a/LayoutTests/web-animations-api/element-animate-position-crash.html
|
| +++ b/LayoutTests/web-animations-api/element-animate-position-crash.html
|
| @@ -12,6 +12,7 @@ if (window.testRunner) {
|
| testRunner.waitUntilDone();
|
| testRunner.dumpAsText();
|
| requestAnimationFrame(function() {
|
| + document.documentElement.textContent = 'PASS';
|
| testRunner.notifyDone();
|
| });
|
| }
|
|
|