Move rtl_simple.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 07:59:20 -04:00
parent 606c46cd8d
commit 4029560e63
4 changed files with 25 additions and 1 deletions

View file

@ -284,7 +284,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
== 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 == rtl_margin_a.html rtl_margin_ref.html
== rtl_simple.html rtl_simple_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

View file

@ -683,6 +683,18 @@
"url": "/_mozilla/css/flex_nochild.html" "url": "/_mozilla/css/flex_nochild.html"
} }
], ],
"css/rtl_simple.html": [
{
"path": "css/rtl_simple.html",
"references": [
[
"/_mozilla/css/rtl_simple_ref.html",
"=="
]
],
"url": "/_mozilla/css/rtl_simple.html"
}
],
"css/rtl_table_a.html": [ "css/rtl_table_a.html": [
{ {
"path": "css/rtl_table_a.html", "path": "css/rtl_table_a.html",
@ -2880,6 +2892,18 @@
"url": "/_mozilla/css/flex_nochild.html" "url": "/_mozilla/css/flex_nochild.html"
} }
], ],
"css/rtl_simple.html": [
{
"path": "css/rtl_simple.html",
"references": [
[
"/_mozilla/css/rtl_simple_ref.html",
"=="
]
],
"url": "/_mozilla/css/rtl_simple.html"
}
],
"css/rtl_table_a.html": [ "css/rtl_table_a.html": [
{ {
"path": "css/rtl_table_a.html", "path": "css/rtl_table_a.html",

View file

@ -1,4 +1,5 @@
<head> <head>
<link rel='match' href='rtl_simple_ref.html'>
<style> <style>
#outer { #outer {
direction: ltr; direction: ltr;