Sign in
webkit
/
WebKit
/
43e0e14f3e70f29dc1155726982c213b5c1c457a
/
.
/
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>