Move text_transform_uppercase_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-15 21:34:56 -04:00
parent 47dd629d6a
commit 75244e6ba7
4 changed files with 25 additions and 1 deletions

View file

@ -333,7 +333,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
!= text_overflow_a.html text_overflow_ref.html
== text_shadow_multiple_shadows_a.html text_shadow_multiple_shadows_ref.html
== text_transform_capitalize_a.html text_transform_capitalize_ref.html
== text_transform_uppercase_a.html text_transform_uppercase_ref.html
== transform_3d.html transform_3d_ref.html
flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html
== viewport_meta.html viewport_rule_ref.html

View file

@ -711,6 +711,18 @@
"url": "/_mozilla/css/text_transform_none_a.html"
}
],
"css/text_transform_uppercase_a.html": [
{
"path": "css/text_transform_uppercase_a.html",
"references": [
[
"/_mozilla/css/text_transform_uppercase_ref.html",
"=="
]
],
"url": "/_mozilla/css/text_transform_uppercase_a.html"
}
],
"css/transform_optimization.html": [
{
"path": "css/transform_optimization.html",
@ -2372,6 +2384,18 @@
"url": "/_mozilla/css/text_transform_none_a.html"
}
],
"css/text_transform_uppercase_a.html": [
{
"path": "css/text_transform_uppercase_a.html",
"references": [
[
"/_mozilla/css/text_transform_uppercase_ref.html",
"=="
]
],
"url": "/_mozilla/css/text_transform_uppercase_a.html"
}
],
"css/transform_optimization.html": [
{
"path": "css/transform_optimization.html",

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
<link rel='match' href='text_transform_uppercase_ref.html'>
<!-- Tests that `text-transform: uppercase` works. -->
<body>
<h1 style='text-transform: uppercase; font-family: Hiragino Maru Gothic Pro'>You çan do anything at ゾムボ.com</h1>