Move outset.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 19:00:46 -04:00
parent e649d8834a
commit bdcb7ec40e
5 changed files with 25 additions and 1 deletions

View file

@ -683,6 +683,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/outset.html": [
{
"path": "css/outset.html",
"references": [
[
"/_mozilla/css/outset_ref.html",
"=="
]
],
"url": "/_mozilla/css/outset.html"
}
],
"css/overflow_auto_stacking_order_a.html": [
{
"path": "css/overflow_auto_stacking_order_a.html",
@ -3408,6 +3420,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/outset.html": [
{
"path": "css/outset.html",
"references": [
[
"/_mozilla/css/outset_ref.html",
"=="
]
],
"url": "/_mozilla/css/outset.html"
}
],
"css/overflow_auto_stacking_order_a.html": [
{
"path": "css/overflow_auto_stacking_order_a.html",

View file

@ -0,0 +1,53 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='outset_ref.html'>
<style>
body {
margin: 0px;
}
.test {
color: #f0f;
}
.outset {
border: 10px outset;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
}
.hack1 {
width: 20px;
height: 20px;
background-color: white;
border-color: white;
border-style: solid;
position: relative;
top: -20px;
right: 8px;
}
.hack2 {
width: 20px;
height: 20px;
background-color: white;
border-color: white;
border-style: solid;
position: relative;
top: -155px;
right: -100px;
}
</style>
</head>
<body>
<section class="test">
<div class="outset"></div>
</section>
<div class="hack1"></div>
<div class="hack2"></div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<style>
html {
margin: 0;
padding: 0;
background-color: white;
border: none;
}
body {
margin: 0;
padding: 0;
border: none;
}
</style>
<body>
<img src="outset.png"/>
</body>
</html>