mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move rtl_body.html to wpt reftests.
This commit is contained in:
parent
ce857063d2
commit
c1bbcc2efd
4 changed files with 25 additions and 1 deletions
|
@ -281,7 +281,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== root_height_a.html root_height_b.html
|
== root_height_a.html root_height_b.html
|
||||||
== root_margin_collapse_a.html root_margin_collapse_b.html
|
== root_margin_collapse_a.html root_margin_collapse_b.html
|
||||||
== root_pseudo_a.html root_pseudo_b.html
|
== root_pseudo_a.html root_pseudo_b.html
|
||||||
== rtl_body.html rtl_body_ref.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/rtl_body.html": [
|
||||||
|
{
|
||||||
|
"path": "css/rtl_body.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/rtl_body_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/rtl_body.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/rtl_float_a.html": [
|
"css/rtl_float_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/rtl_float_a.html",
|
"path": "css/rtl_float_a.html",
|
||||||
|
@ -2916,6 +2928,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/rtl_body.html": [
|
||||||
|
{
|
||||||
|
"path": "css/rtl_body.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/rtl_body_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/rtl_body.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/rtl_float_a.html": [
|
"css/rtl_float_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/rtl_float_a.html",
|
"path": "css/rtl_float_a.html",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='rtl_body_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
direction: rtl;
|
direction: rtl;
|
Loading…
Add table
Add a link
Reference in a new issue