From 194b45c673ba55f68759a8ba1117e4052cac2dfc Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 11 Apr 2012 12:19:14 -0400 Subject: [PATCH] Keep improvement from r6060: show 'loading...' message when redirecting --- tests/modcss.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/modcss.php b/tests/modcss.php index f9271ff..945cac3 100644 --- a/tests/modcss.php +++ b/tests/modcss.php @@ -18,7 +18,7 @@ $css = file_get_contents(TESTS_DIR . 'src/valid.css'); $mod = rcmail_mod_css_styles($css, 'rcmbody'); - $this->assertPattern('/#rcmbody div.rcmBody\s+\{/', $mod, "Replace body style definition"); + $this->assertPattern('/#rcmbody\s+\{/', $mod, "Replace body style definition"); $this->assertPattern('/#rcmbody h1\s\{/', $mod, "Prefix tag styles (single)"); $this->assertPattern('/#rcmbody h1, #rcmbody h2, #rcmbody h3, #rcmbody textarea\s+\{/', $mod, "Prefix tag styles (multiple)"); $this->assertPattern('/#rcmbody \.noscript\s+\{/', $mod, "Prefix class styles"); @@ -42,4 +42,4 @@ $this->assertEqual("/* evil! */", $mod, "Don't allow encoding quirks (2)"); } -} \ No newline at end of file +} -- Gitblit v1.9.1