Sign in
webkit
/
WebKit
/
a5d24144db8352c4735c4967935cce2c04e9e862
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-polygon-percentage-expected.html
blob: 2fa2a1b00aaf7eff6f3069ddd5aba2690ba1be87 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Test that percentage values are relative to the right dimension of the bounding box
</p>
<div
style
=
"
width
:
150px
;
height
:
100px
;
border
:
solid white
50px
;
background-color
:
green
;
"
></div>
</body>
</html>