Move last_child_pseudo_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent 7f746c3f6d
commit eb3d4b0dc8
4 changed files with 25 additions and 1 deletions

View file

@ -146,7 +146,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
!= inset_blackborder.html blackborder_ref.html != inset_blackborder.html blackborder_ref.html
== jpeg_normal.html jpeg_ref.html == jpeg_normal.html jpeg_ref.html
== jpeg_progressive.html jpeg_ref.html == jpeg_progressive.html jpeg_ref.html
== last_child_pseudo_a.html last_child_pseudo_b.html
== legacy_cellspacing_attribute_a.html border_spacing_ref.html == legacy_cellspacing_attribute_a.html border_spacing_ref.html
== legacy_td_width_attribute_a.html legacy_td_width_attribute_ref.html == legacy_td_width_attribute_a.html legacy_td_width_attribute_ref.html
== legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html == legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html

View file

@ -839,6 +839,18 @@
"url": "/_mozilla/css/jumpiness_a.html" "url": "/_mozilla/css/jumpiness_a.html"
} }
], ],
"css/last_child_pseudo_a.html": [
{
"path": "css/last_child_pseudo_a.html",
"references": [
[
"/_mozilla/css/last_child_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/last_child_pseudo_a.html"
}
],
"css/last_of_type_pseudo_a.html": [ "css/last_of_type_pseudo_a.html": [
{ {
"path": "css/last_of_type_pseudo_a.html", "path": "css/last_of_type_pseudo_a.html",
@ -4224,6 +4236,18 @@
"url": "/_mozilla/css/jumpiness_a.html" "url": "/_mozilla/css/jumpiness_a.html"
} }
], ],
"css/last_child_pseudo_a.html": [
{
"path": "css/last_child_pseudo_a.html",
"references": [
[
"/_mozilla/css/last_child_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/last_child_pseudo_a.html"
}
],
"css/last_of_type_pseudo_a.html": [ "css/last_of_type_pseudo_a.html": [
{ {
"path": "css/last_of_type_pseudo_a.html", "path": "css/last_of_type_pseudo_a.html",

View file

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