NEW170283
URLs in CSS variable are incorrectly escaped
https://bugs.webkit.org/show_bug.cgi?id=170283
Summary URLs in CSS variable are incorrectly escaped
Xidorn Quan
Reported 2017-03-30 05:21:26 PDT
Created attachment 305857 [details] testcase See the attached testcase. The url value in CSS variable is incorrectly escaped. Chrome has the same issue which I reported in https://bugs.chromium.org/p/chromium/issues/detail?id=661007 Firefox behaves as expected.
Attachments
testcase (156 bytes, text/html)
2017-03-30 05:21 PDT, Xidorn Quan
no flags
Radar WebKit Bug Importer
Comment 1 2017-03-31 13:34:51 PDT
Ahmad Saleem
Comment 2 2022-10-01 15:01:59 PDT
*** Safari 16 & Safari Technology Preview 154 *** url(a\.png) *** Chrome Canary 108 *** url(a\.png) *** Firefox Nightly 108 *** url(a.png) ___ I am able to reproduce this issue as can be seen from above test results. Thanks!
Note You need to log in before you can comment on or make changes to this bug.