Bug 137413 - Web Inspector: CSS Pretty Printing fails to wrap long lines of selectors with pseudo classes/elements
Summary: Web Inspector: CSS Pretty Printing fails to wrap long lines of selectors with...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-10-03 16:06 PDT by Joseph Pecoraro
Modified: 2014-10-08 20:39 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (8.12 KB, patch)
2014-10-03 16:14 PDT, Joseph Pecoraro
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-10-03 16:06:03 PDT
* TEST
/* LONG LISTS SHOULD WRAP */
a.browsewebappss:hover,a.businessstores:hover,a.buyiphones:hover,a.buynows:hover,a.buynows-arrow:hover,a.comingsoons:hover,p::before,a.descargarahoras:hover,a.downloadituness:hover,a.downloadnows:hover,a.finds:hover,a.freetrials:hover,a.getstarteds:hover,a.gos:hover,a.howtoapplys:hover,a.howtobuys:hover,a.joinnows:hover,a.learnmores:hover,a.nikebuynows:hover,a.notifymes:hover,a.ordernows:hover,a.preordernows:hover,a.preorders:hover,a.reserves:hover,a.startyoursearchs:hover,a.submits:hover,a.tryamacs:hover,a.upgradenows:hover {color:red}

* EXPECTED
/* LONG LISTS SHOULD WRAP */
a.browsewebappss:hover, a.businessstores:hover, a.buyiphones:hover,
a.buynows:hover, a.buynows-arrow:hover, a.comingsoons:hover, p::before,
a.descargarahoras:hover, a.downloadituness:hover, a.downloadnows:hover,
a.finds:hover, a.freetrials:hover, a.getstarteds:hover, a.gos:hover,
a.howtoapplys:hover, a.howtobuys:hover, a.joinnows:hover, a.learnmores:hover,
a.nikebuynows:hover, a.notifymes:hover, a.ordernows:hover, a.preordernows:hover,
a.preorders:hover, a.reserves:hover, a.startyoursearchs:hover, a.submits:hover,
a.tryamacs:hover, a.upgradenows:hover {
    color: red
}
Comment 1 Radar WebKit Bug Importer 2014-10-03 16:06:35 PDT
<rdar://problem/18544272>
Comment 2 Joseph Pecoraro 2014-10-03 16:14:09 PDT
Created attachment 239250 [details]
[PATCH] Proposed Fix

Requires another patch to land, so bots will likely barf on this.
Comment 3 Joseph Pecoraro 2014-10-08 20:39:34 PDT
<http://trac.webkit.org/changeset/174482>