Marijn Kruisselbrink
2016/06/08 20:44:41
Here too move this file to something like LayoutTe
Here too move this file to something like
LayoutTests/storage/indexeddb/observer-worker.html
2 <head>
Marijn Kruisselbrink
2016/06/08 20:44:41
nit: You don't really need the head (or the body),
nit: You don't really need the head (or the body), just like the other
observer.html this entire file can be pretty much just:
<!DOCTYPE html>
<title>IndexedDB: Observer Tests in Workers</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
fetch_tests_from_worker(
new Worker('resources/observer-tests.js'));
</script>
On 2016/06/08 at 20:44:41, Marijn Kruisselbrink wrote:
> nit: You don't really need the head (or the body), just like the other
observer.html this entire file can be pretty much just:
>
> <!DOCTYPE html>
> <title>IndexedDB: Observer Tests in Workers</title>
> <script src="../../resources/testharness.js"></script>
> <script src="../../resources/testharnessreport.js"></script>
> <script>
> fetch_tests_from_worker(
> new Worker('resources/observer-tests.js'));
> </script>
Issue 2031113002: IndexedDB Observers
(Closed)
Created 4 years, 6 months ago by palakj1
Modified 4 years, 5 months ago
Reviewers: bashi, dmurph, haraken, jsbell, Marijn Kruisselbrink
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 120