mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -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_b.html inline_whitespace_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
|
||||
!= inset_blackborder.html blackborder_ref.html
|
||||
== jpeg_normal.html jpeg_ref.html
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='input_button_size_ref.html'>
|
||||
</head>
|
||||
<body>
|
||||
<input type=submit size=100 value=sumbit>
|
Loading…
Add table
Add a link
Reference in a new issue