Move text_indent_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-15 21:37:22 -04:00
parent 75244e6ba7
commit 7dc6fc94d5
4 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -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",

View file

@ -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 {