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

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

Issue 2449563002: [IndexedDB] Add Observer Tests (Closed)
Patch Set: Fixed errors in other tests, and marked observer tests as long Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/storage/indexeddb/observer-workers.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/storage/indexeddb/observer-frame.html
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/observer-frame.html b/third_party/WebKit/LayoutTests/storage/indexeddb/observer-frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..1c2e71392a2be7d78e741ef2a78b25f785fd3d5b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/observer-frame.html
@@ -0,0 +1,12 @@
+<html>
+<title>IndexedDB: Observer Constructor Tests</title>
+<meta name=timeout content=long>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
+<script src="resources/testharness-helpers.js"></script>
+<script src="resources/generic-idb-operations.js"></script>
+<script src="resources/promise-idb.js"></script>
+<script src="resources/observer-actions.js"></script>
+<script src="resources/observer-helpers.js"></script>
+<script src="resources/observer-tests.js"></script>
+</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/storage/indexeddb/observer-workers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698