Created attachment 399421 [details] Screenshot Load https://account.ikonpass.com/packs/css/application-1cd9da5f.chunk.css in the pretty-printer in the inspector. It seems to get confused about a data url. Screenshots attached.
Created attachment 399422 [details] Screenshot 2
Created attachment 399423 [details] Resource
Created attachment 399438 [details] Patch
Comment on attachment 399438 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=399438&action=review > Source/WebInspectorUI/UserInterface/Workers/Formatter/CSSFormatter.js:-232 > - let specialSequenceEnd = null; All the removed lines above this line have just been move outside of the `for` and haven't been changed in any way.
Comment on attachment 399438 [details] Patch rs=me
Created attachment 399532 [details] Patch add logic to cover the edge case where we're processing a special sequence and exhaust the `_sourceText`
Committed r261772: <https://trac.webkit.org/changeset/261772> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399532 [details].
<rdar://problem/63297001>