| Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/error-attributes.html
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/error-attributes.html
|
| similarity index 80%
|
| rename from third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/error-attributes.html
|
| index 8fef2ddc73c66493035ab5c3ec1ef369f163590c..33f546496b312dcbf3291fa9ebe61e71e2de59c8 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/error-attributes.html
|
| @@ -1,9 +1,12 @@
|
| -<!DOCTYPE html>
|
| +<!doctype html>
|
| +<meta charset=utf-8>
|
| <title>IndexedDB: Error attributes are DOMExceptions</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/#idbrequest">
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| +<script src="support.js"></script>
|
| <script>
|
| +
|
| indexeddb_test(
|
| function(t, db) {
|
| db.createObjectStore('store');
|
| @@ -31,4 +34,5 @@ indexeddb_test(
|
| },
|
| 'IDBRequest and IDBTransaction error properties should be DOMExceptions'
|
| );
|
| +
|
| </script>
|
|
|