Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-index-metadata-revert.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-index-metadata-revert.html b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-index-metadata-revert.html |
index 88ea28e22fa0dde9ab776bd57dd9563151997deb..0b216f633e6ee4ace276f86a5bd7f7c036298b9a 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-index-metadata-revert.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-abort-index-metadata-revert.html |
@@ -1,4 +1,5 @@ |
-<!DOCTYPE html> |
+<!doctype html> |
+<meta charset="utf8"> |
<title>IndexedDB: aborting transactions reverts index 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; |