<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - style.removeProperty not working for "overflow: hidden !important""
href="https://bugs.webkit.org/show_bug.cgi?id=162263#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - style.removeProperty not working for "overflow: hidden !important""
href="https://bugs.webkit.org/show_bug.cgi?id=162263">bug 162263</a>
from <span class="vcard"><a class="email" href="mailto:mikes.ekb@gmail.com" title="Mike Sidorov <mikes.ekb@gmail.com>"> <span class="fn">Mike Sidorov</span></a>
</span></b>
<pre>Alexey, sorry, had to explain this earlier.
The test case is: clicking a button toggles to properties - background-color: red and overflow: hidden. These properties are being set/removed on every button click.
With background-color everything is fine - it gets set to red and removed on the next click.
But with overflow there's an issue: once you set it, you cannot remove it at all. I'm getting the following output in the console:
"hidden"
"hidden"
What's expected is to remove that property (to be displayed "hidden" - "").</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>