Move text_shadow_multiple_shadows_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-15 21:53:49 -04:00
parent 7d45db1ea8
commit 5bf38ab538
4 changed files with 25 additions and 1 deletions

View file

@ -325,7 +325,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
!= 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_shadow_multiple_shadows_a.html text_shadow_multiple_shadows_ref.html
== text_transform_capitalize_a.html text_transform_capitalize_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

View file

@ -747,6 +747,18 @@
"url": "/_mozilla/css/text_shadow_decorations_a.html"
}
],
"css/text_shadow_multiple_shadows_a.html": [
{
"path": "css/text_shadow_multiple_shadows_a.html",
"references": [
[
"/_mozilla/css/text_shadow_multiple_shadows_ref.html",
"=="
]
],
"url": "/_mozilla/css/text_shadow_multiple_shadows_a.html"
}
],
"css/text_shadow_simple_a.html": [
{
"path": "css/text_shadow_simple_a.html",
@ -2492,6 +2504,18 @@
"url": "/_mozilla/css/text_shadow_decorations_a.html"
}
],
"css/text_shadow_multiple_shadows_a.html": [
{
"path": "css/text_shadow_multiple_shadows_a.html",
"references": [
[
"/_mozilla/css/text_shadow_multiple_shadows_ref.html",
"=="
]
],
"url": "/_mozilla/css/text_shadow_multiple_shadows_a.html"
}
],
"css/text_shadow_simple_a.html": [
{
"path": "css/text_shadow_simple_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='text_shadow_multiple_shadows_ref.html'>
<!-- Tests that multiple `text-shadow`s paint in the right order. -->
<style>
#a {