summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html
diff options
context:
space:
mode:
authorojan@chromium.org <ojan@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-11-01 00:49:54 +0000
committerojan@chromium.org <ojan@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-11-01 00:49:54 +0000
commit698382be6fb98239de796e51a94d0fbc79ac64da (patch)
treef978ba31ba9159f23849f6a137134d15c3c1ce08 /third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html
parent9fdd83f8c1f774630c618282c22e85e2a30ddcb9 (diff)
downloadchromium_src-698382be6fb98239de796e51a94d0fbc79ac64da.zip
chromium_src-698382be6fb98239de796e51a94d0fbc79ac64da.tar.gz
chromium_src-698382be6fb98239de796e51a94d0fbc79ac64da.tar.bz2
Make js-test-post a noop.
Will delete the file in a followup patch. Review URL: https://codereview.chromium.org/54473004 git-svn-id: svn://svn.chromium.org/blink/trunk@161115 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html
index 240bb60..baeaa1d 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html
+++ b/third_party/WebKit/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>