[Webkit-unassigned] [Bug 154492] Web Inspector: Modifying CSS value in the styles sidebar stripped all CSS that followed that value
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 1 19:39:10 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=154492
--- Comment #4 from Nikita Vasilyev <nvasilyev at apple.com> ---
Unmatched parenthesis cause this.
Steps:
1. Open http://nv.github.io/webkit-inspector-bugs/154492_css-data-corruption/
2. Inspect <body>
3. Click on "lightgoldenrodyellow" CSS value field
4. Type "rgb(1"
5. Press Tab
Actual:
All CSS properties and rules following the invalid value are gone.
Expected:
All CSS properties and rules following the invalid value stay unaffected.
--
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/20180602/4708fc54/attachment.html>
More information about the webkit-unassigned
mailing list