mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision cbbb68edacd8d7dfb23b74f50537b72e06870511
This commit is contained in:
parent
ee3fb92e53
commit
e33f4d3e48
190 changed files with 2596 additions and 668 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue