mirror of
https://github.com/servo/servo.git
synced 2025-08-30 17:48:20 +01:00
Move input_button_size_a.html to wpt reftests.
This commit is contained in:
parent
cd19d728f5
commit
82ac32c7ae
4 changed files with 25 additions and 1 deletions
|
@ -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",
|
||||
|
|
10
tests/wpt/mozilla/tests/css/input_button_size_a.html
Normal file
10
tests/wpt/mozilla/tests/css/input_button_size_a.html
Normal 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>
|
||||
|
9
tests/wpt/mozilla/tests/css/input_button_size_ref.html
Normal file
9
tests/wpt/mozilla/tests/css/input_button_size_ref.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<input type=submit value=sumbit>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue