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> |