Issue #2112 - Part 1: Remove Stylo tests

This commit is contained in:
FranklinDM 2022-05-24 02:04:10 +08:00 • committed by roytam1
commit 656ee639c5
97 changed files with 0 additions and 2835 deletions

View file

@ -1,29 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# test default-preferences
# test default-preferences with a pref()
default-preferences pref(font.size.variable.x-western,24)
skip == font-default.html font-default.html
skip == font-default.html font-default.html
# test that a default preference can be overridden
skip pref(font.size.variable.x-western,16) == font-default.html font-default.html
skip pref(font.size.variable.x-western,16) == font-default.html font-default.html
# test that default preferences are kept when other test-specific preferences are set
skip pref(font.size.variable.zh-HK,36) == font-default.html font-default.html
skip pref(font.size.variable.zh-HK,36) == font-default.html font-default.html
# test default-preferences with test-pref() and ref-pref()
default-preferences test-pref(font.size.variable.x-western,16) ref-pref(font.size.variable.x-western,24)
skip == font-default.html font-default.html
skip == font-default.html font-default.html
== font-size-24.html font-size-24.html
# test that default-preferences does not apply to include commands
include default-preferences-include.list
# test resetting default-preferences
default-preferences
skip == font-default.html font-default.html

View file

@ -1,11 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# test script keyword.
# cases where the test does not include an appropriate getTestCases() function,
# or where getTestCases() does not return an array of objects with methods
# testPassed() and testDescription() can not be included since they always
# produce unexpected failures.
script scripttest-pass.html
skip script scripttest-fail.html
fails script scripttest-pass-fail.html

View file

@ -1,24 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# test url-prefix
# test that url-prefix is not be applied to absolute uris.
url-prefix absolute
== data:text/html,<body> data:text/html,<body>
skip == data:text/plain, data:text/plain,
skip == data:text/plain,HELLO data:text/plain,HELLO
# test that url-prefix is applied to test items.
url-prefix prefix-
script suffix.html
# test if url-prefix containing / works.
url-prefix prefix/
script suffix.html
# test that url-prefix should not be applied to include commands.
include urlprefixtests-include.list