Move input_height_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-10 12:25:47 +01:00
parent 17376dd96b
commit 17cdd1769d
4 changed files with 25 additions and 1 deletions

View file

@ -2123,6 +2123,18 @@
"url": "/_mozilla/css/input_button_size_a.html"
}
],
"css/input_height_a.html": [
{
"path": "css/input_height_a.html",
"references": [
[
"/_mozilla/css/input_height_ref.html",
"!="
]
],
"url": "/_mozilla/css/input_height_a.html"
}
],
"css/inset.html": [
{
"path": "css/inset.html",
@ -7128,6 +7140,18 @@
"url": "/_mozilla/css/input_button_size_a.html"
}
],
"css/input_height_a.html": [
{
"path": "css/input_height_a.html",
"references": [
[
"/_mozilla/css/input_height_ref.html",
"!="
]
],
"url": "/_mozilla/css/input_height_a.html"
}
],
"css/inset.html": [
{
"path": "css/inset.html",

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<link rel=mismatch href=input_height_ref.html>
<body>
<!-- We assume that inputs are not 100px high on any platform, since that would be absurd -->
<input type=text style="height: 100px;"></input>
</body>
</html>

View file

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<input type=text></input>
</body>
</html>