Bug 163743

Summary: [CSS Parser] Fix region, column and page break parsing
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description Dave Hyatt 2016-10-20 11:24:08 PDT
Fix region, column and page break parsing.
Comment 1 Dave Hyatt 2016-10-20 11:26:49 PDT
Created attachment 292228 [details]
Patch
Comment 2 WebKit Commit Bot 2016-10-20 11:28:02 PDT
Attachment 292228 [details] did not pass style-queue:


ERROR: Source/WebCore/css/parser/CSSParserFastPaths.cpp:603:  Line contains only semicolon. If this should be an empty statement, use { } instead.  [whitespace/semicolon] [5]
ERROR: Source/WebCore/css/parser/CSSParserFastPaths.cpp:609:  Line contains only semicolon. If this should be an empty statement, use { } instead.  [whitespace/semicolon] [5]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Dave Hyatt 2016-10-20 11:38:50 PDT
Landed in r207629.