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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/wasm/wasm_indexeddb_negative_test.html

Issue 2749503002: [wasm] enable wasm structured cloning in specific cases (Closed)
Patch Set: async Created 3 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../../resources/testharness.js"></script>
5 <script src="../../../resources/testharnessreport.js"></script>
6 <script src="../resources/get-host-info.js"></script>
7 <script src="resources/load_wasm.js"></script>
8 <script src="wasm_indexeddb_test.js"></script>
9 </head>
10 <body>
11 <script>
12 if (window.location.origin != get_host_info().UNAUTHENTICATED_ORIGIN) {
13 window.location = get_host_info().UNAUTHENTICATED_ORIGIN + window.location.p athname;
14 } else {
15 promise_test(TestIndexedDBLoadStoreInsecure, "serialize/deserialize to Index edDB in insecure context");
16 }
17 </script>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698