| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename.html b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename.html
|
| index 370b83e5351d38504c500ccc364555f7de778490..7eb182f7ce7eb489d62f00f07a085d0ee7c6620c 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename.html
|
| @@ -1,4 +1,5 @@
|
| -<!DOCTYPE html>
|
| +<!doctype html>
|
| +<meta charset="utf8">
|
| <meta name="timeout" content="long">
|
| <title>IndexedDB: index renaming support</title>
|
| <link rel="help"
|
| @@ -8,6 +9,7 @@
|
| <script src="/resources/testharnessreport.js"></script>
|
| <script src="support-promises.js"></script>
|
| <script>
|
| +'use strict';
|
|
|
| promise_test(testCase => {
|
| let authorIndex = null, authorIndex2 = null;
|
|
|