Bug 58551 - Web Inspector: Incorrect content area dimensions in Metrics pane for box-sizing: border-box
Summary: Web Inspector: Incorrect content area dimensions in Metrics pane for box-sizi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 09:51 PDT by Alexander Pavlov (apavlov)
Modified: 2011-04-18 06:35 PDT (History)
10 users (show)

See Also:


Attachments
[PATCH] Suggested solution (15.88 KB, patch)
2011-04-18 05:04 PDT, Alexander Pavlov (apavlov)
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2011-04-14 09:51:30 PDT
1. Visit example URL (http://jsfiddle.net/54fAZ/)
2. Inspect the div in the result box, and open the Metrics view.
In the Elements/Metrics pane, the content box of the diagram is marked as 50x50 -- the content box is actually 10x10, the border box is 50x50.

Upstreaming http://code.google.com/p/chromium/issues/detail?id=78660
Comment 1 Alexander Pavlov (apavlov) 2011-04-18 05:04:48 PDT
Created attachment 90019 [details]
[PATCH] Suggested solution
Comment 2 Alexander Pavlov (apavlov) 2011-04-18 06:35:29 PDT
Committed r84135: <http://trac.webkit.org/changeset/84135>