author | moz-wptsync-bot <wptsync@mozilla.com> |
Fri, 25 May 2018 19:26:02 +0000 | |
changeset 422141 | 97f7cbe0e2bf60d56049e19d533817effce109be |
parent 422140 | e48ad277fdd99ce7a703327e495acf1e3808fd88 |
child 422142 | 1389f6e0eaad9bafadc94cf8dbf99c64c90ed210 |
push id | 34122 |
push user | ebalazs@mozilla.com |
push date | Mon, 11 Jun 2018 09:37:00 +0000 |
treeherder | mozilla-central@9941eb8c3b29 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1463828, 11127 |
milestone | 62.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/web-platform/meta/offscreen-canvas/the-offscreen-canvas/offscreencanvas.commit.html.ini +++ b/testing/web-platform/meta/offscreen-canvas/the-offscreen-canvas/offscreencanvas.commit.html.ini @@ -1,7 +1,10 @@ [offscreencanvas.commit.html] [Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.] expected: FAIL [Test that calling commit on an OffscreenCanvas that is not transferred from a HTMLCanvasElement throws an exception.] expected: FAIL + [Test that calling commit on an OffscreenCanvas that is not transferred from a HTMLCanvasElement is a noop.] + expected: FAIL +
--- a/testing/web-platform/meta/offscreen-canvas/the-offscreen-canvas/offscreencanvas.resize.html.ini +++ b/testing/web-platform/meta/offscreen-canvas/the-offscreen-canvas/offscreencanvas.resize.html.ini @@ -24,8 +24,17 @@ expected: FAIL [Verify that writing to the width or height attribute of a placeholder canvas throws an exception] expected: FAIL [Verify that writing to the width or height attribute of a placeholder canvas throws an exception even when not changing the value of the attribute.] expected: FAIL + [Verify that resizing an OffscreenCanvas with a 2d context propagates the new size to its placeholder canvas asynchronously.] + expected: FAIL + + [Verify that resizing an OffscreenCanvas with a webgl context propagates the new size to its placeholder canvas asynchronously.] + expected: FAIL + + [Verify that drawImage uses the size of the frame as the intinsic size of a placeholder canvas.] + expected: FAIL +