Bug 137530 - Some canvas tests fail in iOS DRT
Summary: Some canvas tests fail in iOS DRT
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-08 11:48 PDT by Simon Fraser (smfr)
Modified: 2017-07-26 04:45 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2014-10-08 11:48:19 PDT
The following tests are failing:
canvas/philip/tests/2d.composite.operation.clear.html
canvas/philip/tests/2d.composite.operation.darker.html
canvas/philip/tests/2d.drawImage.animated.poster.html
canvas/philip/tests/2d.drawImage.broken.html
canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html
canvas/philip/tests/2d.drawImage.outsidesource.html
canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html
canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html
canvas/philip/tests/2d.missingargs.html
canvas/philip/tests/2d.path.rect.winding.html
canvas/philip/tests/2d.pattern.image.incomplete.omitted.html
canvas/philip/tests/2d.text-custom-font-load-crash.html
canvas/philip/tests/2d.text.draw.baseline.bottom.html
canvas/philip/tests/2d.text.draw.baseline.hanging.html
canvas/philip/tests/2d.text.draw.baseline.ideographic.html
canvas/philip/tests/2d.text.draw.baseline.middle.html
canvas/philip/tests/2d.text.draw.baseline.top.html
canvas/philip/tests/2d.text.draw.space.collapse.end.html
canvas/philip/tests/2d.text.draw.space.collapse.other.html
canvas/philip/tests/2d.text.draw.space.collapse.space.html
canvas/philip/tests/2d.text.draw.space.collapse.start.html
canvas/philip/tests/2d.text.measure.width.space.html
Comment 1 Jonathan Bedard 2017-04-12 13:43:41 PDT
canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html and canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html no longer seem to be failing.
Comment 2 Ms2ger (he/him; ⌚ UTC+1/+2) 2017-07-26 04:45:18 PDT
(In reply to Jonathan Bedard from comment #1)
> canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html and
> canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html no longer seem to be
> failing.

These were fixed in r209666.

(In reply to Simon Fraser (smfr) from comment #0)
> The following tests are failing:
> canvas/philip/tests/2d.missingargs.html

Test was wrong, fixed in r219913.