Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-images
/
image-rendering-border-image-notref.html
blob: a7b06cf1bd45dd02b3241b2676912b5053779ff5 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<title>
CSS Test Reference
</title>
<style>
div
{
width
:
200px
;
height
:
150px
;
background-color
:
black
;
border
:
solid
4px
;
border-image
:
url
(
support/small-border.png
)
4
/
16px
;
}
</style>
<div></div>