Bug 196962 - Unprefix -webkit-sticky
Summary: Unprefix -webkit-sticky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-16 01:12 PDT by Devin Rousso
Modified: 2019-04-16 12:48 PDT (History)
6 users (show)

See Also:


Attachments
Patch (48.66 KB, patch)
2019-04-16 01:44 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews101 for mac-highsierra (3.20 MB, application/zip)
2019-04-16 02:51 PDT, EWS Watchlist
no flags Details
Archive of layout-test-results from ews107 for mac-highsierra-wk2 (2.96 MB, application/zip)
2019-04-16 03:13 PDT, EWS Watchlist
no flags Details
Archive of layout-test-results from ews121 for ios-simulator-wk2 (3.38 MB, application/zip)
2019-04-16 03:40 PDT, EWS Watchlist
no flags Details
Archive of layout-test-results from ews206 for win-future (12.90 MB, application/zip)
2019-04-16 06:43 PDT, EWS Watchlist
no flags Details
Patch (48.54 KB, patch)
2019-04-16 11:29 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-04-16 01:12:23 PDT
.
Comment 1 Devin Rousso 2019-04-16 01:12:40 PDT
<rdar://problem/40903458>
Comment 2 Devin Rousso 2019-04-16 01:44:50 PDT
Created attachment 367515 [details]
Patch
Comment 3 EWS Watchlist 2019-04-16 02:51:27 PDT Comment hidden (obsolete)
Comment 4 EWS Watchlist 2019-04-16 02:51:29 PDT Comment hidden (obsolete)
Comment 5 EWS Watchlist 2019-04-16 03:13:55 PDT Comment hidden (obsolete)
Comment 6 EWS Watchlist 2019-04-16 03:13:56 PDT Comment hidden (obsolete)
Comment 7 EWS Watchlist 2019-04-16 03:40:53 PDT Comment hidden (obsolete)
Comment 8 EWS Watchlist 2019-04-16 03:40:55 PDT Comment hidden (obsolete)
Comment 9 EWS Watchlist 2019-04-16 06:43:17 PDT Comment hidden (obsolete)
Comment 10 EWS Watchlist 2019-04-16 06:43:28 PDT Comment hidden (obsolete)
Comment 11 Simon Fraser (smfr) 2019-04-16 10:23:00 PDT
Comment on attachment 367515 [details]
Patch

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

> LayoutTests/fast/css/sticky/parsing-position-sticky-expected.txt:6
> -PASS test("position: -webkit-sticky;") is "-webkit-sticky"
> +PASS test("position: sticky;") is "sticky"

The test that produces this result still needs to test the parsing of the legacy -webkit-sticky value.
Comment 12 Devin Rousso 2019-04-16 11:29:15 PDT
Created attachment 367548 [details]
Patch
Comment 13 WebKit Commit Bot 2019-04-16 12:48:43 PDT
Comment on attachment 367548 [details]
Patch

Clearing flags on attachment: 367548

Committed r244353: <https://trac.webkit.org/changeset/244353>
Comment 14 WebKit Commit Bot 2019-04-16 12:48:45 PDT
All reviewed patches have been landed.  Closing bug.