mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move focus_selector.html to wpt reftests.
This commit is contained in:
parent
5953387cb0
commit
f2d83cd59d
4 changed files with 25 additions and 1 deletions
|
@ -63,7 +63,6 @@ prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.ht
|
|||
== floated_list_item_a.html floated_list_item_ref.html
|
||||
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
||||
== floated_table_with_margin_a.html floated_table_with_margin_ref.html
|
||||
== focus_selector.html focus_selector_ref.html
|
||||
== font_color_attribute_a.html font_color_attribute_ref.html
|
||||
== font_face_attribute.html font_face_attribute_ref.html
|
||||
== font_size.html font_size_ref.html
|
||||
|
|
|
@ -803,6 +803,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/focus_selector.html": [
|
||||
{
|
||||
"path": "css/focus_selector.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/focus_selector_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/focus_selector.html"
|
||||
}
|
||||
],
|
||||
"css/font_advance.html": [
|
||||
{
|
||||
"path": "css/font_advance.html",
|
||||
|
@ -4800,6 +4812,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/focus_selector.html": [
|
||||
{
|
||||
"path": "css/focus_selector.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/focus_selector_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/focus_selector.html"
|
||||
}
|
||||
],
|
||||
"css/font_advance.html": [
|
||||
{
|
||||
"path": "css/font_advance.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='focus_selector_ref.html'>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
input:focus {
|
Loading…
Add table
Add a link
Reference in a new issue