summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_image_data/test_image_data.html
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_image_data/test_image_data.html')
-rw-r--r--ppapi/tests/test_image_data/test_image_data.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/ppapi/tests/test_image_data/test_image_data.html b/ppapi/tests/test_image_data/test_image_data.html
new file mode 100644
index 0000000..0dc06e5
--- /dev/null
+++ b/ppapi/tests/test_image_data/test_image_data.html
@@ -0,0 +1,11 @@
+<html><head>
+<title>Test PPAPI ImageData</title>
+<link rel="stylesheet" href="../test_page.css">
+</head><body>
+<h1>Test PPAPI ImageData</h1>
+
+<object id="plugin" type="application/x-ppapi-test-image-data" width="16" height="16"></object>
+
+<div id="console" /><span class="load_msg">loading...</span></div>
+
+</body></html>