From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../infrastructure/common-microsyntaxes/.gitkeep | 0 .../boolean-attributes/.gitkeep | 0 .../common-microsyntaxes/colors/.gitkeep | 0 .../comma-separated-tokens/.gitkeep | 0 .../common-parser-idioms/.gitkeep | 0 .../common-microsyntaxes/dates-and-times/.gitkeep | 0 .../dates-and-times/contains.json | 42 ++++++++++++++++++++++ .../keywords-and-enumerated-attributes/.gitkeep | 0 .../common-microsyntaxes/mq/.gitkeep | 0 .../common-microsyntaxes/numbers/.gitkeep | 0 .../common-microsyntaxes/numbers/contains.json | 26 ++++++++++++++ .../space-separated-tokens/.gitkeep | 0 .../syntax-references/.gitkeep | 0 13 files changed, 68 insertions(+) create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/boolean-attributes/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/colors/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/comma-separated-tokens/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/common-parser-idioms/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/dates-and-times/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/dates-and-times/contains.json create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/keywords-and-enumerated-attributes/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/mq/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/numbers/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/numbers/contains.json create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/space-separated-tokens/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-microsyntaxes/syntax-references/.gitkeep (limited to 'testing/web-platform/tests/html/infrastructure/common-microsyntaxes') diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/boolean-attributes/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/boolean-attributes/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/colors/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/colors/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/comma-separated-tokens/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/comma-separated-tokens/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/common-parser-idioms/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/common-parser-idioms/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/dates-and-times/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/dates-and-times/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/dates-and-times/contains.json b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/dates-and-times/contains.json new file mode 100644 index 000000000..5be31eb48 --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/dates-and-times/contains.json @@ -0,0 +1,42 @@ +[ + { + "id": "months", + "original_id": "months" + }, + { + "id": "dates", + "original_id": "dates" + }, + { + "id": "yearless-dates", + "original_id": "yearless-dates" + }, + { + "id": "times", + "original_id": "times" + }, + { + "id": "local-dates-and-times", + "original_id": "local-dates-and-times" + }, + { + "id": "time-zones", + "original_id": "time-zones" + }, + { + "id": "global-dates-and-times", + "original_id": "global-dates-and-times" + }, + { + "id": "weeks", + "original_id": "weeks" + }, + { + "id": "durations", + "original_id": "durations" + }, + { + "id": "vaguer-moments-in-time", + "original_id": "vaguer-moments-in-time" + } +] \ No newline at end of file diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/keywords-and-enumerated-attributes/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/keywords-and-enumerated-attributes/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/mq/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/mq/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/numbers/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/numbers/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/numbers/contains.json b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/numbers/contains.json new file mode 100644 index 000000000..39a6ea005 --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/numbers/contains.json @@ -0,0 +1,26 @@ +[ + { + "id": "signed-integers", + "original_id": "signed-integers" + }, + { + "id": "non-negative-integers", + "original_id": "non-negative-integers" + }, + { + "id": "floating-point-numbers", + "original_id": "floating-point-numbers" + }, + { + "id": "percentages-and-dimensions", + "original_id": "percentages-and-dimensions" + }, + { + "id": "lists-of-integers", + "original_id": "lists-of-integers" + }, + { + "id": "lists-of-dimensions", + "original_id": "lists-of-dimensions" + } +] \ No newline at end of file diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/space-separated-tokens/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/space-separated-tokens/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/syntax-references/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-microsyntaxes/syntax-references/.gitkeep new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3