| 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 => {
|
|
|