2 <script src=
"../../../resources/testharness.js"></script>
3 <script src=
"../../../resources/testharnessreport.js"></script>
5 #target { shape-outside: url(//fail); }
6 #target { shape-outside: none; }
8 <div id=
"target"></div>
11 assert_equals(getComputedStyle(target
).shapeOutside
, 'none');
12 }, 'Test setting the none value for shape-outside');