mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move first_of_type_pseudo_a.html to wpt reftests.
This commit is contained in:
parent
4efa4677e0
commit
1f8f2872de
4 changed files with 25 additions and 1 deletions
|
@ -46,7 +46,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== filter_opacity_a.html filter_opacity_ref.html
|
||||
== filter_sepia_a.html filter_sepia_ref.html
|
||||
== first_child_pseudo_a.html first_child_pseudo_b.html
|
||||
== first_of_type_pseudo_a.html first_of_type_pseudo_b.html
|
||||
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.html
|
||||
prefs:"layout.flex-direction.enabled,layout.flex.enabled" == flex_column_direction.html flex_column_direction_ref.html
|
||||
prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.html
|
||||
|
|
|
@ -791,6 +791,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/first_of_type_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/first_of_type_pseudo_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/first_of_type_pseudo_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/first_of_type_pseudo_a.html"
|
||||
}
|
||||
],
|
||||
"css/flex_nochild.html": [
|
||||
{
|
||||
"path": "css/flex_nochild.html",
|
||||
|
@ -4896,6 +4908,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/first_of_type_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/first_of_type_pseudo_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/first_of_type_pseudo_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/first_of_type_pseudo_a.html"
|
||||
}
|
||||
],
|
||||
"css/flex_nochild.html": [
|
||||
{
|
||||
"path": "css/flex_nochild.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='first_of_type_pseudo_b.html'>
|
||||
<title>:first-of-type test</title>
|
||||
<style type="text/css">
|
||||
html { background: red; }
|
Loading…
Add table
Add a link
Reference in a new issue