Sign in
chromium
/
chromium
/
src
/
2b15682c97f9b6f1a812d0c39044f29943b83ac1
/
.
/
third_party
/
blink
/
web_tests
/
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>