mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move text_indent_a.html to wpt reftests.
This commit is contained in:
parent
75244e6ba7
commit
7dc6fc94d5
4 changed files with 25 additions and 1 deletions
|
@ -328,7 +328,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||
== text_indent_a.html text_indent_ref.html
|
||||
== text_justify_none_a.html text_justify_none_ref.html
|
||||
!= text_overflow_a.html text_overflow_ref.html
|
||||
== text_shadow_multiple_shadows_a.html text_shadow_multiple_shadows_ref.html
|
||||
|
|
|
@ -639,6 +639,18 @@
|
|||
"url": "/_mozilla/css/text_align_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/text_indent_a.html": [
|
||||
{
|
||||
"path": "css/text_indent_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_indent_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_indent_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_overflow_basic_a.html": [
|
||||
{
|
||||
"path": "css/text_overflow_basic_a.html",
|
||||
|
@ -2312,6 +2324,18 @@
|
|||
"url": "/_mozilla/css/text_align_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/text_indent_a.html": [
|
||||
{
|
||||
"path": "css/text_indent_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_indent_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_indent_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_overflow_basic_a.html": [
|
||||
{
|
||||
"path": "css/text_overflow_basic_a.html",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<!-- Tests that `text-indent` works, in particular when combined with `text-align`. -->
|
||||
<head>
|
||||
<link rel='match' href='text_indent_ref.html'>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style>
|
||||
section {
|
Loading…
Add table
Add a link
Reference in a new issue