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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/workers/observer.html

Issue 2031113002: IndexedDB Observers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Observer idl with worker tests Created 4 years, 6 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
Index: third_party/WebKit/LayoutTests/http/tests/fetch/workers/observer.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/observer.html b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/observer.html
new file mode 100644
index 0000000000000000000000000000000000000000..f8daf0c7bd0176fb0418523c3f0b2cf6a35542b0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/observer.html
@@ -0,0 +1,12 @@
+<!doctype html>
Marijn Kruisselbrink 2016/06/08 20:44:41 Here too move this file to something like LayoutTe
+<head>
Marijn Kruisselbrink 2016/06/08 20:44:41 nit: You don't really need the head (or the body),
palakj1 2016/06/09 18:13:38 Done
+<script src = "/resources/testharness.js"></script>
+<script src = "/resources/testharnessreport.js"></script>
+</head>
+<body>
+<script>
+fetch_tests_from_worker(
+ new Worker('../script-tests/observer.js?'));
+</script>
+</body>
+

Powered by Google App Engine
This is Rietveld 408576698