[Webkit-unassigned] [Bug 139750] New: Web Inspector: <body> shows unexpected UserAgent margin styles (one non-implicit, others implicit)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 17 15:04:33 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139750
Bug ID: 139750
Summary: Web Inspector: <body> shows unexpected UserAgent
margin styles (one non-implicit, others implicit)
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: joepeck at webkit.org
CC: graouts at webkit.org, joepeck at webkit.org,
jonowells at apple.com, mattbaker at apple.com,
nvasilyev at apple.com, timothy at apple.com,
webkit-bug-importer at group.apple.com
* SUMMARY
<body> shows unexpected UserAgent margin styles (one non-implicit, others implicit). I would expect them all to be the same, the reason User Agent stylesheet says "margin: 8px".
* STEPS TO REPRODUCE
1. Inspect <body> in data:text/html,<body>
2. Show Rules in Styles details sidebar
=> "margin" values shown in unexpected way
* ACTUAL RESULTS:
display: block; /* non-implicit */
margin-top: 8px; /* non-implicit */
margin-right: 8px; /* implicit */
margin-bottom: 8px; /* implicit */
margin-left: 8px; /* implicit */
* EXPECTED RESULTS:
display: block; /* non-implicit */
margin: 8px; /* non-implicit */
--
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/20141217/6c2e4573/attachment-0002.html>
More information about the webkit-unassigned
mailing list