mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move submit_focus_a.html to wpt reftests.
This commit is contained in:
parent
af75427f19
commit
cb6c43c18e
4 changed files with 25 additions and 1 deletions
|
@ -303,7 +303,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
== stacking_context_overflow_a.html stacking_context_overflow_ref.html
|
||||
== stacking_context_overflow_relative_outline_a.html stacking_context_overflow_relative_outline_ref.html
|
||||
== style_is_in_doc.html style_is_in_doc_ref.html
|
||||
== submit_focus_a.html submit_focus_b.html
|
||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||
|
|
|
@ -603,6 +603,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/submit_focus_a.html": [
|
||||
{
|
||||
"path": "css/submit_focus_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/submit_focus_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/submit_focus_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_auto_width.html": [
|
||||
{
|
||||
"path": "css/table_auto_width.html",
|
||||
|
@ -2588,6 +2600,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/submit_focus_a.html": [
|
||||
{
|
||||
"path": "css/submit_focus_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/submit_focus_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/submit_focus_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_auto_width.html": [
|
||||
{
|
||||
"path": "css/table_auto_width.html",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<link rel='match' href='submit_focus_b.html'>
|
||||
<style>
|
||||
button {
|
||||
display: inline-block;
|
Loading…
Add table
Add a link
Reference in a new issue