mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move text_align_rtl.html to wpt reftests.
This commit is contained in:
parent
c8182e78ed
commit
53def3b3fd
4 changed files with 25 additions and 1 deletions
|
@ -324,7 +324,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== table_width_attribute_a.html table_width_attribute_ref.html
|
== table_width_attribute_a.html table_width_attribute_ref.html
|
||||||
== text_align_complex_a.html text_align_complex_ref.html
|
== text_align_complex_a.html text_align_complex_ref.html
|
||||||
== text_align_justify_a.html text_align_justify_ref.html
|
== text_align_justify_a.html text_align_justify_ref.html
|
||||||
== text_align_rtl.html text_align_rtl_ref.html
|
|
||||||
== text_align_start_end.html text_align_start_end_ref.html
|
== text_align_start_end.html text_align_start_end_ref.html
|
||||||
== text_decoration_cached.html text_decoration_cached_ref.html
|
== text_decoration_cached.html text_decoration_cached_ref.html
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
|
|
|
@ -615,6 +615,18 @@
|
||||||
"url": "/_mozilla/css/table_specified_width_a.html"
|
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/text_align_rtl.html": [
|
||||||
|
{
|
||||||
|
"path": "css/text_align_rtl.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/text_align_rtl_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/text_align_rtl.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/text_overflow_basic_a.html": [
|
"css/text_overflow_basic_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/text_overflow_basic_a.html",
|
"path": "css/text_overflow_basic_a.html",
|
||||||
|
@ -2228,6 +2240,18 @@
|
||||||
"url": "/_mozilla/css/table_specified_width_a.html"
|
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/text_align_rtl.html": [
|
||||||
|
{
|
||||||
|
"path": "css/text_align_rtl.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/text_align_rtl_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/text_align_rtl.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/text_overflow_basic_a.html": [
|
"css/text_overflow_basic_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/text_overflow_basic_a.html",
|
"path": "css/text_overflow_basic_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='text_align_rtl_ref.html'>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||||
<style>
|
<style>
|
Loading…
Add table
Add a link
Reference in a new issue