mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move list_style_position_a.html to wpt reftests.
This commit is contained in:
parent
8b39b9afed
commit
6a2cbfc9d9
5 changed files with 25 additions and 1 deletions
|
@ -38,7 +38,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
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
|
||||||
== list_style_position_a.html list_style_position_ref.html
|
|
||||||
!= list_style_type_a.html list_style_type_ref.html
|
!= list_style_type_a.html list_style_type_ref.html
|
||||||
== margin_a.html margin_b.html
|
== margin_a.html margin_b.html
|
||||||
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
|
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
|
||||||
|
|
|
@ -2523,6 +2523,18 @@
|
||||||
"url": "/_mozilla/css/list_style_image_sizing_a.html"
|
"url": "/_mozilla/css/list_style_image_sizing_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/list_style_position_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/list_style_position_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/list_style_position_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/list_style_position_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/many_brs_a.html": [
|
"css/many_brs_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/many_brs_a.html",
|
"path": "css/many_brs_a.html",
|
||||||
|
@ -7732,6 +7744,18 @@
|
||||||
"url": "/_mozilla/css/list_style_image_sizing_a.html"
|
"url": "/_mozilla/css/list_style_image_sizing_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/list_style_position_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/list_style_position_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/list_style_position_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/list_style_position_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/many_brs_a.html": [
|
"css/many_brs_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/many_brs_a.html",
|
"path": "css/many_brs_a.html",
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
-->
|
-->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=list_style_position_ref.html>
|
||||||
<style>
|
<style>
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue