mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Move linear_gradients_corners_a.html to wpt reftests.
This commit is contained in:
parent
1948b6914e
commit
d0b7f1628b
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
|
||||
|
||||
# inline_border_a.html inline_border_b.html
|
||||
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
|
||||
!= linear_gradients_smoke_a.html linear_gradients_smoke_ref.html
|
||||
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||
# Fails intermittently (#3636)
|
||||
|
|
|
@ -2403,6 +2403,18 @@
|
|||
"url": "/_mozilla/css/line_height_float_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/linear_gradients_corners_a.html": [
|
||||
{
|
||||
"path": "css/linear_gradients_corners_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/linear_gradients_corners_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/linear_gradients_corners_a.html"
|
||||
}
|
||||
],
|
||||
"css/linear_gradients_lengths_a.html": [
|
||||
{
|
||||
"path": "css/linear_gradients_lengths_a.html",
|
||||
|
@ -7552,6 +7564,18 @@
|
|||
"url": "/_mozilla/css/line_height_float_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/linear_gradients_corners_a.html": [
|
||||
{
|
||||
"path": "css/linear_gradients_corners_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/linear_gradients_corners_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/linear_gradients_corners_a.html"
|
||||
}
|
||||
],
|
||||
"css/linear_gradients_lengths_a.html": [
|
||||
{
|
||||
"path": "css/linear_gradients_lengths_a.html",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- Tests that corners are not handled incorrectly. -->
|
||||
<link rel=mismatch href=linear_gradients_corners_ref.html>
|
||||
<style>
|
||||
section {
|
||||
display: block;
|
Loading…
Add table
Add a link
Reference in a new issue