diff options
Diffstat (limited to 'theme-compiler/tests/resources/w3ctests/scss/font-family-name-023.0.scss')
-rw-r--r-- | theme-compiler/tests/resources/w3ctests/scss/font-family-name-023.0.scss | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/theme-compiler/tests/resources/w3ctests/scss/font-family-name-023.0.scss b/theme-compiler/tests/resources/w3ctests/scss/font-family-name-023.0.scss deleted file mode 100644 index 4c4dc9c7f3..0000000000 --- a/theme-compiler/tests/resources/w3ctests/scss/font-family-name-023.0.scss +++ /dev/null @@ -1,20 +0,0 @@ -/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/font-family-name-023.htm */ - - body { font-size: 36px; } - span#verify { font-family: CSSTest Verify; } - div.test { font-family: CSSTest Fallback; } - p { - } - p#test1a { - font-family: "small-caps 1in CSSTest FamilyName Funky", CSSTest Fallback; - } - p#test2 { - font-family: x-large CSSTest FamilyName Funky, CSSTest Fallback; - } - p#test2a { - font-family: "x-large CSSTest FamilyName Funky", CSSTest Fallback; - } - p#test3a { - font-family: "12px CSSTest FamilyName Funky", CSSTest Fallback; - } - |