mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move list_style_image_sizing_a.html to wpt reftests.
This commit is contained in:
parent
176ed83609
commit
603dbe377c
4 changed files with 25 additions and 1 deletions
|
@ -143,7 +143,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
|
||||
== 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
|
||||
== margin_a.html margin_b.html
|
||||
|
|
|
@ -1163,6 +1163,18 @@
|
|||
"url": "/_mozilla/css/link_style_order.html"
|
||||
}
|
||||
],
|
||||
"css/list_style_image_sizing_a.html": [
|
||||
{
|
||||
"path": "css/list_style_image_sizing_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/list_style_image_sizing_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/list_style_image_sizing_a.html"
|
||||
}
|
||||
],
|
||||
"css/many_brs_a.html": [
|
||||
{
|
||||
"path": "css/many_brs_a.html",
|
||||
|
@ -4788,6 +4800,18 @@
|
|||
"url": "/_mozilla/css/link_style_order.html"
|
||||
}
|
||||
],
|
||||
"css/list_style_image_sizing_a.html": [
|
||||
{
|
||||
"path": "css/list_style_image_sizing_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/list_style_image_sizing_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/list_style_image_sizing_a.html"
|
||||
}
|
||||
],
|
||||
"css/many_brs_a.html": [
|
||||
{
|
||||
"path": "css/many_brs_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='list_style_image_sizing_ref.html'>
|
||||
<!--
|
||||
Tests that the list style image doesn't get stretched vertically. It should be completely
|
||||
covered up by the black absolutely-positioned div.
|
Loading…
Add table
Add a link
Reference in a new issue