Test mozilla/layout/reftests/border-image/reftest:!= different-h-v-1.html different-h-v-ref.html Detail
- id
- mozilla/layout/reftests/border-image/reftest:1cf75d699dc9418cad907799b7ed525e
- type
- reftest
- version
- 0
- enabled
- 1
- tags
- flags
- sections
-
- CSS Backgrounds and Borders Module Level 3 | 0. Unspecified
- url
- http://localhost:8888/mozilla/layout/reftests/border-image/different-h-v-1.html
- file
- mozilla/layout/reftests/border-image/different-h-v-1.html
- url2
- http://localhost:8888/mozilla/layout/reftests/border-image/different-h-v-ref.html
- file2
- mozilla/layout/reftests/border-image/different-h-v-ref.html
- results
- equal
- 0
- expected
- 0
- failure_type file:
Reftest detail
<!doctype html>
<html><head>
<style>
div {
margin: 27px;
border-width: 1em;
-moz-border-image: url("diamonds.png") 27 stretch round;
width: 270px;
height: 135px;
}
</style>
<body>
<div></div>
</body></html>
file frame
:
file2:
<!doctype html>
<html><head>
<style>
div {
margin: 27px;
border-width: 1em;
-moz-border-image: url("diamonds.png") 27 stretch;
width: 270px;
height: 135px;
}
</style>
<body>
<div></div>
</body></html>
file2 frame
: