[Webkit-unassigned] [Bug 140154] Web Inspector: Expected UserAgent styles to be crossed-out if overridden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 22:29:38 PST 2015


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Another test case, for HTML Attributes, which were also getting this treatment:

* TEST 2

    <style>body { background-color: red; }</style>
    <body bgColor="blue" style="background-color:green"></body>

* STEPS TO REPRODUCE
1. Inspect <body> for its background-color
  => "blue" from HTML Attribute should be crossed-out (currently it is not)
2. Disable "green" from inline style.
3. Disable "red" from stylesheet.
  => "blue" from HTML Attribute should be enabled

-- 
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/20150108/70353e61/attachment-0002.html>


More information about the webkit-unassigned mailing list