mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Move linear_gradients_smoke_a.html to wpt reftests.
This commit is contained in:
parent
d0b7f1628b
commit
6ef1f559e0
4 changed files with 25 additions and 1 deletions
|
@ -35,7 +35,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||||
|
|
||||||
# inline_border_a.html inline_border_b.html
|
# inline_border_a.html inline_border_b.html
|
||||||
!= linear_gradients_smoke_a.html linear_gradients_smoke_ref.html
|
|
||||||
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
# Fails intermittently (#3636)
|
# Fails intermittently (#3636)
|
||||||
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
||||||
|
|
|
@ -2451,6 +2451,18 @@
|
||||||
"url": "/_mozilla/css/linear_gradients_reverse_a.html"
|
"url": "/_mozilla/css/linear_gradients_reverse_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/linear_gradients_smoke_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/linear_gradients_smoke_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/linear_gradients_smoke_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/linear_gradients_smoke_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/linebreak_inline_span_a.html": [
|
"css/linebreak_inline_span_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/linebreak_inline_span_a.html",
|
"path": "css/linebreak_inline_span_a.html",
|
||||||
|
@ -7612,6 +7624,18 @@
|
||||||
"url": "/_mozilla/css/linear_gradients_reverse_a.html"
|
"url": "/_mozilla/css/linear_gradients_reverse_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/linear_gradients_smoke_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/linear_gradients_smoke_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/linear_gradients_smoke_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/linear_gradients_smoke_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/linebreak_inline_span_a.html": [
|
"css/linebreak_inline_span_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/linebreak_inline_span_a.html",
|
"path": "css/linebreak_inline_span_a.html",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Tests that linear gradients render *something*. -->
|
<!-- Tests that linear gradients render *something*. -->
|
||||||
|
<link rel=mismatch href=linear_gradients_smoke_ref.html>
|
||||||
<style>
|
<style>
|
||||||
section {
|
section {
|
||||||
display: block;
|
display: block;
|
Loading…
Add table
Add a link
Reference in a new issue