mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Move empty_cells_a.html to wpt reftests.
This commit is contained in:
parent
02a35f5540
commit
8cb1aa0d67
4 changed files with 25 additions and 1 deletions
|
@ -27,7 +27,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
||||||
== box_shadow_spread_a.html box_shadow_spread_ref.html
|
== box_shadow_spread_a.html box_shadow_spread_ref.html
|
||||||
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
||||||
== case-insensitive-font-family.html case-insensitive-font-family-ref.html
|
== case-insensitive-font-family.html case-insensitive-font-family-ref.html
|
||||||
== empty_cells_a.html empty_cells_ref.html
|
|
||||||
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.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
|
||||||
|
|
|
@ -935,6 +935,18 @@
|
||||||
"url": "/_mozilla/css/data_img_a.html"
|
"url": "/_mozilla/css/data_img_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/empty_cells_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/empty_cells_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/empty_cells_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/empty_cells_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/external_media_query_link.html": [
|
"css/external_media_query_link.html": [
|
||||||
{
|
{
|
||||||
"path": "css/external_media_query_link.html",
|
"path": "css/external_media_query_link.html",
|
||||||
|
@ -5352,6 +5364,18 @@
|
||||||
"url": "/_mozilla/css/data_img_a.html"
|
"url": "/_mozilla/css/data_img_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/empty_cells_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/empty_cells_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/empty_cells_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/empty_cells_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/external_media_query_link.html": [
|
"css/external_media_query_link.html": [
|
||||||
{
|
{
|
||||||
"path": "css/external_media_query_link.html",
|
"path": "css/external_media_query_link.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='empty_cells_ref.html'>
|
||||||
<!-- Tests that `empty-cells` works—in particular, that the definition of emptiness is correct. -->
|
<!-- Tests that `empty-cells` works—in particular, that the definition of emptiness is correct. -->
|
||||||
<style>
|
<style>
|
||||||
table {
|
table {
|
Loading…
Add table
Add a link
Reference in a new issue