[Webkit-unassigned] [Bug 245105] New: CSS properties set to 'initial' don't roundtrip from CSSOM correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 12 16:58:57 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245105
Bug ID: 245105
Summary: CSS properties set to 'initial' don't roundtrip from
CSSOM correctly
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zlip.792 at gmail.com
Hi Team,
I was going through Chrome MonoRail and came across another test case, where Webkit is different from other browsers:
Link - https://jsbin.com/lezefopa/1/edit?html,console,output
Chrome Bug - https://bugs.chromium.org/p/chromium/issues/detail?id=358273
____
*** Safari 16 on macOS 12.6 ***
.foo { }
*** Safari Technology Preview 153 ***
.foo { }
*** Chrome Canary 107 ***
.foo { background: initial; border: initial; padding: initial; position: initial; opacity: initial; }
*** Firefox Nightly 106 ***
.foo { background: initial; border: initial; padding: initial; position: initial; opacity: initial; }
______
I think matching with other browsers would be great.
If it is duplicate, please mark this as such. Thanks!
--
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/20220912/a2396c23/attachment.htm>
More information about the webkit-unassigned
mailing list