mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move linebreak_inline_span_a.html to wpt reftests.
This commit is contained in:
parent
93d9fe3d8a
commit
65ac57e2e9
4 changed files with 25 additions and 1 deletions
|
@ -153,7 +153,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
|
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
|
||||||
== linear_gradients_reverse_a.html linear_gradients_reverse_ref.html
|
== linear_gradients_reverse_a.html linear_gradients_reverse_ref.html
|
||||||
!= linear_gradients_smoke_a.html linear_gradients_smoke_ref.html
|
!= linear_gradients_smoke_a.html linear_gradients_smoke_ref.html
|
||||||
== linebreak_inline_span_a.html linebreak_inline_span_b.html
|
|
||||||
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
|
||||||
|
|
|
@ -983,6 +983,18 @@
|
||||||
"url": "/_mozilla/css/linear_gradients_parsing_a.html"
|
"url": "/_mozilla/css/linear_gradients_parsing_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/linebreak_inline_span_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/linebreak_inline_span_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/linebreak_inline_span_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/linebreak_inline_span_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/max_width_float_simple_a.html": [
|
"css/max_width_float_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/max_width_float_simple_a.html",
|
"path": "css/max_width_float_simple_a.html",
|
||||||
|
@ -4392,6 +4404,18 @@
|
||||||
"url": "/_mozilla/css/linear_gradients_parsing_a.html"
|
"url": "/_mozilla/css/linear_gradients_parsing_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/linebreak_inline_span_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/linebreak_inline_span_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/linebreak_inline_span_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/linebreak_inline_span_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/max_width_float_simple_a.html": [
|
"css/max_width_float_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/max_width_float_simple_a.html",
|
"path": "css/max_width_float_simple_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='linebreak_inline_span_b.html'>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
* {
|
* {
|
||||||
margin: 0px;
|
margin: 0px;
|
Loading…
Add table
Add a link
Reference in a new issue