mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
== 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-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
|
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_clearance_intrinsic_width_a.html float_clearance_intrinsic_width_ref.html
|
||||||
== float_intrinsic_width_a.html float_intrinsic_width_ref.html
|
== float_intrinsic_width_a.html float_intrinsic_width_ref.html
|
||||||
== float_overflow_area_a.html float_overflow_area_ref.html
|
== float_overflow_area_a.html float_overflow_area_ref.html
|
||||||
|
|
|
@ -803,6 +803,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/float_clearance_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/float_clearance_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/float_clearance_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/float_clearance_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/float_intrinsic_height.html": [
|
"css/float_intrinsic_height.html": [
|
||||||
{
|
{
|
||||||
"path": "css/float_intrinsic_height.html",
|
"path": "css/float_intrinsic_height.html",
|
||||||
|
@ -4848,6 +4860,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/float_clearance_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/float_clearance_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/float_clearance_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/float_clearance_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/float_intrinsic_height.html": [
|
"css/float_intrinsic_height.html": [
|
||||||
{
|
{
|
||||||
"path": "css/float_intrinsic_height.html",
|
"path": "css/float_intrinsic_height.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='float_clearance_ref.html'>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="width: 256px;">
|
<div style="width: 256px;">
|
Loading…
Add table
Add a link
Reference in a new issue