Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
fast
/
inline
/
incorrect-sizing-with-calc-expected.html
blob: 24b402d99f160dac582ee393a338cb52629ac2a3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
div
{
width
:
50px
;
height
:
100px
;
background-color
:
green
;
border
:
10px
solid blue
;
box-sizing
:
border-box
;
}
</style>
<div></div><div></div><div></div>