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

Unified Diff: LayoutTests/fast/canvas/canvas-ImageData-constructor.html

Issue 216923004: Expose ImageData on WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 9 months 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
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-ImageData-workers.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-ImageData-constructor.html
diff --git a/LayoutTests/fast/canvas/canvas-ImageData-constructor.html b/LayoutTests/fast/canvas/canvas-ImageData-constructor.html
index 1cd1ec85eb76b1a4fe03deac4b329b0bd82ddb46..409c71f252624ad5f132436c9b7317daafec9067 100644
--- a/LayoutTests/fast/canvas/canvas-ImageData-constructor.html
+++ b/LayoutTests/fast/canvas/canvas-ImageData-constructor.html
@@ -1,3 +1,9 @@
-<!DOCTYPE HTML>
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+<head>
<script src="../../resources/js-test.js"></script>
-<script src="script-tests/canvas-ImageData.js"></script>
+</head>
+<body>
+<script src="resources/canvas-ImageData.js"></script>
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-ImageData-workers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698