Move input_button_size_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent cd19d728f5
commit 82ac32c7ae
4 changed files with 25 additions and 1 deletions

View file

@ -779,6 +779,18 @@
"url": "/_mozilla/css/inline_text_align_a.html"
}
],
"css/input_button_size_a.html": [
{
"path": "css/input_button_size_a.html",
"references": [
[
"/_mozilla/css/input_button_size_ref.html",
"=="
]
],
"url": "/_mozilla/css/input_button_size_a.html"
}
],
"css/inset.html": [
{
"path": "css/inset.html",
@ -4140,6 +4152,18 @@
"url": "/_mozilla/css/inline_text_align_a.html"
}
],
"css/input_button_size_a.html": [
{
"path": "css/input_button_size_a.html",
"references": [
[
"/_mozilla/css/input_button_size_ref.html",
"=="
]
],
"url": "/_mozilla/css/input_button_size_a.html"
}
],
"css/inset.html": [
{
"path": "css/inset.html",

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='input_button_size_ref.html'>
</head>
<body>
<input type=submit size=100 value=sumbit>
</body>
</html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<input type=submit value=sumbit>
</body>
</html>