[Webkit-unassigned] [Bug 245104] Stylesheet rule.cssText is incorrect for a property setting 'background: none'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 26 19:48:07 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=245104

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
Created attachment 462643

  --> https://bugs.webkit.org/attachment.cgi?id=462643&action=review

testcase

Safari TP 154

[Log] input – ".test1 {background: none; }" (test-csstext-roundtrip-background.html, line 21)
[Log] output – ".test1 { background-image: none; }" (test-csstext-roundtrip-background.html, line 22)
[Log] input – ".test2 {background-image: none; background-color: initial; background-position: initial initial; background-repeat: initial initial;}" (test-csstext-roundtrip-background.html, line 21)
[Log] output – ".test2 { background-image: none; }" (test-csstext-roundtrip-background.html, line 22)


Firefox Nightly 107
11:40:35.025 input .test1 {background: none; } test-csstext-roundtrip-background.html:21:17
11:40:35.026 output .test1 { background: none; } test-csstext-roundtrip-background.html:22:17
11:40:35.026 input .test2 {background-image: none; background-color: initial; background-position: initial initial; background-repeat: initial initial;} test-csstext-roundtrip-background.html:21:17
11:40:35.026 output .test2 { background-image: none; background-color: initial; }

Chrome Canary 108
input .test1 {background: none; }
test-csstext-roundtrip-background.html:22 output .test1 { background: none; }
test-csstext-roundtrip-background.html:21 input .test2 {background-image: none; background-color: initial; background-position: initial initial; background-repeat: initial initial;}
test-csstext-roundtrip-background.html:22 output .test2 { background-image: none; background-color: initial; }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220927/dc15876e/attachment-0001.htm>


More information about the webkit-unassigned mailing list