Move line_height_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-13 12:28:09 +01:00
parent 45d0fecb89
commit 1948b6914e
4 changed files with 25 additions and 1 deletions

View file

@ -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
# 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_smoke_a.html linear_gradients_smoke_ref.html
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html

View file

@ -1,20 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
padding: 0;
background-color: white;
}
span {
color: yellow;
font-family: ahem;
font-size: 128px;
}
</style>
</head>
<body>
<span>X</span>
</body>
</html>

View file

@ -1,21 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
padding: 0;
background-color: white;
}
span {
color: yellow;
font-family: ahem;
font-size: 128px;
line-height: 1.0;
}
</style>
</head>
<body>
<span>X</span>
</body>
</html>