mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move input_height_a.html to wpt reftests.
This commit is contained in:
parent
17376dd96b
commit
17cdd1769d
4 changed files with 25 additions and 1 deletions
|
@ -35,7 +35,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||
|
||||
# inline_border_a.html inline_border_b.html
|
||||
!= input_height_a.html input_height_ref.html
|
||||
!= inset_blackborder.html blackborder_ref.html
|
||||
== jpeg_normal.html jpeg_ref.html
|
||||
== jpeg_progressive.html jpeg_ref.html
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue