<!doctype html><html><head><metacharset="UTF-8"><metaname="flags"content="dom"><metaname="assert"content="shape-outside declaration is invalid if ellipse shape function has two invalid arguments"><title>CSS Shapes Test: Ellipse - invalid 2 arg</title><linkrel="author"title="Sherlock Zhong"href="mailto:sherlock.z0917@gmail.com"><linkrel="reviewer"title="Alan Stearns"href="mailto:stearns@adobe.com"><!-- 11-09-2013 TestTWF Shenzhen --><linkrel="help"href="http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes"><linkrel="help"href="http://www.w3.org/TR/css-shapes-1/#funcdef-ellipse"><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><style>#shape{width:300px;height:300px;shape-outside:ellipse(50,50);}</style></head><body><divid="log"></div><divid="shape"></div><script>varobj=document.getElementById('shape');varval=getComputedStyle(obj).shapeOutside;test(function(){assert_equals(val,"none","declaration should not be valid")});</script></body></html>