| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-multiple-metadata-revert.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-multiple-metadata-revert.html b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-multiple-metadata-revert.html
|
| index 4a00d4113ad55d12fa39b7b4a71bfba0c6142804..ac61788822dd8969915e421b803fdd8167432f38 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-multiple-metadata-revert.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-multiple-metadata-revert.html
|
| @@ -1,4 +1,5 @@
|
| -<!DOCTYPE html>
|
| +<!doctype html>
|
| +<meta charset="utf8">
|
| <title>IndexedDB: aborting transactions reverts multiple operations on the same metadata</title>
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#abort-transaction">
|
| <link rel="author" href="pwnall@chromium.org" title="Victor Costan">
|
| @@ -6,6 +7,7 @@
|
| <script src="/resources/testharnessreport.js"></script>
|
| <script src="support-promises.js"></script>
|
| <script>
|
| +'use strict';
|
|
|
| promise_test(testCase => {
|
| let store = null, index = null;
|
|
|