Bug 78538

Summary: CSS 2.1 failure: eof-003.htm fails
Product: WebKit Reporter: Robert Hogan <robert>
Component: CSSAssignee: Robert Hogan <robert>
Status: RESOLVED FIXED    
Severity: Normal CC: eoconnor, koivisto, macpherson, menard, oliver, rniwa, robert, sangeetha.sugavanam, webkit.review.bot, yuzo, zherczeg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 47141    
Attachments:
Description Flags
Patch
none
Patch
none
Patch koivisto: review+

Description Robert Hogan 2012-02-13 14:16:47 PST
The new CSS lexer can handle this I'm sure.
Comment 1 Robert Hogan 2012-02-13 14:17:05 PST
*** Bug 34723 has been marked as a duplicate of this bug. ***
Comment 2 Robert Hogan 2012-02-13 14:20:35 PST
*** Bug 34067 has been marked as a duplicate of this bug. ***
Comment 3 Alexey Proskuryakov 2012-02-13 14:28:57 PST
Why did you reverse dupe to the newer bug? It's generally advisable to keep older one open.
Comment 4 Robert Hogan 2012-02-13 14:44:00 PST
Created attachment 126841 [details]
Patch
Comment 5 Robert Hogan 2012-02-13 14:46:17 PST
(In reply to comment #3)
> Why did you reverse dupe to the newer bug? It's generally advisable to keep older one open.

The larger of the two is invalid now as the lexer has been rewritten so felt it would be easier to navigate a clean copy for this patch review. But yes, fair point.
Comment 6 Robert Hogan 2012-02-13 15:08:29 PST
Created attachment 126845 [details]
Patch
Comment 7 Robert Hogan 2012-02-14 14:27:04 PST
Created attachment 127046 [details]
Patch
Comment 8 Robert Hogan 2012-02-20 12:56:05 PST
Hi Zoltan,

Could you take a look when you get the chance?
Comment 9 Robert Hogan 2012-03-08 22:50:41 PST
Hi Antti/Oliver,

Could either of you take a look at this one please?

Thanks,
Robert
Comment 10 Antti Koivisto 2012-03-17 04:10:52 PDT
Comment on attachment 127046 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=127046&action=review

r=me

> Source/WebCore/ChangeLog:13
> +
> +        CSS 2.1 failure: eof-003.htm fails
> +        https://bugs.webkit.org/show_bug.cgi?id=78538
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Tests: css2.1/20110323/eof-001.htm
> +               css2.1/20110323/eof-003.htm
> +               css2.1/20110323/eof-004.htm
> +               css2.1/20110323/eof-005.htm
> +               css2.1/20110323/eof-006.htm
> +               css2.1/20110323/eof-007.htm

Some of there worked already. Please mention which ones were fixed.
Comment 11 Robert Hogan 2012-03-18 04:33:42 PDT
Committed r111132: <http://trac.webkit.org/changeset/111132>