4 <title>CSS Shapes Tests: Circle - invalid
2 args
</title>
5 <link rel=
"author" title=
"biqing" href=
"biqing.kwok@qq.com">
6 <link rel=
"help" href=
"http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes">
7 <link rel=
"help" href=
"http://www.w3.org/TR/css-shapes-1/#funcdef-circle">
8 <script src=
"../../../resources/testharness.js"></script>
9 <script src=
"../../../resources/testharnessreport.js"></script>
10 <link rel=
"stylesheet" href=
"../../../resources/testharness.css">
11 <meta name=
"flags" content=
"dom">
12 <meta name=
"assert" content=
"shape-outside declaration is invalid if circle shape function only has two parameters">
13 <style type=
"text/css">
15 shape-outside: circle
(50px, 50px);
25 <div id=
"float"></div>
30 assert_true(getComputedStyle(document
.getElementById('float')).shapeOutside
== 'none');
31 }, 'Circle - invalid 2 args');