Move float_clearance_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent 93a6c46fdd
commit a69b2ebfff
4 changed files with 25 additions and 1 deletions

View file

@ -50,7 +50,6 @@ flaky_cpu == append_style_a.html append_style_b.html
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.html
prefs:"layout.flex-direction.enabled,layout.flex.enabled" == flex_column_direction.html flex_column_direction_ref.html
prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.html
== float_clearance_a.html float_clearance_ref.html
== float_clearance_intrinsic_width_a.html float_clearance_intrinsic_width_ref.html
== float_intrinsic_width_a.html float_intrinsic_width_ref.html
== float_overflow_area_a.html float_overflow_area_ref.html

View file

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="width: 256px;">
<div style="width: 237px; float: left;">hello</div>
<div style="clear: both;">darkness</div>
<div style="float: left;">my old friend</div>
</div>
</body>
</html>

View file

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="width: 256px;">
<div style="width: 237px; float: left;">hello</div>
<div style="clear: both;">darkness</div>
<div>my old friend</div>
</div>
</body>
</html>