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

@ -221,7 +221,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
== outline_offset_a.html outline_offset_ref.html
== outlines_simple_a.html outlines_simple_ref.html
== outlines_wrap_a.html outlines_wrap_ref.html
== outset.html outset_ref.html
!= outset_blackborder.html blackborder_ref.html
# Should be == with expected failure. See #2797
!= overconstrained_block.html overconstrained_block_ref.html

View file

@ -1,52 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<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.

Before

Width:  |  Height:  |  Size: 312 B

View file

@ -1,19 +0,0 @@
<!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>