Issue 4460: Add CSS3 box-sizing property to Layout side panel
Steps to reproduce
- Inspect the blue
<div>
above
- Switch to the Layout side panel
- Have a look at the
box-sizing
value inside the Layout side panel
- Inspect the green
<div>
above
- Have a look at the
box-sizing
value inside the Layout side panel
- Inspect the yellow
<div>
above
- Have a look at the
box-sizing
value inside the Layout side panel
Expected Results
- After step 2:
content-box
- After step 4:
padding-box
- After step 6:
border-box