mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Move line_height_a.html to wpt reftests.
This commit is contained in:
parent
45d0fecb89
commit
1948b6914e
4 changed files with 25 additions and 1 deletions
|
@ -35,7 +35,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||||
|
|
||||||
# inline_border_a.html inline_border_b.html
|
# inline_border_a.html inline_border_b.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_smoke_a.html linear_gradients_smoke_ref.html
|
!= linear_gradients_smoke_a.html linear_gradients_smoke_ref.html
|
||||||
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
|
|
|
@ -2379,6 +2379,18 @@
|
||||||
"url": "/_mozilla/css/line_breaking_whitespace_collapse_a.html"
|
"url": "/_mozilla/css/line_breaking_whitespace_collapse_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/line_height_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/line_height_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/line_height_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/line_height_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",
|
||||||
|
@ -7516,6 +7528,18 @@
|
||||||
"url": "/_mozilla/css/line_breaking_whitespace_collapse_a.html"
|
"url": "/_mozilla/css/line_breaking_whitespace_collapse_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/line_height_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/line_height_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/line_height_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/line_height_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_height_ref.html>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue