Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
LayoutTests
/
fast
/
borders
/
border-image-should-not-display-expected.html
blob: 85bbb622250c4a0a807c1306177c6ecfb0063fa5 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<style>
div
{
background-color
:
green
;
width
:
100px
;
height
:
100px
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>