Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
incorrect-sizing-with-calc-expected.html
blob: 24b402d99f160dac582ee393a338cb52629ac2a3 [
file
]
<!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>