mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move text_decoration_propagation_a.html to wpt reftests.
This commit is contained in:
parent
1ff3424a8b
commit
d8fe60ccb1
5 changed files with 29 additions and 1 deletions
|
@ -15,7 +15,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
|
||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
|
||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
|
||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||
flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html
|
||||
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.html
|
||||
# resolution=600x800 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_b.html
|
||||
|
|
|
@ -4375,6 +4375,18 @@
|
|||
"url": "/_mozilla/css/text_decoration_cached.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_propagation_a.html": [
|
||||
{
|
||||
"path": "css/text_decoration_propagation_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_decoration_propagation_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_decoration_propagation_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_smoke_a.html": [
|
||||
{
|
||||
"path": "css/text_decoration_smoke_a.html",
|
||||
|
@ -10158,6 +10170,18 @@
|
|||
"url": "/_mozilla/css/text_decoration_cached.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_propagation_a.html": [
|
||||
{
|
||||
"path": "css/text_decoration_propagation_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_decoration_propagation_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_decoration_propagation_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_smoke_a.html": [
|
||||
{
|
||||
"path": "css/text_decoration_smoke_a.html",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[text_decoration_propagation_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/8783
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>I CAN'T LIVE ANOTHER DAY WITHOUT AIR CONDITIONING!</title>
|
||||
<link rel=match href=text_decoration_propagation_b.html>
|
||||
<style>
|
||||
#a {
|
||||
text-decoration: underline;
|
Loading…
Add table
Add a link
Reference in a new issue