Bug 131147 - [Win] Turn on ENABLE_CSS_GRID_LAYOUT
Summary: [Win] Turn on ENABLE_CSS_GRID_LAYOUT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 21:01 PDT by Brent Fulgham
Modified: 2014-04-03 15:50 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.06 KB, patch)
2014-04-02 21:03 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff
Patch (3.26 KB, patch)
2014-04-03 15:37 PDT, Brent Fulgham
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2014-04-02 21:01:32 PDT
A few tests are failing on Windows because they expect ENABLE_CSS_GRID_LAYOUT to be activated. It seems to be activated for everyone else, let's turn it on!
Comment 1 Brent Fulgham 2014-04-02 21:03:08 PDT
Created attachment 228458 [details]
Patch
Comment 2 Brent Fulgham 2014-04-03 00:09:42 PDT
Looks like a missing implementation file! Fixing...
Comment 3 Brent Fulgham 2014-04-03 15:31:21 PDT
This change allows Windows to pass the following tests:

fast/css/getComputedStyle/computed-style-without-renderer.html
fast/css/getComputedStyle/computed-style.html
Comment 4 Brent Fulgham 2014-04-03 15:37:51 PDT
Created attachment 228551 [details]
Patch
Comment 5 Brent Fulgham 2014-04-03 15:50:35 PDT
Committed r166749: <http://trac.webkit.org/changeset/166749>