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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbindex_get.htm

Issue 2711183003: Import wpt@a7e9c2abcf65b78fcf1c246fec6681c74e1bc352 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 10 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/external/wpt/IndexedDB/idbindex_get.htm
diff --git a/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbindex_get.htm b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbindex_get.htm
index 835cbefd2c36fc5737b5f1b1692be57412f1d99a..5afd8b5e8f685bc675e48b3a3a67f2710ce6fae5 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbindex_get.htm
+++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbindex_get.htm
@@ -7,7 +7,7 @@
<script src="support.js"></script>
<script>
- var db,
+ var db, index,
t = async_test(),
record = { key: 1, indexedProperty: "data" };

Powered by Google App Engine
This is Rietveld 408576698