| Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbdatabase-transaction-exception-order.html
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/idbdatabase-transaction-exception-order.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbdatabase-transaction-exception-order.html
|
| similarity index 88%
|
| rename from third_party/WebKit/LayoutTests/storage/indexeddb/idbdatabase-transaction-exception-order.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbdatabase-transaction-exception-order.html
|
| index e8d184bfbf831ec2280f29869a589177947b8d20..686f44ef5cb6ff56a7a74893f2b7b3b1e810d513 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/idbdatabase-transaction-exception-order.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbdatabase-transaction-exception-order.html
|
| @@ -1,10 +1,10 @@
|
| -<!DOCTYPE html>
|
| -<title>IndexedDB: IDBDatabase transaction() Exception Ordering</title>
|
| +<!doctype html>
|
| <meta charset=utf-8>
|
| +<title>IndexedDB: IDBDatabase transaction() Exception Ordering</title>
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbdatabase-transaction">
|
| -<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(
|
|
|