diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/html/obsolete | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/html/obsolete')
4 files changed, 47 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-events.html.ini b/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-events.html.ini new file mode 100644 index 000000000..96660bad6 --- /dev/null +++ b/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-events.html.ini @@ -0,0 +1,11 @@ +[marquee-events.html] + type: testharness + [marquee_events_start] + expected: FAIL + + [marquee_events_finish] + expected: FAIL + + [marquee_events_bounce] + expected: FAIL + diff --git a/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-loop.html.ini b/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-loop.html.ini new file mode 100644 index 000000000..8841db128 --- /dev/null +++ b/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-loop.html.ini @@ -0,0 +1,11 @@ +[marquee-loop.html] + type: testharness + [marquee_loop_string] + expected: FAIL + + [marquee_loop_less_than_1] + expected: FAIL + + [marquee_loop_normal] + expected: FAIL + diff --git a/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrollamount.html.ini b/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrollamount.html.ini new file mode 100644 index 000000000..0fe686750 --- /dev/null +++ b/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrollamount.html.ini @@ -0,0 +1,11 @@ +[marquee-scrollamount.html] + type: testharness + [The scrollamount is a string] + expected: FAIL + + [The scrollamount is a negative] + expected: FAIL + + [The scrollamount is a normal value] + expected: FAIL + diff --git a/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html.ini b/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html.ini new file mode 100644 index 000000000..d5f532815 --- /dev/null +++ b/testing/web-platform/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html.ini @@ -0,0 +1,14 @@ +[marquee-scrolldelay.html] + type: testharness + [The scrolldelay attribute is a string] + expected: FAIL + + [The scrolldelay attribute is a negative] + expected: FAIL + + [The scrolldelay attribute is less than 60] + expected: FAIL + + [The scrolldelay attribute is greater than 60] + expected: FAIL + |