Sign in
webkit
/
WebKit
/
075931ac30dcae1739e575539dfc139918725298
/
.
/
LayoutTests
/
fast
/
css
/
webkit-named-image
/
apple-pay-logo-white
/
container-larger-height.html
blob: 156c058f0c2eb3afcaa90c533de65f4e0b560036 [
file
] [
log
] [
blame
]
<style>
body
{
background-color
:
black
;
}
div
{
width
:
100px
;
height
:
150px
;
background-image
:
-webkit-named-image
(
apple-pay-logo-white
);
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
}
</style>
<div></div>