Commit Graph

4 Commits

Author SHA1 Message Date
Yoshi Huang
98af40b48c Bug 1373515 - Revert Bug 1363673. r=smaug
image with src set to data:image/png should be considered as same
origin, as we fixed in Bug 1373513.
So this reverts what we did in bug 1363673.
2017-07-26 18:44:19 +08:00
Yoshi Huang
b2903c3f8d Bug 1363673 - fix tests that use data:image/png. r=smaug
Once we turn off security.data_uri.inherit_security_context, data: URI
will be considered as a CORS request, so those tests replying on
canvas.toDataURL() will fail if crossorigin is not specified. So I
add crossorigin attribute into those <image>.
2017-05-16 16:57:21 +08:00
Kaku Kuo
e2316f9dfa Bug 1348200 P2 - use resources in dom/canvas/test; r=dbaron
Followed by P1, we can use resources in dom/canvas/test now.

MozReview-Commit-ID: 4Pnj1fbcze4
2017-04-10 15:13:45 +08:00
Kaku Kuo
3d0a01a800 Bug 1141979 - part15 - mochitest - basic operations; r=jrmuizel
MozReview-Commit-ID: 9AXLGuZ5I2t
2015-11-18 15:43:46 +08:00