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

@ -143,7 +143,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
== inline_whitespace_a.html inline_whitespace_ref.html == inline_whitespace_a.html inline_whitespace_ref.html
== inline_whitespace_b.html inline_whitespace_ref.html == inline_whitespace_b.html inline_whitespace_ref.html
== input_button_margins_a.html input_button_margins_ref.html == input_button_margins_a.html input_button_margins_ref.html
== input_button_size_a.html input_button_size_ref.html
!= input_height_a.html input_height_ref.html != input_height_a.html input_height_ref.html
!= inset_blackborder.html blackborder_ref.html != inset_blackborder.html blackborder_ref.html
== jpeg_normal.html jpeg_ref.html == jpeg_normal.html jpeg_ref.html

View file

@ -779,6 +779,18 @@
"url": "/_mozilla/css/inline_text_align_a.html" "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": [ "css/inset.html": [
{ {
"path": "css/inset.html", "path": "css/inset.html",
@ -4140,6 +4152,18 @@
"url": "/_mozilla/css/inline_text_align_a.html" "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": [ "css/inset.html": [
{ {
"path": "css/inset.html", "path": "css/inset.html",

View file

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