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