This scenario is not valid according to the HTML specification, but exception shouldn't be thrown. Steps to reproduce: - Try to import the following HTML: <html> <body> <p style="font-size = 9px">Simple Test</p> </body> </html> Observed: A NullReferenceException is thrown.