mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Move linear_gradients_reverse_a.html to wpt reftests.
This commit is contained in:
parent
65ac57e2e9
commit
1c59b74e67
4 changed files with 25 additions and 1 deletions
|
@ -151,7 +151,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html
|
||||
== line_height_a.html line_height_ref.html
|
||||
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
|
||||
== linear_gradients_reverse_a.html linear_gradients_reverse_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)
|
||||
|
|
|
@ -983,6 +983,18 @@
|
|||
"url": "/_mozilla/css/linear_gradients_parsing_a.html"
|
||||
}
|
||||
],
|
||||
"css/linear_gradients_reverse_a.html": [
|
||||
{
|
||||
"path": "css/linear_gradients_reverse_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/linear_gradients_reverse_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/linear_gradients_reverse_a.html"
|
||||
}
|
||||
],
|
||||
"css/linebreak_inline_span_a.html": [
|
||||
{
|
||||
"path": "css/linebreak_inline_span_a.html",
|
||||
|
@ -4404,6 +4416,18 @@
|
|||
"url": "/_mozilla/css/linear_gradients_parsing_a.html"
|
||||
}
|
||||
],
|
||||
"css/linear_gradients_reverse_a.html": [
|
||||
{
|
||||
"path": "css/linear_gradients_reverse_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/linear_gradients_reverse_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/linear_gradients_reverse_a.html"
|
||||
}
|
||||
],
|
||||
"css/linebreak_inline_span_a.html": [
|
||||
{
|
||||
"path": "css/linebreak_inline_span_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='linear_gradients_reverse_ref.html'>
|
||||
<!-- Tests that reversed linear gradients are equivalent. -->
|
||||
<style>
|
||||
section {
|
Loading…
Add table
Add a link
Reference in a new issue