Commit 76dd8760 authored by titzer's avatar titzer Committed by Commit bot

[layout-tests] Whitelist WebAssembly as a JavaScript-provided API.

R=jochen@chromium.org
BUG=chromium:575167

Review-Url: https://codereview.chromium.org/2627923002
Cr-Commit-Position: refs/heads/master@{#443192}
parent 50e9d9c4
......@@ -48,6 +48,7 @@ var js_builtins = new Set([
'Uint8ClampedArray',
'WeakMap',
'WeakSet',
'WebAssembly',
'decodeURI',
'decodeURIComponent',
'encodeURI',
......
......@@ -48,6 +48,7 @@ var js_builtins = new Set([
'Uint8ClampedArray',
'WeakMap',
'WeakSet',
'WebAssembly',
'decodeURI',
'decodeURIComponent',
'encodeURI',
......
CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
This test documents all interface attributes and methods on the global window object and element instances.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
......
CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
This test documents all interface attributes and methods on the global window object and element instances.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
......
CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
This test documents all interface attributes and methods on the global window object and element instances.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
......
CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
This test documents all interface attributes and methods on the global window object and element instances.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
......
......@@ -74,6 +74,7 @@ var jsBuiltins = new Set([
'Uint8ClampedArray',
'WeakMap',
'WeakSet',
'WebAssembly',
'decodeURI',
'decodeURIComponent',
'encodeURI',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment