[Webkit-unassigned] [Bug 119567] New: LayoutTests/canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html is against the spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 8 02:23:32 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119567

           Summary: LayoutTests/canvas/philip/tests/2d.text.draw.space.col
                    lapse.nonspace.html is against the spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rashmi.s2 at samsung.com


The layout test - LayoutTests/canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html, is against the spec.

According to the below points in spec :-

1. http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#text-preparation-algorithm 
2. http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#space-character 

Only 4 space characters listed below should be replaced with U+0020
1. U+0009
2. U+000A
3. U+000C
4. U+000D

But, this test case is expecting that U+000B should also be replaced with U+0020.

Currently this test case passing on WebKit, since we are replacing U+000B with U+0020. So, both the implementation and the test case needs to be corrected.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list