mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move float_intrinsic_width_a.html to wpt reftests.
This commit is contained in:
parent
a69b2ebfff
commit
20b38229e7
4 changed files with 25 additions and 1 deletions
|
@ -51,7 +51,6 @@ flaky_cpu == append_style_a.html append_style_b.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_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_overflow_area_a.html float_overflow_area_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
|
== float_positioned_pseudo_stacking_context.html float_positioned_pseudo_stacking_context_ref.html
|
||||||
== float_right_intrinsic_width_a.html float_right_intrinsic_width_ref.html
|
== float_right_intrinsic_width_a.html float_right_intrinsic_width_ref.html
|
||||||
|
|
|
@ -827,6 +827,18 @@
|
||||||
"url": "/_mozilla/css/float_intrinsic_height.html"
|
"url": "/_mozilla/css/float_intrinsic_height.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/float_intrinsic_width_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/float_intrinsic_width_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/float_intrinsic_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/float_intrinsic_width_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/float_table_a.html": [
|
"css/float_table_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/float_table_a.html",
|
"path": "css/float_table_a.html",
|
||||||
|
@ -4884,6 +4896,18 @@
|
||||||
"url": "/_mozilla/css/float_intrinsic_height.html"
|
"url": "/_mozilla/css/float_intrinsic_height.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/float_intrinsic_width_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/float_intrinsic_width_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/float_intrinsic_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/float_intrinsic_width_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/float_table_a.html": [
|
"css/float_table_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/float_table_a.html",
|
"path": "css/float_table_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='float_intrinsic_width_ref.html'>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
font-family: 'ahem';
|
font-family: 'ahem';
|
Loading…
Add table
Add a link
Reference in a new issue