Move first_child_pseudo_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent cee4879dd1
commit 83439dc1df
4 changed files with 25 additions and 1 deletions

View file

@ -37,7 +37,6 @@ flaky_cpu == append_style_a.html append_style_b.html
== counters_simple_a.html counters_simple_ref.html
== empty_cells_a.html empty_cells_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
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

View file

@ -887,6 +887,18 @@
"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": [
{
"path": "css/first_of_type_pseudo_a.html",
@ -5172,6 +5184,18 @@
"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": [
{
"path": "css/first_of_type_pseudo_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='first_child_pseudo_b.html'>
<title>:first-child test</title>
<style type="text/css">
html { background: red;}