mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move line_breaking_whitespace_collapse_a.html to wpt reftests.
This commit is contained in:
parent
3abf4eb5d1
commit
83f8585577
4 changed files with 25 additions and 1 deletions
|
@ -155,7 +155,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
== legacy_cellspacing_attribute_a.html border_spacing_ref.html
|
== legacy_cellspacing_attribute_a.html border_spacing_ref.html
|
||||||
== legacy_td_width_attribute_a.html legacy_td_width_attribute_ref.html
|
== legacy_td_width_attribute_a.html legacy_td_width_attribute_ref.html
|
||||||
== legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html
|
== legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html
|
||||||
== line_breaking_whitespace_collapse_a.html line_breaking_whitespace_collapse_ref.html
|
|
||||||
== line_height_a.html line_height_ref.html
|
== line_height_a.html line_height_ref.html
|
||||||
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
|
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
|
||||||
== linear_gradients_parsing_a.html linear_gradients_parsing_ref.html
|
== linear_gradients_parsing_a.html linear_gradients_parsing_ref.html
|
||||||
|
|
|
@ -863,6 +863,18 @@
|
||||||
"url": "/_mozilla/css/li_absolute_containing_block_a.html"
|
"url": "/_mozilla/css/li_absolute_containing_block_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/line_breaking_whitespace_collapse_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/line_breaking_whitespace_collapse_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/line_breaking_whitespace_collapse_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/line_breaking_whitespace_collapse_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/line_height_float_placement_a.html": [
|
"css/line_height_float_placement_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/line_height_float_placement_a.html",
|
"path": "css/line_height_float_placement_a.html",
|
||||||
|
@ -4176,6 +4188,18 @@
|
||||||
"url": "/_mozilla/css/li_absolute_containing_block_a.html"
|
"url": "/_mozilla/css/li_absolute_containing_block_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/line_breaking_whitespace_collapse_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/line_breaking_whitespace_collapse_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/line_breaking_whitespace_collapse_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/line_breaking_whitespace_collapse_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/line_height_float_placement_a.html": [
|
"css/line_height_float_placement_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/line_height_float_placement_a.html",
|
"path": "css/line_height_float_placement_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='line_breaking_whitespace_collapse_ref.html'>
|
||||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||||
<style>
|
<style>
|
||||||
p {
|
p {
|
Loading…
Add table
Add a link
Reference in a new issue