| Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-continuePrimaryKey-exceptions.htm
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor_continueprimarykey.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-continuePrimaryKey-exceptions.htm
|
| similarity index 91%
|
| rename from third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor_continueprimarykey.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-continuePrimaryKey-exceptions.htm
|
| index cde33506032da94c213fc11f3b88b0e7fb0efe29..d6785137bb1d3fbb6dcc9f76ffaa19369d91424f 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor_continueprimarykey.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-continuePrimaryKey-exceptions.htm
|
| @@ -1,7 +1,10 @@
|
| -<!DOCTYPE html>
|
| -<title>IndexedDB: IDBCursor continuePrimaryKey() method</title>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| +<!doctype html>
|
| +<meta charset="utf-8" />
|
| +<title>IndexedDB: IDBCursor continuePrimaryKey() exception throwing</title>
|
| +<link rel="help"
|
| + href="https://w3c.github.io/IndexedDB/#dom-idbcursor-continueprimarykey" />
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <script>
|
|
|
| async_test(function(t) {
|
|
|