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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-advance-exception-order.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
Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-advance-exception-order.html
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor-advance-exception-order.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-advance-exception-order.html
similarity index 92%
rename from third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor-advance-exception-order.html
rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-advance-exception-order.html
index 0daeb742afdb7b54678c6ddf6d0afe46251b6809..13f7fdae5a57a716a13ed808fcd3613034f71e2d 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor-advance-exception-order.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-advance-exception-order.html
@@ -1,10 +1,10 @@
-<!DOCTYPE html>
-<title>IndexedDB: IDBCursor advance() Exception Ordering</title>
+<!doctype html>
<meta charset=utf-8>
+<title>IndexedDB: IDBCursor advance() Exception Ordering</title>
<link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbcursor-advance">
-<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>
indexeddb_test(

Powered by Google App Engine
This is Rietveld 408576698