mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move link_style_order.html to wpt reftests.
This commit is contained in:
parent
1c59b74e67
commit
72176abbd3
4 changed files with 25 additions and 1 deletions
|
@ -155,7 +155,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||
# Fails intermittently (#3636)
|
||||
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
||||
== link_style_order.html link_style_order_ref.html
|
||||
== list_style_image_sizing_a.html list_style_image_sizing_ref.html
|
||||
== list_style_position_a.html list_style_position_ref.html
|
||||
!= list_style_type_a.html list_style_type_ref.html
|
||||
|
|
|
@ -1007,6 +1007,18 @@
|
|||
"url": "/_mozilla/css/linebreak_inline_span_a.html"
|
||||
}
|
||||
],
|
||||
"css/link_style_order.html": [
|
||||
{
|
||||
"path": "css/link_style_order.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/link_style_order_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/link_style_order.html"
|
||||
}
|
||||
],
|
||||
"css/max_width_float_simple_a.html": [
|
||||
{
|
||||
"path": "css/max_width_float_simple_a.html",
|
||||
|
@ -4440,6 +4452,18 @@
|
|||
"url": "/_mozilla/css/linebreak_inline_span_a.html"
|
||||
}
|
||||
],
|
||||
"css/link_style_order.html": [
|
||||
{
|
||||
"path": "css/link_style_order.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/link_style_order_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/link_style_order.html"
|
||||
}
|
||||
],
|
||||
"css/max_width_float_simple_a.html": [
|
||||
{
|
||||
"path": "css/max_width_float_simple_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='link_style_order_ref.html'>
|
||||
<meta charset="utf-8">
|
||||
<title>link/style order test</title>
|
||||
<link rel="stylesheet" href="data:text/css,body{background:red;}">
|
Loading…
Add table
Add a link
Reference in a new issue