Move last_of_type_pseudo_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent 83f8585577
commit 589c9f2616
4 changed files with 25 additions and 1 deletions

View file

@ -151,7 +151,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
== jpeg_normal.html jpeg_ref.html
== jpeg_progressive.html jpeg_ref.html
== last_child_pseudo_a.html last_child_pseudo_b.html
== last_of_type_pseudo_a.html last_of_type_pseudo_b.html
== legacy_cellspacing_attribute_a.html border_spacing_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

View file

@ -791,6 +791,18 @@
"url": "/_mozilla/css/jumpiness_a.html"
}
],
"css/last_of_type_pseudo_a.html": [
{
"path": "css/last_of_type_pseudo_a.html",
"references": [
[
"/_mozilla/css/last_of_type_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/last_of_type_pseudo_a.html"
}
],
"css/layerization_z_order_a.html": [
{
"path": "css/layerization_z_order_a.html",
@ -4116,6 +4128,18 @@
"url": "/_mozilla/css/jumpiness_a.html"
}
],
"css/last_of_type_pseudo_a.html": [
{
"path": "css/last_of_type_pseudo_a.html",
"references": [
[
"/_mozilla/css/last_of_type_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/last_of_type_pseudo_a.html"
}
],
"css/layerization_z_order_a.html": [
{
"path": "css/layerization_z_order_a.html",

View file

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