mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move quotes_simple_a.html to wpt reftests.
This commit is contained in:
parent
e76ec79356
commit
2db832f155
4 changed files with 25 additions and 1 deletions
|
@ -275,7 +275,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
== pseudo_element_a.html pseudo_element_b.html
|
||||
== pseudo_inherit.html pseudo_inherit_ref.html
|
||||
== quotes_none_a.html quotes_none_ref.html
|
||||
== quotes_simple_a.html quotes_simple_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/quotes_simple_a.html": [
|
||||
{
|
||||
"path": "css/quotes_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/quotes_simple_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/quotes_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/root_height_a.html": [
|
||||
{
|
||||
"path": "css/root_height_a.html",
|
||||
|
@ -2964,6 +2976,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/quotes_simple_a.html": [
|
||||
{
|
||||
"path": "css/quotes_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/quotes_simple_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/quotes_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/root_height_a.html": [
|
||||
{
|
||||
"path": "css/root_height_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='quotes_simple_ref.html'>
|
||||
<!-- Tests that the initial value of `quotes` works. -->
|
||||
</head>
|
||||
<body>
|
Loading…
Add table
Add a link
Reference in a new issue