summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-constructor.html
diff options
context:
space:
mode:
authorsigbjornf@opera.com <sigbjornf@opera.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-04-02 15:56:17 +0000
committersigbjornf@opera.com <sigbjornf@opera.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-04-02 15:56:17 +0000
commit75b340bb689f246e5250ce9c49ce8033d1a29c0c (patch)
tree6a4b04454c4b8b1fab0c291d4a3f8f372e68697d /third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-constructor.html
parent95bcfb372a39c54aa508c0c9311c7298f67c0492 (diff)
downloadchromium_src-75b340bb689f246e5250ce9c49ce8033d1a29c0c.zip
chromium_src-75b340bb689f246e5250ce9c49ce8033d1a29c0c.tar.gz
chromium_src-75b340bb689f246e5250ce9c49ce8033d1a29c0c.tar.bz2
Expose ImageData on WorkerGlobalScope.
Follow the spec and also provide the ImageData interface object on WorkerGlobalScope. R=junov@chromium.org,eseidel@chromium.org BUG=355030 Review URL: https://codereview.chromium.org/216923004 git-svn-id: svn://svn.chromium.org/blink/trunk@170665 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-constructor.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-constructor.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-constructor.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-constructor.html
index 1cd1ec8..409c71f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-constructor.html
+++ b/third_party/WebKit/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>