Move float_overflow_area_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent 4f8a84109e
commit af6941bfd0
4 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -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",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='float_overflow_area_ref.html'>
<style>
body, html {
margin: 0;