Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
css3
/
calc
/
box-reflect.html
blob: 052f7486e42796e725fe212a229f3da691e93f36 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
#
reflection
{
width
:
100px
;
height
:
100px
;
-webkit-box-reflect
:
below -webkit-calc
(
10%
+
5px
);
}
</style>
<img
id
=
"reflection"
src
=
"resources/ring.png"
/>