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

Unified Diff: third_party/WebKit/LayoutTests/storage/indexeddb/observer-worker.html

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Minor typecasting Created 4 years, 5 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/storage/indexeddb/observer-worker.html
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/observer-worker.html b/third_party/WebKit/LayoutTests/storage/indexeddb/observer-worker.html
index e84ed534f9e880ca8866bcef011ff29e93d754ab..3fe89d8061690a915f56e2d7a1576fa8cda77673 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/observer-worker.html
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/observer-worker.html
@@ -2,6 +2,7 @@
<title>IndexedDB: Observer Worker Tests</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
+<script src="resources/generic-idb-operations.js"></script>
<script>
fetch_tests_from_worker(
new Worker('resources/observer.js'));

Powered by Google App Engine
This is Rietveld 408576698