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/open-request-queue.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/open-request-queue.html
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/open-request-queue.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/open-request-queue.html
similarity index 87%
rename from third_party/WebKit/LayoutTests/storage/indexeddb/open-request-queue.html
rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/open-request-queue.html
index 1f8b99bf1c985976c7ccc739d9e32da85f1b268d..3a77adbdf8cdd6a463603c6e650b1918c3f05115 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/open-request-queue.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/open-request-queue.html
@@ -1,8 +1,10 @@
-<!DOCTYPE html>
+<!doctype html>
+<meta charset=utf-8>
<title>IndexedDB: open and delete requests are processed as a FIFO queue</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/#request-connection-queue">
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="support.js"></script>
<script>
async_test(t => {

Powered by Google App Engine
This is Rietveld 408576698