Files
servo/components/script
Brandon Fairchild 1ccab328f9 Support empty strings as the repeat argument (CreatePattern)
According to the third step in the specification [1], createPattern
should let the repetition argument be "repeat" when it is the empty
string.

The code in CanvasRenderingContext2D::CreatePattern did not implement
this step and instead threw a SyntaxError exception when an empty
string was supplied as the repetition argument.

Fixes #9079.

[1] https://html.spec.whatwg.org/multipage/#dom-context-2d-createpattern
2015-12-31 11:48:15 -05:00
..
2015-12-11 09:40:17 -05:00
2015-03-18 21:53:48 +01:00
2015-11-18 11:14:05 +01:00
2015-11-18 11:14:05 +01:00
2015-10-30 20:26:29 +09:00