| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename-abort.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename-abort.html b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename-abort.html
|
| index f8dca52020ef5d68a5c97b9d41194f95cda17d20..b14d30122610bc7025a478c146fbac42128f7428 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename-abort.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename-abort.html
|
| @@ -1,4 +1,5 @@
|
| -<!DOCTYPE html>
|
| +<!doctype html>
|
| +<meta charset="utf8">
|
| <title>IndexedDB: index renaming support in aborted transactions</title>
|
| <link rel="help"
|
| href="https://w3c.github.io/IndexedDB/#dom-idbindex-name">
|
| @@ -7,6 +8,7 @@
|
| <script src="/resources/testharnessreport.js"></script>
|
| <script src="support-promises.js"></script>
|
| <script>
|
| +'use strict';
|
|
|
| promise_test(testCase => {
|
| const dbName = databaseName(testCase);
|
|
|