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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/wasm/wasm_indexeddb_test.html

Issue 2405153003: [wasm] support for recompilation if deserialization fails (Closed)
Patch Set: uncompiled->wire Created 4 years, 2 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/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>

Powered by Google App Engine
This is Rietveld 408576698