mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move float_positioned_pseudo_stacking_context.html to wpt reftests.
This commit is contained in:
parent
3147a1e13a
commit
bfbf881ca0
4 changed files with 25 additions and 1 deletions
|
@ -50,7 +50,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_positioned_pseudo_stacking_context.html float_positioned_pseudo_stacking_context_ref.html
|
|
||||||
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
||||||
== font_size.html font_size_ref.html
|
== font_size.html font_size_ref.html
|
||||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||||
|
|
|
@ -863,6 +863,18 @@
|
||||||
"url": "/_mozilla/css/float_overflow_area_a.html"
|
"url": "/_mozilla/css/float_overflow_area_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/float_positioned_pseudo_stacking_context.html": [
|
||||||
|
{
|
||||||
|
"path": "css/float_positioned_pseudo_stacking_context.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/float_positioned_pseudo_stacking_context_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/float_positioned_pseudo_stacking_context.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/float_right_intrinsic_width_a.html": [
|
"css/float_right_intrinsic_width_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/float_right_intrinsic_width_a.html",
|
"path": "css/float_right_intrinsic_width_a.html",
|
||||||
|
@ -5040,6 +5052,18 @@
|
||||||
"url": "/_mozilla/css/float_overflow_area_a.html"
|
"url": "/_mozilla/css/float_overflow_area_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/float_positioned_pseudo_stacking_context.html": [
|
||||||
|
{
|
||||||
|
"path": "css/float_positioned_pseudo_stacking_context.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/float_positioned_pseudo_stacking_context_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/float_positioned_pseudo_stacking_context.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/float_right_intrinsic_width_a.html": [
|
"css/float_right_intrinsic_width_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/float_right_intrinsic_width_a.html",
|
"path": "css/float_right_intrinsic_width_a.html",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<link rel='match' href='float_positioned_pseudo_stacking_context_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0; padding: 0;
|
margin: 0; padding: 0;
|
Loading…
Add table
Add a link
Reference in a new issue