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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbobjectstore-query-exception-order.html

Issue 2653923007: Upstream IndexedDB exception ordering tests to WPT. (Closed)
Patch Set: Rebased 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
Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbobjectstore-query-exception-order.html
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/idbobjectstore-query-exception-order.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbobjectstore-query-exception-order.html
similarity index 90%
rename from third_party/WebKit/LayoutTests/storage/indexeddb/idbobjectstore-query-exception-order.html
rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbobjectstore-query-exception-order.html
index 79040f8335d2a6c7d2072ea9b0f67c5136623bf8..b4d134fea85151f30ccbdfb914cdb2427a258532 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/idbobjectstore-query-exception-order.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbobjectstore-query-exception-order.html
@@ -1,15 +1,15 @@
-<!DOCTYPE html>
-<title>IndexedDB: IDBObjectStore query method Ordering</title>
+<!doctype html>
<meta charset=utf-8>
+<title>IndexedDB: IDBObjectStore query method Ordering</title>
<link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbobjectstore-get">
<link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbobjectstore-getall">
<link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbobjectstore-getallkeys">
<link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbobjectstore-count">
<link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbobjectstore-opencursor">
<link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbobjectstore-openkeycursor">
-<script src="../../resources/testharness.js"></script>
-<script src="../../resources/testharnessreport.js"></script>
-<script src="resources/testharness-helpers.js"></script>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="support.js"></script>
<script>
['get',

Powered by Google App Engine
This is Rietveld 408576698