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