mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move float_overflow_area_a.html to wpt reftests.
This commit is contained in:
parent
4f8a84109e
commit
af6941bfd0
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.enabled" == flex_row_direction.html flex_row_direction_ref.html
|
||||
== float_clearance_intrinsic_width_a.html float_clearance_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
|
||||
== floated_generated_content_a.html floated_generated_content_b.html
|
||||
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
||||
|
|
|
@ -851,6 +851,18 @@
|
|||
"url": "/_mozilla/css/float_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_overflow_area_a.html": [
|
||||
{
|
||||
"path": "css/float_overflow_area_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_overflow_area_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_overflow_area_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_right_intrinsic_width_a.html": [
|
||||
{
|
||||
"path": "css/float_right_intrinsic_width_a.html",
|
||||
|
@ -5004,6 +5016,18 @@
|
|||
"url": "/_mozilla/css/float_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_overflow_area_a.html": [
|
||||
{
|
||||
"path": "css/float_overflow_area_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_overflow_area_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_overflow_area_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_right_intrinsic_width_a.html": [
|
||||
{
|
||||
"path": "css/float_right_intrinsic_width_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='float_overflow_area_ref.html'>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue