Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(769)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename-abort.html

Issue 2614953003: Import wpt@eeecf3e14368d4ab5221cde688003dedeca30dba (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698