mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move text_decoration_underline_subpx_a.html to wpt reftests.
This commit is contained in:
parent
9a8ac63fdc
commit
544568b16f
4 changed files with 25 additions and 1 deletions
|
@ -49,7 +49,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
# == position_fixed_simple_a.html position_fixed_simple_b.html
|
# == position_fixed_simple_a.html position_fixed_simple_b.html
|
||||||
# == position_fixed_static_y_a.html position_fixed_static_y_b.html
|
# == position_fixed_static_y_a.html position_fixed_static_y_b.html
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
|
||||||
!= text_overflow_a.html text_overflow_ref.html
|
!= text_overflow_a.html text_overflow_ref.html
|
||||||
flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html
|
flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html
|
||||||
prefs:"layout.viewport.enabled" == viewport_meta.html viewport_rule_ref.html
|
prefs:"layout.viewport.enabled" == viewport_meta.html viewport_rule_ref.html
|
||||||
|
|
|
@ -4063,6 +4063,18 @@
|
||||||
"url": "/_mozilla/css/text_decoration_smoke_a.html"
|
"url": "/_mozilla/css/text_decoration_smoke_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/text_decoration_underline_subpx_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/text_decoration_underline_subpx_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/text_decoration_underline_subpx_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/text_decoration_underline_subpx_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/text_indent_a.html": [
|
"css/text_indent_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/text_indent_a.html",
|
"path": "css/text_indent_a.html",
|
||||||
|
@ -9468,6 +9480,18 @@
|
||||||
"url": "/_mozilla/css/text_decoration_smoke_a.html"
|
"url": "/_mozilla/css/text_decoration_smoke_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/text_decoration_underline_subpx_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/text_decoration_underline_subpx_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/text_decoration_underline_subpx_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/text_decoration_underline_subpx_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/text_indent_a.html": [
|
"css/text_indent_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/text_indent_a.html",
|
"path": "css/text_indent_a.html",
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Underline test</title>
|
<title>Underline test</title>
|
||||||
|
<link rel=mismatch href=text_decoration_underline_subpx_ref.html>
|
||||||
<style>
|
<style>
|
||||||
p {
|
p {
|
||||||
font: 14px "Times New Roman";
|
font: 14px "Times New Roman";
|
Loading…
Add table
Add a link
Reference in a new issue