mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +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
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>link/style order test</title>
|
||||
<link rel="stylesheet" href="data:text/css,body{background:red;}">
|
||||
<style>body { background: green; }</style>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
|
@ -1,10 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>link/style order test</title>
|
||||
<style>body { background: green; }</style>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue