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

Unified Diff: LayoutTests/fast/canvas/webgl/WebGLContextEvent.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/WebGLContextEvent.html
diff --git a/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html b/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html
index 240bb606a10d404738eab14432ed45aee200eebf..baeaa1dc57aa0065d9d7bbf78868a0fafe613c61 100644
--- a/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html
+++ b/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html
@@ -67,13 +67,7 @@ function runTest2()
}
function finish() {
- var epilogue = document.createElement("script");
- epilogue.onload = function() {
- if (window.nonKhronosFrameworkNotifyDone)
- window.nonKhronosFrameworkNotifyDone();
- };
- epilogue.src = "../../js/resources/js-test-post.js";
- document.body.appendChild(epilogue);
+ finishJSTest();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698