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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/error-attributes.html

Issue 2664623002: Upstream an assortment of IndexedDB tests to WPT. (Closed)
Patch Set: Rebase MANIFEST.json. Created 3 years, 11 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/external/wpt/IndexedDB/idbcursor-advance-exception-order.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/error-attributes.html
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/error-attributes.html
similarity index 80%
rename from third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/error-attributes.html
index 8fef2ddc73c66493035ab5c3ec1ef369f163590c..33f546496b312dcbf3291fa9ebe61e71e2de59c8 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/error-attributes.html
@@ -1,9 +1,12 @@
-<!DOCTYPE html>
+<!doctype html>
+<meta charset=utf-8>
<title>IndexedDB: Error attributes are DOMExceptions</title>
-<script src="../../resources/testharness.js"></script>
-<script src="../../resources/testharnessreport.js"></script>
-<script src="resources/testharness-helpers.js"></script>
+<link rel="help" href="https://w3c.github.io/IndexedDB/#idbrequest">
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="support.js"></script>
<script>
+
indexeddb_test(
function(t, db) {
db.createObjectStore('store');
@@ -31,4 +34,5 @@ indexeddb_test(
},
'IDBRequest and IDBTransaction error properties should be DOMExceptions'
);
+
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-advance-exception-order.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698