diff --git a/tests/Framework/Washtml.php b/tests/Framework/Washtml.php index 2e681791c..ef4b2e9a0 100644 --- a/tests/Framework/Washtml.php +++ b/tests/Framework/Washtml.php @@ -15,7 +15,9 @@ class Framework_Washtml extends PHPUnit_Framework_TestCase { // #1488850 $html = '
Firefox' - .'Internet Explorer
'; + .'Internet Explorer' + .'Firefox' + .'Internet Explorer
'; $washer = new rcube_washtml; $washed = $washer->wash($html); @@ -44,7 +46,10 @@ class Framework_Washtml extends PHPUnit_Framework_TestCase { $html = '' . 'Internet Explorer
' - . ''; + . '' + . '' + . 'Internet Explorer
' + . ''; $washer = new rcube_washtml; $washed = $washer->wash($html);