mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move float_intrinsic_height.html to wpt reftests.
This commit is contained in:
parent
b250479448
commit
93a6c46fdd
4 changed files with 25 additions and 1 deletions
|
@ -52,7 +52,6 @@ prefs:"layout.flex-direction.enabled,layout.flex.enabled" == flex_column_directi
|
|||
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_height.html float_intrinsic_height_ref.html
|
||||
== float_intrinsic_width_a.html float_intrinsic_width_ref.html
|
||||
== float_overflow_area_a.html float_overflow_area_ref.html
|
||||
== float_positioned_pseudo_stacking_context.html float_positioned_pseudo_stacking_context_ref.html
|
||||
|
|
|
@ -803,6 +803,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/float_intrinsic_height.html": [
|
||||
{
|
||||
"path": "css/float_intrinsic_height.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_intrinsic_height_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_intrinsic_height.html"
|
||||
}
|
||||
],
|
||||
"css/float_table_a.html": [
|
||||
{
|
||||
"path": "css/float_table_a.html",
|
||||
|
@ -4836,6 +4848,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/float_intrinsic_height.html": [
|
||||
{
|
||||
"path": "css/float_intrinsic_height.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_intrinsic_height_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_intrinsic_height.html"
|
||||
}
|
||||
],
|
||||
"css/float_table_a.html": [
|
||||
{
|
||||
"path": "css/float_table_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='float_intrinsic_height_ref.html'>
|
||||
<style type="text/css">
|
||||
.otherprojects {
|
||||
background-color: red;
|
Loading…
Add table
Add a link
Reference in a new issue