mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move rtl_margin_a.html to wpt reftests.
This commit is contained in:
parent
4029560e63
commit
a76dc54d54
4 changed files with 25 additions and 1 deletions
|
@ -283,7 +283,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== root_pseudo_a.html root_pseudo_b.html
|
== root_pseudo_a.html root_pseudo_b.html
|
||||||
== rtl_body.html rtl_body_ref.html
|
== rtl_body.html rtl_body_ref.html
|
||||||
== rtl_float_a.html rtl_float_ref.html
|
== rtl_float_a.html rtl_float_ref.html
|
||||||
== rtl_margin_a.html rtl_margin_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_margin_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/rtl_margin_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/rtl_margin_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/rtl_margin_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/rtl_simple.html": [
|
"css/rtl_simple.html": [
|
||||||
{
|
{
|
||||||
"path": "css/rtl_simple.html",
|
"path": "css/rtl_simple.html",
|
||||||
|
@ -2892,6 +2904,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/rtl_margin_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/rtl_margin_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/rtl_margin_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/rtl_margin_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/rtl_simple.html": [
|
"css/rtl_simple.html": [
|
||||||
{
|
{
|
||||||
"path": "css/rtl_simple.html",
|
"path": "css/rtl_simple.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='rtl_margin_ref.html'>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>RTL margin test</title>
|
<title>RTL margin test</title>
|
||||||
<style>
|
<style>
|
Loading…
Add table
Add a link
Reference in a new issue