Sign in
webkit
/
WebKit
/
3e01ea2c6e60dac71bbc2366692c12538bc3430c
/
.
/
LayoutTests
/
fast
/
css
/
calc-percentage-pixel.html
blob: 2176e8dff4892c1972f1f5b8f1d77424182c5e4d [
file
] [
log
] [
blame
]
<html>
<head>
<style>
#
rectangle
{
width
:
calc
((
100%
-
20px
)
/
3
);
height
:
calc
((
30%
+
10px
)
/
3
);
background
:
green
;
}
</style>
</head>
<body>
<div
id
=
"rectangle"
></div>
</body>
</html>