| Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbtransaction-objectStore-exception-order.html
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/idbtransaction-objectStore-exception-order.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbtransaction-objectStore-exception-order.html
|
| similarity index 79%
|
| rename from third_party/WebKit/LayoutTests/storage/indexeddb/idbtransaction-objectStore-exception-order.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbtransaction-objectStore-exception-order.html
|
| index 31a9ed92797b79443d305516b8e8d3ae51f35558..6bae783ecd783cf67a04c358d26197b98abcbeb3 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/idbtransaction-objectStore-exception-order.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbtransaction-objectStore-exception-order.html
|
| @@ -1,10 +1,10 @@
|
| -<!DOCTYPE html>
|
| -<title>IndexedDB: IDBTransaction objectStore() Exception Ordering</title>
|
| +<!doctype html>
|
| <meta charset=utf-8>
|
| +<title>IndexedDB: IDBTransaction objectStore() Exception Ordering</title>
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbtransaction-objectstore">
|
| -<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(
|
|
|