Sign in
webkit
/
WebKit
/
a9c91ce2c5aea1dcbb1791839037fd37c48643d1
/
.
/
LayoutTests
/
fast
/
borders
/
border-image-should-not-display.html
blob: 4835253d83659f39a7a4009875350f2695377fb1 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<style>
div
{
background-color
:
green
;
width
:
100px
;
height
:
100px
;
border-image
:
url
(
resources/red.png
)
30
round
;
border-width
:
100px
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>