mirror of
https://github.com/servo/servo.git
synced 2025-06-22 16:18:59 +01:00
Move text_shadow_blur_a.html to wpt reftests.
This commit is contained in:
parent
54d9d813a1
commit
15459e35e8
4 changed files with 25 additions and 1 deletions
|
@ -334,7 +334,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== text_justify_none_a.html text_justify_none_ref.html
|
== text_justify_none_a.html text_justify_none_ref.html
|
||||||
!= text_overflow_a.html text_overflow_ref.html
|
!= text_overflow_a.html text_overflow_ref.html
|
||||||
== text_overflow_basic_a.html text_overflow_basic_ref.html
|
== text_overflow_basic_a.html text_overflow_basic_ref.html
|
||||||
== text_shadow_blur_a.html text_shadow_blur_ref.html
|
|
||||||
== text_shadow_decorations_a.html text_shadow_decorations_ref.html
|
== text_shadow_decorations_a.html text_shadow_decorations_ref.html
|
||||||
== text_shadow_multiple_shadows_a.html text_shadow_multiple_shadows_ref.html
|
== text_shadow_multiple_shadows_a.html text_shadow_multiple_shadows_ref.html
|
||||||
== text_shadow_simple_a.html text_shadow_simple_ref.html
|
== text_shadow_simple_a.html text_shadow_simple_ref.html
|
||||||
|
|
|
@ -615,6 +615,18 @@
|
||||||
"url": "/_mozilla/css/table_specified_width_a.html"
|
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/text_shadow_blur_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/text_shadow_blur_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/text_shadow_blur_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/text_shadow_blur_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/transform_optimization.html": [
|
"css/transform_optimization.html": [
|
||||||
{
|
{
|
||||||
"path": "css/transform_optimization.html",
|
"path": "css/transform_optimization.html",
|
||||||
|
@ -2180,6 +2192,18 @@
|
||||||
"url": "/_mozilla/css/table_specified_width_a.html"
|
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/text_shadow_blur_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/text_shadow_blur_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/text_shadow_blur_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/text_shadow_blur_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/transform_optimization.html": [
|
"css/transform_optimization.html": [
|
||||||
{
|
{
|
||||||
"path": "css/transform_optimization.html",
|
"path": "css/transform_optimization.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='text_shadow_blur_ref.html'>
|
||||||
<!-- Tests that `text-shadow` mirrors `box-shadow` in the way that it blurs. -->
|
<!-- Tests that `text-shadow` mirrors `box-shadow` in the way that it blurs. -->
|
||||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||||
<style>
|
<style>
|
Loading…
Add table
Add a link
Reference in a new issue