mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move text_transform_none_a.html to wpt reftests.
This commit is contained in:
parent
6975cd97e9
commit
47dd629d6a
4 changed files with 25 additions and 1 deletions
|
@ -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_none_a.html text_transform_none_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
|
||||
|
|
|
@ -699,6 +699,18 @@
|
|||
"url": "/_mozilla/css/text_transform_lowercase_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_transform_none_a.html": [
|
||||
{
|
||||
"path": "css/text_transform_none_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_transform_none_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_transform_none_a.html"
|
||||
}
|
||||
],
|
||||
"css/transform_optimization.html": [
|
||||
{
|
||||
"path": "css/transform_optimization.html",
|
||||
|
@ -2348,6 +2360,18 @@
|
|||
"url": "/_mozilla/css/text_transform_lowercase_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_transform_none_a.html": [
|
||||
{
|
||||
"path": "css/text_transform_none_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_transform_none_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_transform_none_a.html"
|
||||
}
|
||||
],
|
||||
"css/transform_optimization.html": [
|
||||
{
|
||||
"path": "css/transform_optimization.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='text_transform_none_ref.html'>
|
||||
<!-- Tests that `text-transform: none` works. -->
|
||||
<body>
|
||||
<h1 style='text-transform: none; font-family: Hiragino Maru Gothic Pro'>You can do anything at ゾムボ.com</h1>
|
Loading…
Add table
Add a link
Reference in a new issue