Bug 163810 - [CSS Parser] Make sure shadow user agent sheets parse in UASheetMode
Summary: [CSS Parser] Make sure shadow user agent sheets parse in UASheetMode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 13:53 PDT by Dave Hyatt
Modified: 2016-10-21 14:10 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.76 KB, patch)
2016-10-21 13:54 PDT, Dave Hyatt
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2016-10-21 13:53:07 PDT
Make sure shadow user agent sheets parse in UASheetMode
Comment 1 Dave Hyatt 2016-10-21 13:54:18 PDT
Created attachment 292395 [details]
Patch
Comment 2 Dean Jackson 2016-10-21 14:08:22 PDT
Comment on attachment 292395 [details]
Patch

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

> Source/WebCore/dom/InlineStyleSheetOwner.cpp:47
> -static CSSParserContext parserContextForForElement(const Element& element)
> +static CSSParserContext parserContextForElement(const Element& element)

lolo!
Comment 3 Dave Hyatt 2016-10-21 14:10:38 PDT
Landed in r207695.