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

Unified Diff: LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.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/copy-tex-image-and-sub-image-2d.html
diff --git a/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html b/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html
index 994de78b8c8a5b40280c0942f262cb2a858592ff..6b90f22b3058362d6ae6b3f5affae0daeb78d045 100644
--- a/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html
+++ b/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html
@@ -164,16 +164,7 @@ function runTest(antialias)
runTestIteration(true);
debug("Testing with antialias off");
runTestIteration(false);
- var epilogue = document.createElement("script");
- epilogue.onload = finish;
- epilogue.src = "../../js/resources/js-test-post.js";
- document.body.appendChild(epilogue);
-}
-
-function finish() {
- if (window.nonKhronosFrameworkNotifyDone) {
- window.nonKhronosFrameworkNotifyDone();
- }
+ finishJSTest();
}
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698