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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
Marijn Kruisselbrink 2016/06/08 20:44:41 Here too move this file to something like LayoutTe
2 <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
3 <script src = "/resources/testharness.js"></script>
4 <script src = "/resources/testharnessreport.js"></script>
5 </head>
6 <body>
7 <script>
8 fetch_tests_from_worker(
9 new Worker('../script-tests/observer.js?'));
10 </script>
11 </body>
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698