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 be5fc2a773ee2b67b7ac8ac0fa40aaac8a390e1b..91864db00e49b52c7a5b21a6ca4d2f46ce00cb31 100644 |
--- a/LayoutTests/web-animations-api/element-animate-position-crash.html |
+++ b/LayoutTests/web-animations-api/element-animate-position-crash.html |
@@ -12,7 +12,6 @@ |
testRunner.waitUntilDone(); |
testRunner.dumpAsText(); |
requestAnimationFrame(function() { |
- document.documentElement.textContent = 'PASS'; |
testRunner.notifyDone(); |
}); |
} |