mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Move counters_nested_a.html to wpt reftests.
This commit is contained in:
parent
b628b8f131
commit
ff216d25e3
4 changed files with 25 additions and 1 deletions
|
@ -35,7 +35,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
||||||
== case-insensitive-font-family.html case-insensitive-font-family-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
|
== clear_generated_content_table_a.html clear_generated_content_table_ref.html
|
||||||
== clip_a.html clip_ref.html
|
== clip_a.html clip_ref.html
|
||||||
== counters_nested_a.html counters_nested_ref.html
|
|
||||||
== counters_simple_a.html counters_simple_ref.html
|
== counters_simple_a.html counters_simple_ref.html
|
||||||
== empty_cells_a.html empty_cells_ref.html
|
== empty_cells_a.html empty_cells_ref.html
|
||||||
== external_media_query_link.html external_media_query_ref.html
|
== external_media_query_link.html external_media_query_ref.html
|
||||||
|
|
|
@ -803,6 +803,18 @@
|
||||||
"url": "/_mozilla/css/class-namespaces.html"
|
"url": "/_mozilla/css/class-namespaces.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/counters_nested_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/counters_nested_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/counters_nested_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/counters_nested_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/data_img_a.html": [
|
"css/data_img_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/data_img_a.html",
|
"path": "css/data_img_a.html",
|
||||||
|
@ -5052,6 +5064,18 @@
|
||||||
"url": "/_mozilla/css/class-namespaces.html"
|
"url": "/_mozilla/css/class-namespaces.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/counters_nested_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/counters_nested_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/counters_nested_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/counters_nested_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/data_img_a.html": [
|
"css/data_img_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/data_img_a.html",
|
"path": "css/data_img_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='counters_nested_ref.html'>
|
||||||
<!-- Tests that `counters` works with nested counters. -->
|
<!-- Tests that `counters` works with nested counters. -->
|
||||||
<style>
|
<style>
|
||||||
section {
|
section {
|
Loading…
Add table
Add a link
Reference in a new issue