| Index: third_party/WebKit/LayoutTests/http/tests/wasm/wasm_indexeddb_test.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-css-support.html b/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_indexeddb_test.html
|
| similarity index 51%
|
| copy from third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-css-support.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/wasm/wasm_indexeddb_test.html
|
| index 40eb64cf9ffe794a9ededfc697df2fe92e99a5de..c9f6b179f67abfb3b1779d04bc657ab90b72a9eb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-css-support.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_indexeddb_test.html
|
| @@ -3,10 +3,12 @@
|
| <head>
|
| <script src="../../../resources/testharness.js"></script>
|
| <script src="../../../resources/testharnessreport.js"></script>
|
| -
|
| -</script>
|
| +<script src="resources/load_wasm.js"></script>
|
| +<script src="wasm_indexeddb_test.js"></script>
|
| </head>
|
| <body>
|
| -<script src="resources/text-decoration-skip-css-support.js"></script>
|
| +<script>
|
| + promise_test(TestIndexedDBLoadStore, "serialize/deserialize to IndexedDB");
|
| +</script>
|
| </body>
|
| </html>
|
|
|