Update web-platform-tests to revision cbbb68edacd8d7dfb23b74f50537b72e06870511

This commit is contained in:
WPT Sync Bot 2020-01-22 08:22:34 +00:00
parent ee3fb92e53
commit e33f4d3e48
190 changed files with 2596 additions and 668 deletions

View file

@ -3,6 +3,7 @@
<title>Canvas test: security.pattern.canvas.fillStyle.cross</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/get-host-info.sub.js"></script>
<script src="/common/media.js"></script>
<script src="/2dcontext/resources/canvas-tests.js"></script>
@ -11,8 +12,8 @@
<script>
forEachCanvasSource("http://{{domains[www1]}}:{{ports[http][0]}}",
"http://{{domains[]}}:{{ports[http][0]}}",
forEachCanvasSource(get_host_info().HTTP_REMOTE_ORIGIN,
get_host_info().HTTP_ORIGIN,
(name, factory) => {
promise_test(_ => {
return factory().then(source => {