RESOLVED FIXED 137413
Web Inspector: CSS Pretty Printing fails to wrap long lines of selectors with pseudo classes/elements
https://bugs.webkit.org/show_bug.cgi?id=137413
Summary Web Inspector: CSS Pretty Printing fails to wrap long lines of selectors with...
Joseph Pecoraro
Reported 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 }
Attachments
[PATCH] Proposed Fix (8.12 KB, patch)
2014-10-03 16:14 PDT, Joseph Pecoraro
timothy: review+
Radar WebKit Bug Importer
Comment 1 2014-10-03 16:06:35 PDT
Joseph Pecoraro
Comment 2 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.
Joseph Pecoraro
Comment 3 2014-10-08 20:39:34 PDT
Note You need to log in before you can comment on or make changes to this bug.