mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
parent
b082dceebc
commit
4717cea51c
4 changed files with 38 additions and 3 deletions
|
@ -2724,6 +2724,18 @@
|
|||
"url": "/_mozilla/css/input_button_size_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_empty_equiv.html": [
|
||||
{
|
||||
"path": "css/input_empty_equiv.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_empty_equiv_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_empty_equiv.html"
|
||||
}
|
||||
],
|
||||
"css/input_height_a.html": [
|
||||
{
|
||||
"path": "css/input_height_a.html",
|
||||
|
@ -9782,6 +9794,18 @@
|
|||
"url": "/_mozilla/css/input_button_size_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_empty_equiv.html": [
|
||||
{
|
||||
"path": "css/input_empty_equiv.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_empty_equiv_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_empty_equiv.html"
|
||||
}
|
||||
],
|
||||
"css/input_height_a.html": [
|
||||
{
|
||||
"path": "css/input_height_a.html",
|
||||
|
|
6
tests/wpt/mozilla/tests/css/input_empty_equiv.html
Normal file
6
tests/wpt/mozilla/tests/css/input_empty_equiv.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>An input field is drawn the same with or without content</title>
|
||||
<link rel="match" href="input_empty_equiv_ref.html">
|
||||
<input></input>
|
||||
<script>document.getElementsByTagName("input")[0].focus()</script>
|
5
tests/wpt/mozilla/tests/css/input_empty_equiv_ref.html
Normal file
5
tests/wpt/mozilla/tests/css/input_empty_equiv_ref.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>An input field is drawn the same with or without content</title>
|
||||
<input value=" "></input>
|
||||
<script>document.getElementsByTagName("input")[0].focus()</script>
|
Loading…
Add table
Add a link
Reference in a new issue