From 1716e0b038f901b8b94a4614a6f7f59d0c654c79 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 24 Mar 2016 21:18:27 -0400 Subject: [PATCH] Revert "add a css style test for font: smaller" This reverts commit a4ed154b037aaf03f8c166a711c326a030225eed. The misparsing that is tested here will not be fixed in 3.20, so keep this test out of the stable branch. --- testsuite/css/style/Makefile.am | 1 - testsuite/css/style/font.css | 7 ------- testsuite/css/style/font.nodes | 12 ------------ testsuite/css/style/font.ui | 19 ------------------- 4 files changed, 39 deletions(-) delete mode 100644 testsuite/css/style/font.css delete mode 100644 testsuite/css/style/font.nodes delete mode 100644 testsuite/css/style/font.ui diff --git a/testsuite/css/style/Makefile.am b/testsuite/css/style/Makefile.am index bfdb22bad7..86cdc1a348 100644 --- a/testsuite/css/style/Makefile.am +++ b/testsuite/css/style/Makefile.am @@ -32,7 +32,6 @@ test_data = \ adjacent-states.ui adjacent-states.css adjacent-states.nodes \ colornames.ui colornames.css colornames.nodes \ currentcolor.ui currentcolor.css currentcolor.nodes \ - font.ui font.css font.nodes \ gradient.ui gradient.css gradient.nodes \ inherit.ui inherit.css inherit.nodes \ label.ui label.css label.nodes \ diff --git a/testsuite/css/style/font.css b/testsuite/css/style/font.css deleted file mode 100644 index 86b2ba08b1..0000000000 --- a/testsuite/css/style/font.css +++ /dev/null @@ -1,7 +0,0 @@ -box { - font: "Comic Sans 10"; -} - -label { - font: smaller; -} diff --git a/testsuite/css/style/font.nodes b/testsuite/css/style/font.nodes deleted file mode 100644 index 02044b4466..0000000000 --- a/testsuite/css/style/font.nodes +++ /dev/null @@ -1,12 +0,0 @@ -[window.background:dir(ltr)] - decoration:dir(ltr) - box.horizontal:dir(ltr) - font-size: 10px; /* font.css:2:23 */ - font-family: "\"Comic Sans 10\""; /* font.css:2:23 */ - font-style: normal; /* font.css:2:23 */ - font-variant: normal; /* font.css:2:23 */ - font-weight: normal; /* font.css:2:23 */ - font-stretch: normal; /* font.css:2:23 */ - - label:dir(ltr) - font-size: 8.3333333333333339px; /* font.css:6:20 */ diff --git a/testsuite/css/style/font.ui b/testsuite/css/style/font.ui deleted file mode 100644 index f1b397c08c..0000000000 --- a/testsuite/css/style/font.ui +++ /dev/null @@ -1,19 +0,0 @@ - - - - - False - popup - - - True - - - True - Hello World! - - - - - -