[Bug 18522] New: 2d.text.font.parse.size.percentage.default.html not evaluating the correct canvas context

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

           Summary: 2d.text.font.parse.size.percentage.default.html not
                    evaluating the correct canvas context
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: dave.null@w3.org
        ReportedBy: tmpsantos@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org


Created attachment 1172
  --> https://www.w3.org/Bugs/Public/attachment.cgi?id=1172
Fix for a version of the same test on WebKit.

http://w3c-test.org/html/tests/approved/canvas/2d.text.font.parse.size.percentage.default.html

The test was suppose to verify if the percentage value is correctly applied to
a canvas not attached to the DOM. It was creating a canvas element (ctx2) but
is verifying the properties on another one (ctx).

If the fix is sane, I can also update the test on the
https://dvcs.w3.org/hg/html.

-- 
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 Friday, 10 August 2012 13:36:46 UTC