test.html: <!DOCTYPE html> <html> <head> <title>Test</title> <style> strong {display: block;} strong:empty {display: none;} </style> </head> <body> <div id="container"> <strong>Test</strong> </div> </body> </html> Result: empty page
*** This bug has been marked as a duplicate of bug 26570 ***