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

Unified Diff: LayoutTests/fast/canvas/imagedata-contains-uint8clampedarray.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/imagedata-contains-uint8clampedarray.html
diff --git a/LayoutTests/fast/canvas/imagedata-contains-uint8clampedarray.html b/LayoutTests/fast/canvas/imagedata-contains-uint8clampedarray.html
index 4700ae04e37d2027685b741fcc22f3db08c0f450..6e4676d3d6b53e353c010fc7a5323955019cc619 100644
--- a/LayoutTests/fast/canvas/imagedata-contains-uint8clampedarray.html
+++ b/LayoutTests/fast/canvas/imagedata-contains-uint8clampedarray.html
@@ -15,6 +15,5 @@ var context = canvas.getContext("2d");
var imageData = context.getImageData(0, 0, 1, 1);
shouldBe('imageData.data.constructor', 'Uint8ClampedArray');
</script>
-<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/canvas/gradient-with-clip.html ('k') | LayoutTests/fast/canvas/linearGradient-infinite-values.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698