Move text_justify_none_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-15 22:03:19 -04:00
parent 731c1a491c
commit fa8971588a
4 changed files with 25 additions and 1 deletions

View file

@ -322,7 +322,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_justify_none_a.html text_justify_none_ref.html
!= text_overflow_a.html text_overflow_ref.html
== text_transform_capitalize_a.html text_transform_capitalize_ref.html
== transform_3d.html transform_3d_ref.html

View file

@ -723,6 +723,18 @@
"url": "/_mozilla/css/text_indent_a.html"
}
],
"css/text_justify_none_a.html": [
{
"path": "css/text_justify_none_a.html",
"references": [
[
"/_mozilla/css/text_justify_none_ref.html",
"=="
]
],
"url": "/_mozilla/css/text_justify_none_a.html"
}
],
"css/text_overflow_basic_a.html": [
{
"path": "css/text_overflow_basic_a.html",
@ -2492,6 +2504,18 @@
"url": "/_mozilla/css/text_indent_a.html"
}
],
"css/text_justify_none_a.html": [
{
"path": "css/text_justify_none_a.html",
"references": [
[
"/_mozilla/css/text_justify_none_ref.html",
"=="
]
],
"url": "/_mozilla/css/text_justify_none_a.html"
}
],
"css/text_overflow_basic_a.html": [
{
"path": "css/text_overflow_basic_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='text_justify_none_ref.html'>
<!-- Tests that `text-justify: none` disables justification. -->
<style>
p {