Firefox"; $washer = new rcube_washtml; $washed = $washer->wash($html); $this->assertRegExp('|href="http://test.com">|', $washed, "Link href with newlines (#1488940)"); } /** * Test handling HTML comments */ function test_comments() { $washer = new rcube_washtml; $html = "
p2
"; $washed = $washer->wash($html); $this->assertEquals('p2
', $washed, "HTML conditional comments (#1489004)"); $html = "test
', $washed, "HTML invalid comments (#1487759)"); } /** * Test fixing of invalid self-closing elements (#1489137) */ function test_self_closing() { $html = "