From b8704535a3e2f3118a8efb5c9bd9cbf63760b0a0 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 31 Aug 2014 11:10:11 +0100 Subject: [PATCH] Update test. Signed-off-by: Edward Z. Yang --- tests/HTMLPurifier/AttrDef/CSSTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/HTMLPurifier/AttrDef/CSSTest.php b/tests/HTMLPurifier/AttrDef/CSSTest.php index cff811bc..37ec2d4c 100644 --- a/tests/HTMLPurifier/AttrDef/CSSTest.php +++ b/tests/HTMLPurifier/AttrDef/CSSTest.php @@ -127,7 +127,6 @@ class HTMLPurifier_AttrDef_CSSTest extends HTMLPurifier_AttrDefHarness $this->assertDef('scrollbar-highlight-color:#ff69b4;'); $this->assertDef('scrollbar-shadow-color:#f0f;'); - $this->assertDef('opacity:.2;'); $this->assertDef('-moz-opacity:.2;'); $this->assertDef('-khtml-opacity:.2;'); $this->assertDef('filter:alpha(opacity=20);'); @@ -146,6 +145,7 @@ class HTMLPurifier_AttrDef_CSSTest extends HTMLPurifier_AttrDefHarness $this->assertDef('display:none;'); $this->assertDef('visibility:visible;'); $this->assertDef('overflow:scroll;'); + $this->assertDef('opacity:.2;'); } public function testForbidden() -- 2.11.4.GIT