mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Move first_child_pseudo_a.html to wpt reftests.
This commit is contained in:
parent
cee4879dd1
commit
83439dc1df
4 changed files with 25 additions and 1 deletions
|
@ -37,7 +37,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
||||||
== counters_simple_a.html counters_simple_ref.html
|
== counters_simple_a.html counters_simple_ref.html
|
||||||
== empty_cells_a.html empty_cells_ref.html
|
== empty_cells_a.html empty_cells_ref.html
|
||||||
== filter_opacity_a.html filter_opacity_ref.html
|
== filter_opacity_a.html filter_opacity_ref.html
|
||||||
== first_child_pseudo_a.html first_child_pseudo_b.html
|
|
||||||
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.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-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
|
prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.html
|
||||||
|
|
|
@ -887,6 +887,18 @@
|
||||||
"url": "/_mozilla/css/filter_sepia_a.html"
|
"url": "/_mozilla/css/filter_sepia_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/first_child_pseudo_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/first_child_pseudo_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/first_child_pseudo_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/first_child_pseudo_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/first_of_type_pseudo_a.html": [
|
"css/first_of_type_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/first_of_type_pseudo_a.html",
|
"path": "css/first_of_type_pseudo_a.html",
|
||||||
|
@ -5172,6 +5184,18 @@
|
||||||
"url": "/_mozilla/css/filter_sepia_a.html"
|
"url": "/_mozilla/css/filter_sepia_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/first_child_pseudo_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/first_child_pseudo_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/first_child_pseudo_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/first_child_pseudo_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/first_of_type_pseudo_a.html": [
|
"css/first_of_type_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/first_of_type_pseudo_a.html",
|
"path": "css/first_of_type_pseudo_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='first_child_pseudo_b.html'>
|
||||||
<title>:first-child test</title>
|
<title>:first-child test</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
html { background: red;}
|
html { background: red;}
|
Loading…
Add table
Add a link
Reference in a new issue