mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Move float_clearance_a.html to wpt reftests.
This commit is contained in:
parent
93a6c46fdd
commit
a69b2ebfff
4 changed files with 25 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue