mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move pseudo_inherit.html to wpt reftests.
This commit is contained in:
parent
f1296d3d70
commit
a91746424a
4 changed files with 25 additions and 1 deletions
|
@ -273,7 +273,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== pre_with_tab.html pre_with_tab_ref.html
|
== pre_with_tab.html pre_with_tab_ref.html
|
||||||
== pseudo_content_with_layers.html pseudo_content_with_layers_ref.html
|
== pseudo_content_with_layers.html pseudo_content_with_layers_ref.html
|
||||||
== pseudo_element_a.html pseudo_element_b.html
|
== pseudo_element_a.html pseudo_element_b.html
|
||||||
== pseudo_inherit.html pseudo_inherit_ref.html
|
|
||||||
== root_display_inline_a.html root_display_ref.html
|
== root_display_inline_a.html root_display_ref.html
|
||||||
== root_display_without_style_a.html root_display_ref.html
|
== root_display_without_style_a.html root_display_ref.html
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/pseudo_inherit.html": [
|
||||||
|
{
|
||||||
|
"path": "css/pseudo_inherit.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/pseudo_inherit_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/pseudo_inherit.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/quotes_none_a.html": [
|
"css/quotes_none_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/quotes_none_a.html",
|
"path": "css/quotes_none_a.html",
|
||||||
|
@ -2988,6 +3000,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/pseudo_inherit.html": [
|
||||||
|
{
|
||||||
|
"path": "css/pseudo_inherit.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/pseudo_inherit_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/pseudo_inherit.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/quotes_none_a.html": [
|
"css/quotes_none_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/quotes_none_a.html",
|
"path": "css/quotes_none_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='pseudo_inherit_ref.html'>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
p:before {
|
p:before {
|
Loading…
Add table
Add a link
Reference in a new issue