| 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(
|
|
|