Move box_sizing_sanity_check_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent cd543ea85a
commit debad3fa35
4 changed files with 25 additions and 1 deletions

View file

@ -779,6 +779,18 @@
"url": "/_mozilla/css/border_spacing_a.html"
}
],
"css/box_sizing_sanity_check_a.html": [
{
"path": "css/box_sizing_sanity_check_a.html",
"references": [
[
"/_mozilla/css/box_sizing_sanity_check_ref.html",
"=="
]
],
"url": "/_mozilla/css/box_sizing_sanity_check_a.html"
}
],
"css/canvas_linear_gradient_a.html": [
{
"path": "css/canvas_linear_gradient_a.html",
@ -5088,6 +5100,18 @@
"url": "/_mozilla/css/border_spacing_a.html"
}
],
"css/box_sizing_sanity_check_a.html": [
{
"path": "css/box_sizing_sanity_check_a.html",
"references": [
[
"/_mozilla/css/box_sizing_sanity_check_ref.html",
"=="
]
],
"url": "/_mozilla/css/box_sizing_sanity_check_a.html"
}
],
"css/canvas_linear_gradient_a.html": [
{
"path": "css/canvas_linear_gradient_a.html",

View file

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<link rel='match' href='box_sizing_sanity_check_ref.html'>
<body>
<div style="box-sizing: border-box; float: left; background: yellow;">Heeheehee</div>
</body>
</html>

View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<div style="float: left; background: yellow;">Heeheehee</div>
</body>
</html>