mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move clear_generated_content_table_a.html to wpt reftests.
This commit is contained in:
parent
0a6feb0c9a
commit
8eca6d1cb6
4 changed files with 25 additions and 1 deletions
|
@ -31,7 +31,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== canvas_as_block_element_a.html canvas_as_block_element_ref.html
|
||||
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
||||
== case-insensitive-font-family.html case-insensitive-font-family-ref.html
|
||||
== clear_generated_content_table_a.html clear_generated_content_table_ref.html
|
||||
== empty_cells_a.html empty_cells_ref.html
|
||||
== filter_opacity_a.html filter_opacity_ref.html
|
||||
== fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.html
|
||||
|
|
|
@ -827,6 +827,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/clear_generated_content_table_a.html": [
|
||||
{
|
||||
"path": "css/clear_generated_content_table_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/clear_generated_content_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/clear_generated_content_table_a.html"
|
||||
}
|
||||
],
|
||||
"css/clip_a.html": [
|
||||
{
|
||||
"path": "css/clip_a.html",
|
||||
|
@ -5160,6 +5172,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/clear_generated_content_table_a.html": [
|
||||
{
|
||||
"path": "css/clear_generated_content_table_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/clear_generated_content_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/clear_generated_content_table_a.html"
|
||||
}
|
||||
],
|
||||
"css/clip_a.html": [
|
||||
{
|
||||
"path": "css/clip_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='clear_generated_content_table_ref.html'>
|
||||
<style>
|
||||
.clearit:after {
|
||||
content: "";
|
Loading…
Add table
Add a link
Reference in a new issue