Commit 16775a20 authored by Dave Tapuska's avatar Dave Tapuska Committed by Commit Bot

Remove tentative from test names for PostMessage options.

Now that the change has been merged to the HTML spec we can remove
the suffix.

Fixes web-platform-tests/wpt/issues/13736

BUG=846858

Change-Id: Ic12b90c44126f801827bba7057a53fe640fa2859
Reviewed-on: https://chromium-review.googlesource.com/c/1301841Reviewed-by: default avatarMustaq Ahmed <mustaq@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603108}
parent 0e8f7da5
......@@ -4121,7 +4121,7 @@ crbug.com/669473 external/wpt/css/css-ui/outline-016.html [ Failure ]
crbug.com/670024 external/wpt/webmessaging/broadcastchannel/sandbox.html [ Failure ]
crbug.com/660384 external/wpt/webmessaging/with-ports/001.html [ Failure ]
crbug.com/660384 external/wpt/webmessaging/without-ports/001.html [ Failure ]
crbug.com/660384 external/wpt/webmessaging/with-options/broken-origin.tentative.html [ Failure ]
crbug.com/660384 external/wpt/webmessaging/with-options/broken-origin.html [ Failure ]
# Added 2016-12-12
crbug.com/610835 http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure Pass ]
......@@ -5078,7 +5078,6 @@ crbug.com/859169 http/tests/devtools/layers/layer-scroll-rects-get.js [ Failure
# User Activation
crbug.com/736415 external/wpt/html/user-activation/activation-api-iframe.tenative.html [ Failure ]
crbug.com/846858 external/wpt/webmessaging/without-ports/008.html [ Failure ]
# wpt/feature-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html is flaky in some virtual/ tests.
crbug.com/850964 [ Linux Win ] virtual/video-surface-layer/external/wpt/feature-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html [ Pass Failure ]
......
<!doctype html>
<title>just one argument</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function() {
assert_throws(new TypeError(), function() {
postMessage('');
});
});
</script>
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