Move percentage_height_float_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 18:45:39 -04:00
parent a8c3c8c3c0
commit 7c58549809
4 changed files with 25 additions and 1 deletions

View file

@ -238,7 +238,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
== overflow_xy_a.html overflow_xy_ref.html
== per_glyph_font_fallback_a.html per_glyph_font_fallback_ref.html
== percent_height.html percent_height_ref.html
== percentage_height_float_a.html percentage_height_float_ref.html
== percentage_width_inline_block_a.html percentage_width_inline_block_ref.html
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html

View file

@ -1,12 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Goodbye</title>
</head>
<body>
<div style="height: 100px;">
<div style="float: left; height: 100%; background: red;">x</div>
</div>
</body>
</html>

View file

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Goodbye</title>
</head>
<body>
<div style="height: 100px;">
<div style="float: left; height: 100px; background: red;">x</div>
</div>
</body>
</html>