mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Move line_height_float_placement_a.html to wpt reftests.
This commit is contained in:
parent
66ce3e9f55
commit
8c4269b5f2
4 changed files with 25 additions and 1 deletions
|
@ -158,7 +158,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== li_absolute_containing_block_a.html li_absolute_containing_block_ref.html
|
||||
== line_breaking_whitespace_collapse_a.html line_breaking_whitespace_collapse_ref.html
|
||||
== line_height_a.html line_height_ref.html
|
||||
== line_height_float_placement_a.html line_height_float_placement_ref.html
|
||||
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
|
||||
== linear_gradients_parsing_a.html linear_gradients_parsing_ref.html
|
||||
== linear_gradients_reverse_a.html linear_gradients_reverse_ref.html
|
||||
|
|
|
@ -851,6 +851,18 @@
|
|||
"url": "/_mozilla/css/letter_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/line_height_float_placement_a.html": [
|
||||
{
|
||||
"path": "css/line_height_float_placement_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/line_height_float_placement_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/line_height_float_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/linear_gradients_lengths_a.html": [
|
||||
{
|
||||
"path": "css/linear_gradients_lengths_a.html",
|
||||
|
@ -4140,6 +4152,18 @@
|
|||
"url": "/_mozilla/css/letter_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/line_height_float_placement_a.html": [
|
||||
{
|
||||
"path": "css/line_height_float_placement_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/line_height_float_placement_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/line_height_float_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/linear_gradients_lengths_a.html": [
|
||||
{
|
||||
"path": "css/linear_gradients_lengths_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='line_height_float_placement_ref.html'>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style>
|
||||
* {
|
Loading…
Add table
Add a link
Reference in a new issue