Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: LayoutTests/fast/canvas/webgl/context-release-upon-reload.html

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/canvas/webgl/context-release-upon-reload.html
diff --git a/LayoutTests/fast/canvas/webgl/context-release-upon-reload.html b/LayoutTests/fast/canvas/webgl/context-release-upon-reload.html
index 63ae0f734d64d7350fc09c37767b9b0bfd47eba3..cc17e4836c29a0b26e9cad3efb11989048e0505b 100644
--- a/LayoutTests/fast/canvas/webgl/context-release-upon-reload.html
+++ b/LayoutTests/fast/canvas/webgl/context-release-upon-reload.html
@@ -14,6 +14,7 @@
<script>
description("This test ensures that WebGL contexts are released properly upon page reload");
+window.jsTestIsAsync = true;
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();

Powered by Google App Engine
This is Rietveld 408576698