mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
Move pseudo_content_with_layers.html to wpt reftests.
This commit is contained in:
parent
baa26c9717
commit
2ba76519e1
4 changed files with 25 additions and 1 deletions
|
@ -271,7 +271,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== position_relative_vertical_percentage_overflow_a.html position_relative_vertical_percentage_overflow_ref.html
|
== position_relative_vertical_percentage_overflow_a.html position_relative_vertical_percentage_overflow_ref.html
|
||||||
== pre_ignorable_whitespace_a.html pre_ignorable_whitespace_ref.html
|
== pre_ignorable_whitespace_a.html pre_ignorable_whitespace_ref.html
|
||||||
== 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
|
|
||||||
== 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_content_with_layers.html": [
|
||||||
|
{
|
||||||
|
"path": "css/pseudo_content_with_layers.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/pseudo_content_with_layers_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/pseudo_content_with_layers.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/pseudo_element_a.html": [
|
"css/pseudo_element_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/pseudo_element_a.html",
|
"path": "css/pseudo_element_a.html",
|
||||||
|
@ -3012,6 +3024,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/pseudo_content_with_layers.html": [
|
||||||
|
{
|
||||||
|
"path": "css/pseudo_content_with_layers.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/pseudo_content_with_layers_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/pseudo_content_with_layers.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/pseudo_element_a.html": [
|
"css/pseudo_element_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/pseudo_element_a.html",
|
"path": "css/pseudo_element_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<link rel='match' href='pseudo_content_with_layers_ref.html'>
|
||||||
<body>
|
<body>
|
||||||
<style>
|
<style>
|
||||||
.before-test::before {
|
.before-test::before {
|
Loading…
Add table
Add a link
Reference in a new issue