mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move text_align_start_end.html to wpt reftests.
This commit is contained in:
parent
b1de1d4829
commit
f4fde1fa84
4 changed files with 25 additions and 1 deletions
|
@ -320,7 +320,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
== table_percentage_capping_a.html table_percentage_capping_ref.html
|
||||
== table_percentage_width_a.html table_percentage_width_ref.html
|
||||
== table_preferred_width_a.html table_preferred_width_ref.html
|
||||
== text_align_start_end.html text_align_start_end_ref.html
|
||||
== text_decoration_cached.html text_decoration_cached_ref.html
|
||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||
|
|
|
@ -675,6 +675,18 @@
|
|||
"url": "/_mozilla/css/text_align_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/text_align_start_end.html": [
|
||||
{
|
||||
"path": "css/text_align_start_end.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_align_start_end_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_align_start_end.html"
|
||||
}
|
||||
],
|
||||
"css/text_indent_a.html": [
|
||||
{
|
||||
"path": "css/text_indent_a.html",
|
||||
|
@ -2396,6 +2408,18 @@
|
|||
"url": "/_mozilla/css/text_align_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/text_align_start_end.html": [
|
||||
{
|
||||
"path": "css/text_align_start_end.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_align_start_end_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_align_start_end.html"
|
||||
}
|
||||
],
|
||||
"css/text_indent_a.html": [
|
||||
{
|
||||
"path": "css/text_indent_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='text_align_start_end_ref.html'>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style>
|
Loading…
Add table
Add a link
Reference in a new issue