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

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

Issue 2255673003: [wasm] Support wasm module structured cloning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: LayoutTests and virtual path Created 4 years, 3 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_serialization_tests.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-methods-construct.html b/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html
similarity index 55%
copy from third_party/WebKit/LayoutTests/fast/dom/Window/window-methods-construct.html
copy to third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html
index 64e6705d1ec39b26eb5d20e738573acc7d779575..be78a53ddb1bf87fc621c85e60cdb3ccb7e002dd 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-methods-construct.html
+++ b/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
+<script src="wasm_serialization_tests.js"></script>
<script>
- test(t => {
- assert_throws(null, function() { new window.blur(); });
- }, "Construct call to window methods throws.");
+ promise_test(instantiateInWorker, "serialize wasm to worker");
</script>

Powered by Google App Engine
This is Rietveld 408576698