mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move root_height_a.html to wpt reftests.
This commit is contained in:
parent
d735d12ebd
commit
e76ec79356
4 changed files with 25 additions and 1 deletions
|
@ -278,7 +278,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== quotes_simple_a.html quotes_simple_ref.html
|
== quotes_simple_a.html quotes_simple_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
|
||||||
== root_height_a.html root_height_b.html
|
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||||
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/root_height_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/root_height_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/root_height_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/root_height_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/root_margin_collapse_a.html": [
|
"css/root_margin_collapse_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/root_margin_collapse_a.html",
|
"path": "css/root_margin_collapse_a.html",
|
||||||
|
@ -2952,6 +2964,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/root_height_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/root_height_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/root_height_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/root_height_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/root_margin_collapse_a.html": [
|
"css/root_margin_collapse_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/root_margin_collapse_a.html",
|
"path": "css/root_margin_collapse_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='root_height_b.html'>
|
||||||
<title>Aliens was a really good movie. But Alien 3 sucked.</title>
|
<title>Aliens was a really good movie. But Alien 3 sucked.</title>
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
Loading…
Add table
Add a link
Reference in a new issue