[Bug 20360] New: 2d.fillStyle.parse.rgb-eof.html & 2d.fillStyle.parse.rgba-eof.html missed a bracket

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20360

            Bug ID: 20360
           Summary: 2d.fillStyle.parse.rgb-eof.html &
                    2d.fillStyle.parse.rgba-eof.html missed a bracket
    Classification: Unclassified
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: dave.null@w3.org
          Reporter: zhiqiang.zhang@intel.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org

*
http://w3c-test.org/html/tests/approved/canvas/2d.fillStyle.parse.rgb-eof.html
*
http://w3c-test.org/html/tests/approved/canvas/2d.fillStyle.parse.rgba-eof.html

missed a bracket:

ctx.fillStyle = 'rgb(0,255,0'; 
ctx.fillStyle = 'rgba(0,255,0,1';

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 12 December 2012 15:43:50 UTC