d6baead Issue #1219 - Align computed DOM styles with mainstream behvior.

Authored and Committed by wolfbeast 4 years ago
    Issue #1219 - Align computed DOM styles with mainstream behvior.
    
    This updates our behavior for computed DOM styling to no longer return
    null on elements that have no display, but return a 0-length (empty)
    style instead and don't throw. For this we stop looking at having a
    presentation for the style and just look at the document instead.
    
    This resolves #1219
    
        
file modified
+1 -1
file modified
+2 -25