- From: <bugzilla@jessica.w3.org>
- Date: Mon, 21 May 2012 17:24:30 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17141 Summary: 2d.pattern.repeat.null is bogus Product: HTML WG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: testsuite AssignedTo: excors@gmail.com ReportedBy: Ms2ger@gmail.com QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org http://www.w3c-test.org/html/tests/submission/PhilipTaylor/canvas/2d.pattern.repeat.null.html has var pattern = ctx.createPattern(img, null); null is converted into the string "null", so per <http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#dom-context-2d-createpattern> "If an unrecognized value is given, then the user agent must throw a SyntaxError exception.", this should throw. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Monday, 21 May 2012 17:24:54 UTC