mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move last_of_type_pseudo_a.html to wpt reftests.
This commit is contained in:
parent
83f8585577
commit
589c9f2616
4 changed files with 25 additions and 1 deletions
|
@ -151,7 +151,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
== 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
|
== 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_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
|
||||||
|
|
|
@ -791,6 +791,18 @@
|
||||||
"url": "/_mozilla/css/jumpiness_a.html"
|
"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": [
|
"css/layerization_z_order_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/layerization_z_order_a.html",
|
"path": "css/layerization_z_order_a.html",
|
||||||
|
@ -4116,6 +4128,18 @@
|
||||||
"url": "/_mozilla/css/jumpiness_a.html"
|
"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": [
|
"css/layerization_z_order_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/layerization_z_order_a.html",
|
"path": "css/layerization_z_order_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='last_of_type_pseudo_b.html'>
|
||||||
<title>:last-of-type test</title>
|
<title>:last-of-type 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