mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move text_transform_capitalize_a.html to wpt reftests.
This commit is contained in:
parent
fbc4dd18ea
commit
cfa3f83948
4 changed files with 25 additions and 1 deletions
|
@ -323,7 +323,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||
!= text_overflow_a.html text_overflow_ref.html
|
||||
== text_transform_capitalize_a.html text_transform_capitalize_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
|
||||
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.html
|
||||
|
|
|
@ -795,6 +795,18 @@
|
|||
"url": "/_mozilla/css/text_shadow_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_transform_capitalize_a.html": [
|
||||
{
|
||||
"path": "css/text_transform_capitalize_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_transform_capitalize_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_transform_capitalize_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_transform_lowercase_a.html": [
|
||||
{
|
||||
"path": "css/text_transform_lowercase_a.html",
|
||||
|
@ -2588,6 +2600,18 @@
|
|||
"url": "/_mozilla/css/text_shadow_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_transform_capitalize_a.html": [
|
||||
{
|
||||
"path": "css/text_transform_capitalize_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_transform_capitalize_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_transform_capitalize_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_transform_lowercase_a.html": [
|
||||
{
|
||||
"path": "css/text_transform_lowercase_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='text_transform_capitalize_ref.html'>
|
||||
<meta charset="UTF-8">
|
||||
<!-- Tests that `text-transform: capitalize` works. -->
|
||||
<body>
|
Loading…
Add table
Add a link
Reference in a new issue