Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
css3
/
calc
/
box-reflect.html
blob: 4a6141a617fbc278293608516be07311f5ee5313 [
file
]
<!DOCTYPE html>
<style>
#
reflection
{
width
:
100px
;
height
:
100px
;
-webkit-box-reflect
:
below calc
(
10%
+
5px
);
}
</style>
<img
id
=
"reflection"
src
=
"resources/ring.png"
/>