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

Unified Diff: LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/tex-sub-image-2d-bad-args.html
diff --git a/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html b/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html
index de88bbea1c8bcb3b3aa013fd3a13088f45f7f179..5e1240530d2f9958b0150bfd3fe9272ff10b8ed3 100644
--- a/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html
+++ b/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html
@@ -64,6 +64,5 @@ glErrorShouldBe(gl, gl.INVALID_OPERATION, "format not same as original RGBA 4_4_
gl.texSubImage2D(gl.TEXTURE_2D, 0, 0,0, gl.RGBA, gl.UNSIGNED_BYTE, c);
glErrorShouldBe(gl, gl.INVALID_OPERATION, "type not same as original RGBA 4_4_4_4");
</script>
-<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/canvas/webgl/tex-sub-image-2d.html ('k') | LayoutTests/fast/canvas/webgl/tex-sub-image-cube-maps.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698