Bug 165306 - [CSS Parser] Make sure margin and font set the implicit flag properly
Summary: [CSS Parser] Make sure margin and font set the implicit flag properly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-02 08:40 PST by Dave Hyatt
Modified: 2016-12-02 09:14 PST (History)
2 users (show)

See Also:


Attachments
Patch (5.54 KB, patch)
2016-12-02 08:41 PST, Dave Hyatt
zalan: 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-12-02 08:40:11 PST
[CSS Parser] Make sure margin and font set the implicit flag properly
Comment 1 Dave Hyatt 2016-12-02 08:41:17 PST
Created attachment 295946 [details]
Patch
Comment 2 Dave Hyatt 2016-12-02 08:44:53 PST
Fixed in r209239.
Comment 3 Alexey Proskuryakov 2016-12-02 09:14:32 PST
Comment on attachment 295946 [details]
Patch

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

> LayoutTests/TestExpectations:1012
> +webkit.org/b/165195 fast/inspector-support/style.html [ Pass Failure ]

Why did this change make a test flaky?