Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-generator-revert.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-generator-revert.html b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-generator-revert.html |
index 770d623f7b480b9a9010a8923bdfb06446cfa99f..c916a91771fcb1111fb278e4c6caa86c79b08bd9 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-generator-revert.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-generator-revert.html |
@@ -1,4 +1,5 @@ |
-<!DOCTYPE html> |
+<!doctype html> |
+<meta charset="utf8"> |
<title>IndexedDB: aborting transactions reverts an object store's key generator state</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 => { |
return createDatabase(testCase, (database, transaction) => { |