Bug 137413

Summary: Web Inspector: CSS Pretty Printing fails to wrap long lines of selectors with pseudo classes/elements
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix timothy: review+

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>