mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
Move fixed_width_overrides_child_intrinsic_width_a.html to wpt reftests.
This commit is contained in:
parent
8b030c5177
commit
4add7d23f8
4 changed files with 25 additions and 1 deletions
|
@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
|
|
||||||
== acid2_noscroll.html acid2_ref_broken.html
|
== acid2_noscroll.html acid2_ref_broken.html
|
||||||
flaky_cpu == append_style_a.html append_style_b.html
|
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-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
|
||||||
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
||||||
|
|
|
@ -1259,6 +1259,18 @@
|
||||||
"url": "/_mozilla/css/first_of_type_pseudo_a.html"
|
"url": "/_mozilla/css/first_of_type_pseudo_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/fixed_width_overrides_child_intrinsic_width_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/fixed_width_overrides_child_intrinsic_width_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/fixed_width_overrides_child_intrinsic_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/fixed_width_overrides_child_intrinsic_width_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/flex_nochild.html": [
|
"css/flex_nochild.html": [
|
||||||
{
|
{
|
||||||
"path": "css/flex_nochild.html",
|
"path": "css/flex_nochild.html",
|
||||||
|
@ -6072,6 +6084,18 @@
|
||||||
"url": "/_mozilla/css/first_of_type_pseudo_a.html"
|
"url": "/_mozilla/css/first_of_type_pseudo_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/fixed_width_overrides_child_intrinsic_width_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/fixed_width_overrides_child_intrinsic_width_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/fixed_width_overrides_child_intrinsic_width_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/fixed_width_overrides_child_intrinsic_width_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/flex_nochild.html": [
|
"css/flex_nochild.html": [
|
||||||
{
|
{
|
||||||
"path": "css/flex_nochild.html",
|
"path": "css/flex_nochild.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=fixed_width_overrides_child_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