<!DOCTYPE HTML><html><head><metacharset="UTF-8"><metaname="flags"content="dom"><metaname="assert"content="shape-outside declaration is invalid if shape is invalid"><title>CSS Shapes Test - shape-outside invalid shape</title><linkrel="author"title="noonnightstorm"href="mailto:noonnightstorm@gmail.com"><linkrel="reviewer"title="Alan Stearns"href="mailto:stearns@adobe.com"><linkrel="help"href="http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes"><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><style>#shape{width:300px;height:300px;shape-outside:invalid(50px,50px,50px,50px);}</style></head><body><divid="log"></div><divid="shape"></div><script>varobj=document.getElementById('shape');varshapeOutside=getComputedStyle(obj).shapeOutside;test(function(){assert_equals(shapeOutside,"none","declaration should be Invalid")});</script></body></html>