| Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbindex-query-exception-order.html
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/idbindex-query-exception-order.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbindex-query-exception-order.html
|
| similarity index 91%
|
| rename from third_party/WebKit/LayoutTests/storage/indexeddb/idbindex-query-exception-order.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbindex-query-exception-order.html
|
| index ab479f363b54b38a069a34ab69a37f0808bd94a7..fb4aa9c9953000a7f3270af42af9891b93b81ee2 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/idbindex-query-exception-order.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbindex-query-exception-order.html
|
| @@ -1,15 +1,15 @@
|
| -<!DOCTYPE html>
|
| -<title>IndexedDB: IDBIndex query method Ordering</title>
|
| +<!doctype html>
|
| <meta charset=utf-8>
|
| +<title>IndexedDB: IDBIndex query method Ordering</title>
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbindex-get">
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbindex-getall">
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbindex-getallkeys">
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbindex-count">
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbindex-opencursor">
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbindex-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',
|
|
|