mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +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
|
||||
== pre_ignorable_whitespace_a.html pre_ignorable_whitespace_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_without_style_a.html root_display_ref.html
|
||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||
|
|
|
@ -683,6 +683,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/pseudo_element_a.html",
|
||||
|
@ -3012,6 +3024,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/pseudo_element_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='pseudo_content_with_layers_ref.html'>
|
||||
<body>
|
||||
<style>
|
||||
.before-test::before {
|
Loading…
Add table
Add a link
Reference in a new issue