<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[207630] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/207630">207630</a></dd>
<dt>Author</dt> <dd>dino@apple.com</dd>
<dt>Date</dt> <dd>2016-10-20 12:09:30 -0700 (Thu, 20 Oct 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Support CSS Shapes Level 1 without a prefix
https://bugs.webkit.org/show_bug.cgi?id=163709
&lt;rdar://problem/28859369&gt;

Reviewed by Myles Maxfield.

Source/WebCore:

Support the unprefixed form of CSS Shapes, now that
it is in CR.

We have a few failing tests:

- Some image-based shaping failures, now skipped.
  https://bugs.webkit.org/show_bug.cgi?id=163706

- Some false negatives, where my understanding
  of the CSS OM seems to suggest that the W3C tests
  are incorrect.
  https://bugs.webkit.org/show_bug.cgi?id=163708

Tests: imported/w3c/csswg-test/css-shapes-1

* css/CSSComputedStyleDeclaration.cpp:
(WebCore::ComputedStyleExtractor::propertyValue):
* css/CSSPropertyNames.in:
* css/CSSValueKeywords.in:
* css/parser/CSSParser.cpp:
(WebCore::isSimpleLengthPropertyID):
(WebCore::CSSParser::parseValue):
* css/parser/CSSPropertyParser.cpp:
(WebCore::CSSPropertyParser::parseSingleValue):
* page/animation/CSSPropertyAnimation.cpp:
(WebCore::CSSPropertyAnimationWrapperMap::CSSPropertyAnimationWrapperMap):

Source/WebInspectorUI:

Replace -webkit-shape-outside with shape-outside.

* UserInterface/Models/CSSKeywordCompletions.js:

LayoutTests:

Unskip all but a couple of tests.

* TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsTestExpectations">trunk/LayoutTests/TestExpectations</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorecssCSSComputedStyleDeclarationcpp">trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSPropertyNamesin">trunk/Source/WebCore/css/CSSPropertyNames.in</a></li>
<li><a href="#trunkSourceWebCorecssCSSValueKeywordsin">trunk/Source/WebCore/css/CSSValueKeywords.in</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSParsercpp">trunk/Source/WebCore/css/parser/CSSParser.cpp</a></li>
<li><a href="#trunkSourceWebCorecssparserCSSPropertyParsercpp">trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp</a></li>
<li><a href="#trunkSourceWebCorepageanimationCSSPropertyAnimationcpp">trunk/Source/WebCore/page/animation/CSSPropertyAnimation.cpp</a></li>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsCSSKeywordCompletionsjs">trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideshapeimagegradientsshapeoutsideradialgradient001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideshapeimagegradientsshapeoutsideradialgradient002expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideshapeimagegradientsshapeoutsideradialgradient003expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideshapeimagegradientsshapeoutsideradialgradient004expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeimagethreshold000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeimagethreshold001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeimagethreshold002expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeimagethreshold003expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin002expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin003expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin004expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin005expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidebox000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-box-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle002expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle003expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle004expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle005expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle006expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle007expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-007-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle008expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle009expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-009-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle010expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle011expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecomputedshape000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-computed-shape-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecomputedshape001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-computed-shape-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse002expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse003expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse004expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse005expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse006expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse007expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-007-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse008expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse009expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-009-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse010expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse011expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset002expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset003expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset004expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset005expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset006expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset007expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-007-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset008expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-008-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset009expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-009-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon002expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon003expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon004expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon005expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon006expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapearguments000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapearguments001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapeboxpair000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-box-pair-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapeinherit000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-inherit-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapeinitial000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-initial-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapenone000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-none-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapenotation000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-notation-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalid001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidcircle000expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidcircle001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidcircle002expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidcircle003expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse002expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse003expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse004expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse005expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-005-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse006expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-006-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidinset001expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-001-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidinset002expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-002-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidinset003expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-003-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidinset004expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside010expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside011expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside012expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-012-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside013expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-013-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside014expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-014-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside015expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside016expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-016-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside017expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-017-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside018expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-018-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside019expectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-019-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestcssshapes1testplanindexexpectedtxt">trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/test-plan/index-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/LayoutTests/ChangeLog        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2016-10-19  Dean Jackson  &lt;dino@apple.com&gt;
+
+        Support CSS Shapes Level 1 without a prefix
+        https://bugs.webkit.org/show_bug.cgi?id=163709
+        &lt;rdar://problem/28859369&gt;
+
+        Reviewed by Myles Maxfield.
+
+        Unskip all but a couple of tests.
+
+        * TestExpectations:
+
</ins><span class="cx"> 2016-10-20  Jer Noble  &lt;jer.noble@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         CRASH in WebCore::MediaSource::seekToTime + 185
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/LayoutTests/TestExpectations        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -27,8 +27,6 @@
</span><span class="cx"> media/controls/ipad [ Skip ]
</span><span class="cx"> fast/text-autosizing [ Skip ]
</span><span class="cx"> 
</span><del>-imported/w3c/csswg-test/css-shapes-1 [ Skip ]
-
</del><span class="cx"> fast/forms/attributed-strings.html [ Skip ]
</span><span class="cx"> fast/scrolling/latching [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -988,3 +986,8 @@
</span><span class="cx"> # Only iOS has implemented lettepress.
</span><span class="cx"> fast/text/letterpress-different.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+# CSS Shapes tests
+webkit.org/b/163706 imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-010.html [ Skip ]
+webkit.org/b/163706 imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-024.html [ Skip ]
+imported/blink/http/tests/security/shape-image-cors-disallow-origin.html [ ImageOnlyFailure ]
+imported/blink/http/tests/security/shape-image-cors-port.html [ ImageOnlyFailure ]
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideshapeimagegradientsshapeoutsideradialgradient001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+The test passes if you see green boxes following the contour of a circle. There should be no red.
+
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+
+PASS CSS Test: Left float with radial gradient 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideshapeimagegradientsshapeoutsideradialgradient002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+The test passes if you see green boxes following the contour of a circle. There should be no red.
+
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+
+PASS CSS Test: Left float with radial gradient and percentage shape margin 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideshapeimagegradientsshapeoutsideradialgradient003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+The test passes if you see green boxes following the contour of a circle. There should be no red.
+
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+
+PASS CSS Test: Left float with radial gradient shape, shape margin, and shape-image-threshold 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideshapeimagegradientsshapeoutsideradialgradient004expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+The test passes if you see green boxes following the contour of a circle. There should be no red.
+
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+x
+
+PASS CSS Test: Left float with radial gradient shape, shape margin, and shape-image-threshold 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeimagethreshold000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+
+PASS 0.0 - inline 
+PASS .2 - inline 
+PASS 0.333 - inline 
+PASS 1.0 - inline 
+PASS 1.5 - inline 
+PASS 0.0 - computed 
+PASS .2 - computed 
+PASS 0.333 - computed 
+PASS 1.0 - computed 
+PASS 1.5 - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeimagethreshold001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+
+PASS calc(10/100) - computed 
+PASS calc(10/100 + 30/100) - computed 
+PASS calc(150/100) - computed 
+PASS calc(150/100 - 2) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeimagethreshold002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-002-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-002-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+
+FAIL -0.5 - inline - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL -100 - inline - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL nonNumber - inline - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL 3/4 - inline - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL 20% - inline - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-002-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeimagethreshold003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+
+PASS shape-image-threshold can be assigned 'inherit' value 
+FAIL shape-image-threshold is not inherited and defaults to 0 assert_equals: expected (object) null but got (string) &quot;&quot;
+PASS shape-margin is not inherited 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+
+PASS 10px - inline 
+PASS 10% - inline 
+PASS 10px - computed 
+PASS 10% - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+
+PASS 10cm - inline 
+PASS 10mm - inline 
+PASS 10in - inline 
+PASS 10pt - inline 
+PASS 10pc - inline 
+PASS 10em - inline 
+PASS 10ex - inline 
+PASS 10ch - inline 
+PASS 10rem - inline 
+PASS 10vw - inline 
+PASS 10vh - inline 
+PASS 10vmin - inline 
+PASS 10vmax - inline 
+PASS 10cm - computed 
+PASS 10mm - computed 
+PASS 10in - computed 
+PASS 10pt - computed 
+PASS 10pc - computed 
+PASS 10em - computed 
+PASS 10ex - computed 
+PASS 10ch - computed 
+PASS 10rem - computed 
+PASS 10vw - computed 
+PASS 10vh - computed 
+PASS 10vmin - computed 
+PASS 10vmax - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+
+PASS 10.12345px - inline 
+PASS .5px - inline 
+PASS +15px - inline 
+PASS +10.678px - inline 
+PASS 10.12345px - computed 
+PASS .5px - computed 
+PASS +15px - computed 
+PASS +10.678px - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-002-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-003-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-003-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+
+PASS calc(10in) - inline style 
+PASS calc(10in + 20px) - inline style 
+PASS calc(30%) - inline style 
+PASS calc(100%/4) - inline style 
+PASS calc(25%*3) - inline style 
+PASS calc(25%*3 - 10in) - inline style 
+PASS calc((12.5%*6 + 10in) / 4) - inline style 
+PASS calc(10in) - computed style 
+PASS calc(10in + 20px) - computed style 
+PASS calc(30%) - computed style 
+PASS calc(100%/4) - computed style 
+PASS calc(25%*3) - computed style 
+PASS calc(25%*3 - 10in) - computed style 
+PASS calc((12.5%*6 + 10in) / 4) - computed style 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-003-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin004expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+
+FAIL -20px - inline - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL -.4567px - inline - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL nonLength - inline - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL 10 - inline - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+PASS -20px - computed - invalid 
+PASS -.4567px - computed - invalid 
+PASS nonLength - computed - invalid 
+PASS 10 - computed - invalid 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapemargin005expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+
+PASS shape-margin can be assigned 'inherit' value 
+FAIL shape-margin is not inherited and defaults to 0px assert_equals: expected (object) null but got (string) &quot;&quot;
+PASS shape-margin is not inherited 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidebox000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-box-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-box-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-box-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+
+PASS content-box - inline 
+PASS padding-box - inline 
+PASS border-box - inline 
+PASS margin-box - inline 
+PASS content-box - computed 
+PASS padding-box - computed 
+PASS border-box - computed 
+PASS margin-box - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-box-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+
+PASS No arguments - inline 
+PASS Radial argument only - inline 
+PASS Position argument only - inline 
+PASS Radial and position argument - inline 
+PASS No arguments - computed 
+PASS Radial argument only - computed 
+PASS Position argument only - computed 
+PASS Radial and position argument - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+
+PASS circle() - inline 
+PASS circle(50px) - inline 
+PASS circle(50%) - inline 
+PASS circle(closest-side) - inline 
+PASS circle(farthest-side) - inline 
+PASS circle() - computed 
+PASS circle(50px) - computed 
+PASS circle(50%) - computed 
+PASS circle(closest-side) - computed 
+PASS circle(farthest-side) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-002-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-002-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,242 @@
</span><ins>+
+PASS circle(at 50%) serializes as circle(at 50% 50%) - inline 
+PASS circle(at 50px) serializes as circle(at 50px 50%) - inline 
+PASS circle(at 50% 50%) serializes as circle(at 50% 50%) - inline 
+PASS circle(at 50% 50px) serializes as circle(at 50% 50px) - inline 
+PASS circle(at 50px 50%) serializes as circle(at 50px 50%) - inline 
+PASS circle(at 50px 50px) serializes as circle(at 50px 50px) - inline 
+PASS circle(at left) serializes as circle(at 0% 50%) - inline 
+PASS circle(at top) serializes as circle(at 50% 0%) - inline 
+PASS circle(at right) serializes as circle(at 100% 50%) - inline 
+PASS circle(at bottom) serializes as circle(at 50% 100%) - inline 
+PASS circle(at center) serializes as circle(at 50% 50%) - inline 
+PASS circle(at left top) serializes as circle(at 0% 0%) - inline 
+PASS circle(at left bottom) serializes as circle(at 0% 100%) - inline 
+PASS circle(at left center) serializes as circle(at 0% 50%) - inline 
+PASS circle(at top left) serializes as circle(at 0% 0%) - inline 
+PASS circle(at top right) serializes as circle(at 100% 0%) - inline 
+PASS circle(at top center) serializes as circle(at 50% 0%) - inline 
+PASS circle(at right top) serializes as circle(at 100% 0%) - inline 
+PASS circle(at right bottom) serializes as circle(at 100% 100%) - inline 
+PASS circle(at right center) serializes as circle(at 100% 50%) - inline 
+PASS circle(at bottom left) serializes as circle(at 0% 100%) - inline 
+PASS circle(at bottom right) serializes as circle(at 100% 100%) - inline 
+PASS circle(at bottom center) serializes as circle(at 50% 100%) - inline 
+PASS circle(at center top) serializes as circle(at 50% 0%) - inline 
+PASS circle(at center left) serializes as circle(at 0% 50%) - inline 
+PASS circle(at center right) serializes as circle(at 100% 50%) - inline 
+PASS circle(at center bottom) serializes as circle(at 50% 100%) - inline 
+PASS circle(at center center) serializes as circle(at 50% 50%) - inline 
+PASS circle(at left 50%) serializes as circle(at 0% 50%) - inline 
+PASS circle(at left 50px) serializes as circle(at 0% 50px) - inline 
+PASS circle(at 50% top) serializes as circle(at 50% 0%) - inline 
+PASS circle(at 50px top) serializes as circle(at 50px 0%) - inline 
+PASS circle(at right 80%) serializes as circle(at 100% 80%) - inline 
+PASS circle(at right 80px) serializes as circle(at 100% 80px) - inline 
+PASS circle(at 70% bottom) serializes as circle(at 70% 100%) - inline 
+PASS circle(at 70px bottom) serializes as circle(at 70px 100%) - inline 
+PASS circle(at center 60%) serializes as circle(at 50% 60%) - inline 
+PASS circle(at center 60px) serializes as circle(at 50% 60px) - inline 
+PASS circle(at 60% center) serializes as circle(at 60% 50%) - inline 
+PASS circle(at 60px center) serializes as circle(at 60px 50%) - inline 
+PASS circle(at center top 50%) serializes as circle(at 50% 50%) - inline 
+PASS circle(at center top 50px) serializes as circle(at 50% 50px) - inline 
+PASS circle(at center left 50%) serializes as circle(at 50% 50%) - inline 
+PASS circle(at center left 50px) serializes as circle(at 50px 50%) - inline 
+PASS circle(at center right 70%) serializes as circle(at 30% 50%) - inline 
+PASS circle(at center right 70px) serializes as circle(at right 70px top 50%) - inline 
+PASS circle(at center bottom 70%) serializes as circle(at 50% 30%) - inline 
+PASS circle(at center bottom 70px) serializes as circle(at left 50% bottom 70px) - inline 
+PASS circle(at left top 50%) serializes as circle(at 0% 50%) - inline 
+PASS circle(at left top 50px) serializes as circle(at 0% 50px) - inline 
+PASS circle(at left bottom 70%) serializes as circle(at 0% 30%) - inline 
+PASS circle(at left bottom 70px) serializes as circle(at left 0% bottom 70px) - inline 
+PASS circle(at top left 50%) serializes as circle(at 50% 0%) - inline 
+PASS circle(at top left 50px) serializes as circle(at 50px 0%) - inline 
+PASS circle(at top right 70%) serializes as circle(at 30% 0%) - inline 
+PASS circle(at top right 70px) serializes as circle(at right 70px top 0%) - inline 
+PASS circle(at bottom left 50%) serializes as circle(at 50% 100%) - inline 
+PASS circle(at bottom left 50px) serializes as circle(at 50px 100%) - inline 
+PASS circle(at bottom right 70%) serializes as circle(at 30% 100%) - inline 
+PASS circle(at bottom right 70px) serializes as circle(at right 70px top 100%) - inline 
+PASS circle(at right bottom 70%) serializes as circle(at 100% 30%) - inline 
+PASS circle(at right bottom 70px) serializes as circle(at left 100% bottom 70px) - inline 
+PASS circle(at right top 50%) serializes as circle(at 100% 50%) - inline 
+PASS circle(at right top 50px) serializes as circle(at 100% 50px) - inline 
+PASS circle(at left 50% center) serializes as circle(at 50% 50%) - inline 
+PASS circle(at left 50px center) serializes as circle(at 50px 50%) - inline 
+PASS circle(at left 50% top) serializes as circle(at 50% 0%) - inline 
+PASS circle(at left 50px top) serializes as circle(at 50px 0%) - inline 
+PASS circle(at left 50% bottom) serializes as circle(at 50% 100%) - inline 
+PASS circle(at left 50px bottom) serializes as circle(at 50px 100%) - inline 
+PASS circle(at top 50% center) serializes as circle(at 50% 50%) - inline 
+PASS circle(at top 50px center) serializes as circle(at 50% 50px) - inline 
+PASS circle(at top 50% left) serializes as circle(at 0% 50%) - inline 
+PASS circle(at top 50px left) serializes as circle(at 0% 50px) - inline 
+PASS circle(at top 50% right) serializes as circle(at 100% 50%) - inline 
+PASS circle(at top 50px right) serializes as circle(at 100% 50px) - inline 
+PASS circle(at bottom 70% center) serializes as circle(at 50% 30%) - inline 
+PASS circle(at bottom 70px center) serializes as circle(at left 50% bottom 70px) - inline 
+PASS circle(at bottom 70% left) serializes as circle(at 0% 30%) - inline 
+PASS circle(at bottom 70px left) serializes as circle(at left 0% bottom 70px) - inline 
+PASS circle(at bottom 70% right) serializes as circle(at 100% 30%) - inline 
+PASS circle(at bottom 70px right) serializes as circle(at left 100% bottom 70px) - inline 
+PASS circle(at right 80% center) serializes as circle(at 20% 50%) - inline 
+PASS circle(at right 80px center) serializes as circle(at right 80px top 50%) - inline 
+PASS circle(at right 80% bottom) serializes as circle(at 20% 100%) - inline 
+PASS circle(at right 80px bottom) serializes as circle(at right 80px top 100%) - inline 
+PASS circle(at right 80% top) serializes as circle(at 20% 0%) - inline 
+PASS circle(at right 80px top) serializes as circle(at right 80px top 0%) - inline 
+PASS circle(at left 50% top 50%) serializes as circle(at 50% 50%) - inline 
+PASS circle(at left 50% top 50px) serializes as circle(at 50% 50px) - inline 
+PASS circle(at left 50% bottom 70%) serializes as circle(at 50% 30%) - inline 
+PASS circle(at left 50% bottom 70px) serializes as circle(at left 50% bottom 70px) - inline 
+PASS circle(at left 50px top 50%) serializes as circle(at 50px 50%) - inline 
+PASS circle(at left 50px top 50px) serializes as circle(at 50px 50px) - inline 
+PASS circle(at left 50px bottom 70%) serializes as circle(at 50px 30%) - inline 
+PASS circle(at left 50px bottom 70px) serializes as circle(at left 50px bottom 70px) - inline 
+PASS circle(at top 50% left 50%) serializes as circle(at 50% 50%) - inline 
+PASS circle(at top 50% left 50px) serializes as circle(at 50px 50%) - inline 
+PASS circle(at top 50% right 80%) serializes as circle(at 20% 50%) - inline 
+PASS circle(at top 50% right 80px) serializes as circle(at right 80px top 50%) - inline 
+PASS circle(at top 50px left 50%) serializes as circle(at 50% 50px) - inline 
+PASS circle(at top 50px left 50px) serializes as circle(at 50px 50px) - inline 
+PASS circle(at top 50px right 80%) serializes as circle(at 20% 50px) - inline 
+PASS circle(at top 50px right 80px) serializes as circle(at right 80px top 50px) - inline 
+PASS circle(at bottom 70% left 50%) serializes as circle(at 50% 30%) - inline 
+PASS circle(at bottom 70% left 50px) serializes as circle(at 50px 30%) - inline 
+PASS circle(at bottom 70% right 80%) serializes as circle(at 20% 30%) - inline 
+PASS circle(at bottom 70% right 80px) serializes as circle(at right 80px top 30%) - inline 
+PASS circle(at bottom 70px left 50%) serializes as circle(at left 50% bottom 70px) - inline 
+PASS circle(at bottom 70px left 50px) serializes as circle(at left 50px bottom 70px) - inline 
+PASS circle(at bottom 70px right 80%) serializes as circle(at left 20% bottom 70px) - inline 
+PASS circle(at bottom 70px right 80px) serializes as circle(at right 80px bottom 70px) - inline 
+PASS circle(at right 80% top 50%) serializes as circle(at 20% 50%) - inline 
+PASS circle(at right 80% top 50px) serializes as circle(at 20% 50px) - inline 
+PASS circle(at right 80% bottom 70%) serializes as circle(at 20% 30%) - inline 
+PASS circle(at right 80% bottom 70px) serializes as circle(at left 20% bottom 70px) - inline 
+PASS circle(at right 80px top 50%) serializes as circle(at right 80px top 50%) - inline 
+PASS circle(at right 80px top 50px) serializes as circle(at right 80px top 50px) - inline 
+PASS circle(at right 80px bottom 70%) serializes as circle(at right 80px top 30%) - inline 
+PASS circle(at right 80px bottom 70px) serializes as circle(at right 80px bottom 70px) - inline 
+PASS circle(at 50%) serializes as circle(at 50% 50%) - computed 
+PASS circle(at 50px) serializes as circle(at 50px 50%) - computed 
+PASS circle(at 50% 50%) serializes as circle(at 50% 50%) - computed 
+PASS circle(at 50% 50px) serializes as circle(at 50% 50px) - computed 
+PASS circle(at 50px 50%) serializes as circle(at 50px 50%) - computed 
+PASS circle(at 50px 50px) serializes as circle(at 50px 50px) - computed 
+PASS circle(at left) serializes as circle(at 0% 50%) - computed 
+PASS circle(at top) serializes as circle(at 50% 0%) - computed 
+PASS circle(at right) serializes as circle(at 100% 50%) - computed 
+PASS circle(at bottom) serializes as circle(at 50% 100%) - computed 
+PASS circle(at center) serializes as circle(at 50% 50%) - computed 
+PASS circle(at left top) serializes as circle(at 0% 0%) - computed 
+PASS circle(at left bottom) serializes as circle(at 0% 100%) - computed 
+PASS circle(at left center) serializes as circle(at 0% 50%) - computed 
+PASS circle(at top left) serializes as circle(at 0% 0%) - computed 
+PASS circle(at top right) serializes as circle(at 100% 0%) - computed 
+PASS circle(at top center) serializes as circle(at 50% 0%) - computed 
+PASS circle(at right top) serializes as circle(at 100% 0%) - computed 
+PASS circle(at right bottom) serializes as circle(at 100% 100%) - computed 
+PASS circle(at right center) serializes as circle(at 100% 50%) - computed 
+PASS circle(at bottom left) serializes as circle(at 0% 100%) - computed 
+PASS circle(at bottom right) serializes as circle(at 100% 100%) - computed 
+PASS circle(at bottom center) serializes as circle(at 50% 100%) - computed 
+PASS circle(at center top) serializes as circle(at 50% 0%) - computed 
+PASS circle(at center left) serializes as circle(at 0% 50%) - computed 
+PASS circle(at center right) serializes as circle(at 100% 50%) - computed 
+PASS circle(at center bottom) serializes as circle(at 50% 100%) - computed 
+PASS circle(at center center) serializes as circle(at 50% 50%) - computed 
+PASS circle(at left 50%) serializes as circle(at 0% 50%) - computed 
+PASS circle(at left 50px) serializes as circle(at 0% 50px) - computed 
+PASS circle(at 50% top) serializes as circle(at 50% 0%) - computed 
+PASS circle(at 50px top) serializes as circle(at 50px 0%) - computed 
+PASS circle(at right 80%) serializes as circle(at 100% 80%) - computed 
+PASS circle(at right 80px) serializes as circle(at 100% 80px) - computed 
+PASS circle(at 70% bottom) serializes as circle(at 70% 100%) - computed 
+PASS circle(at 70px bottom) serializes as circle(at 70px 100%) - computed 
+PASS circle(at center 60%) serializes as circle(at 50% 60%) - computed 
+PASS circle(at center 60px) serializes as circle(at 50% 60px) - computed 
+PASS circle(at 60% center) serializes as circle(at 60% 50%) - computed 
+PASS circle(at 60px center) serializes as circle(at 60px 50%) - computed 
+PASS circle(at center top 50%) serializes as circle(at 50% 50%) - computed 
+PASS circle(at center top 50px) serializes as circle(at 50% 50px) - computed 
+PASS circle(at center left 50%) serializes as circle(at 50% 50%) - computed 
+PASS circle(at center left 50px) serializes as circle(at 50px 50%) - computed 
+PASS circle(at center right 70%) serializes as circle(at 30% 50%) - computed 
+PASS circle(at center right 70px) serializes as circle(at right 70px top 50%) - computed 
+PASS circle(at center bottom 70%) serializes as circle(at 50% 30%) - computed 
+PASS circle(at center bottom 70px) serializes as circle(at left 50% bottom 70px) - computed 
+PASS circle(at left top 50%) serializes as circle(at 0% 50%) - computed 
+PASS circle(at left top 50px) serializes as circle(at 0% 50px) - computed 
+PASS circle(at left bottom 70%) serializes as circle(at 0% 30%) - computed 
+PASS circle(at left bottom 70px) serializes as circle(at left 0% bottom 70px) - computed 
+PASS circle(at top left 50%) serializes as circle(at 50% 0%) - computed 
+PASS circle(at top left 50px) serializes as circle(at 50px 0%) - computed 
+PASS circle(at top right 70%) serializes as circle(at 30% 0%) - computed 
+PASS circle(at top right 70px) serializes as circle(at right 70px top 0%) - computed 
+PASS circle(at bottom left 50%) serializes as circle(at 50% 100%) - computed 
+PASS circle(at bottom left 50px) serializes as circle(at 50px 100%) - computed 
+PASS circle(at bottom right 70%) serializes as circle(at 30% 100%) - computed 
+PASS circle(at bottom right 70px) serializes as circle(at right 70px top 100%) - computed 
+PASS circle(at right bottom 70%) serializes as circle(at 100% 30%) - computed 
+PASS circle(at right bottom 70px) serializes as circle(at left 100% bottom 70px) - computed 
+PASS circle(at right top 50%) serializes as circle(at 100% 50%) - computed 
+PASS circle(at right top 50px) serializes as circle(at 100% 50px) - computed 
+PASS circle(at left 50% center) serializes as circle(at 50% 50%) - computed 
+PASS circle(at left 50px center) serializes as circle(at 50px 50%) - computed 
+PASS circle(at left 50% top) serializes as circle(at 50% 0%) - computed 
+PASS circle(at left 50px top) serializes as circle(at 50px 0%) - computed 
+PASS circle(at left 50% bottom) serializes as circle(at 50% 100%) - computed 
+PASS circle(at left 50px bottom) serializes as circle(at 50px 100%) - computed 
+PASS circle(at top 50% center) serializes as circle(at 50% 50%) - computed 
+PASS circle(at top 50px center) serializes as circle(at 50% 50px) - computed 
+PASS circle(at top 50% left) serializes as circle(at 0% 50%) - computed 
+PASS circle(at top 50px left) serializes as circle(at 0% 50px) - computed 
+PASS circle(at top 50% right) serializes as circle(at 100% 50%) - computed 
+PASS circle(at top 50px right) serializes as circle(at 100% 50px) - computed 
+PASS circle(at bottom 70% center) serializes as circle(at 50% 30%) - computed 
+PASS circle(at bottom 70px center) serializes as circle(at left 50% bottom 70px) - computed 
+PASS circle(at bottom 70% left) serializes as circle(at 0% 30%) - computed 
+PASS circle(at bottom 70px left) serializes as circle(at left 0% bottom 70px) - computed 
+PASS circle(at bottom 70% right) serializes as circle(at 100% 30%) - computed 
+PASS circle(at bottom 70px right) serializes as circle(at left 100% bottom 70px) - computed 
+PASS circle(at right 80% center) serializes as circle(at 20% 50%) - computed 
+PASS circle(at right 80px center) serializes as circle(at right 80px top 50%) - computed 
+PASS circle(at right 80% bottom) serializes as circle(at 20% 100%) - computed 
+PASS circle(at right 80px bottom) serializes as circle(at right 80px top 100%) - computed 
+PASS circle(at right 80% top) serializes as circle(at 20% 0%) - computed 
+PASS circle(at right 80px top) serializes as circle(at right 80px top 0%) - computed 
+PASS circle(at left 50% top 50%) serializes as circle(at 50% 50%) - computed 
+PASS circle(at left 50% top 50px) serializes as circle(at 50% 50px) - computed 
+PASS circle(at left 50% bottom 70%) serializes as circle(at 50% 30%) - computed 
+PASS circle(at left 50% bottom 70px) serializes as circle(at left 50% bottom 70px) - computed 
+PASS circle(at left 50px top 50%) serializes as circle(at 50px 50%) - computed 
+PASS circle(at left 50px top 50px) serializes as circle(at 50px 50px) - computed 
+PASS circle(at left 50px bottom 70%) serializes as circle(at 50px 30%) - computed 
+PASS circle(at left 50px bottom 70px) serializes as circle(at left 50px bottom 70px) - computed 
+PASS circle(at top 50% left 50%) serializes as circle(at 50% 50%) - computed 
+PASS circle(at top 50% left 50px) serializes as circle(at 50px 50%) - computed 
+PASS circle(at top 50% right 80%) serializes as circle(at 20% 50%) - computed 
+PASS circle(at top 50% right 80px) serializes as circle(at right 80px top 50%) - computed 
+PASS circle(at top 50px left 50%) serializes as circle(at 50% 50px) - computed 
+PASS circle(at top 50px left 50px) serializes as circle(at 50px 50px) - computed 
+PASS circle(at top 50px right 80%) serializes as circle(at 20% 50px) - computed 
+PASS circle(at top 50px right 80px) serializes as circle(at right 80px top 50px) - computed 
+PASS circle(at bottom 70% left 50%) serializes as circle(at 50% 30%) - computed 
+PASS circle(at bottom 70% left 50px) serializes as circle(at 50px 30%) - computed 
+PASS circle(at bottom 70% right 80%) serializes as circle(at 20% 30%) - computed 
+PASS circle(at bottom 70% right 80px) serializes as circle(at right 80px top 30%) - computed 
+PASS circle(at bottom 70px left 50%) serializes as circle(at left 50% bottom 70px) - computed 
+PASS circle(at bottom 70px left 50px) serializes as circle(at left 50px bottom 70px) - computed 
+PASS circle(at bottom 70px right 80%) serializes as circle(at left 20% bottom 70px) - computed 
+PASS circle(at bottom 70px right 80px) serializes as circle(at right 80px bottom 70px) - computed 
+PASS circle(at right 80% top 50%) serializes as circle(at 20% 50%) - computed 
+PASS circle(at right 80% top 50px) serializes as circle(at 20% 50px) - computed 
+PASS circle(at right 80% bottom 70%) serializes as circle(at 20% 30%) - computed 
+PASS circle(at right 80% bottom 70px) serializes as circle(at left 20% bottom 70px) - computed 
+PASS circle(at right 80px top 50%) serializes as circle(at right 80px top 50%) - computed 
+PASS circle(at right 80px top 50px) serializes as circle(at right 80px top 50px) - computed 
+PASS circle(at right 80px bottom 70%) serializes as circle(at right 80px top 30%) - computed 
+PASS circle(at right 80px bottom 70px) serializes as circle(at right 80px bottom 70px) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-002-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-003-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-003-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,127 @@
</span><ins>+
+FAIL circle(at 50% left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 50px left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 80% right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 80px right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left right 80%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left right 80px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top bottom 80%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top bottom 80px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom bottom 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom bottom 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right right 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right right 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% center) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px center) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50% right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50px right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50% left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50px left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50% bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50px bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50% top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50px top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70% top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70px top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70% bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70px bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80% left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80px left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% bottom 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% bottom 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% right 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% right 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% center 65%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60% center 65px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px bottom 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px bottom 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px right 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px right 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px center 65%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at center 60px center 65px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50% center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50% center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50% right 80%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50% right 80px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50% left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50% left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50px center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50px center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50px right 80%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50px right 80px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50px left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50px left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50% center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50% center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50% bottom 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50% bottom 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50% top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50% top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50px center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50px center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50px bottom 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50px bottom 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50px top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at top 50px top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70% center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70% center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70% top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70% top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70% bottom 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70% bottom 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70px center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70px center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70px top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70px top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70px bottom 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at bottom 70px bottom 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80% center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80% center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80% left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80% left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80% right 85%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80% right 85px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80px center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80px center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80px left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80px left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80px right 85%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at right 80px right 85px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-003-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle004expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-004-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-004-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-004-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,1510 @@
</span><ins>+
+PASS test unit (inline): cm - circle(at 50cm) 
+PASS test unit (inline): cm - circle(at 50% 50cm) 
+PASS test unit (inline): cm - circle(at 50cm 50%) 
+PASS test unit (inline): cm - circle(at 50cm 50cm) 
+PASS test unit (inline): cm - circle(at left 50cm) 
+PASS test unit (inline): cm - circle(at 50cm top) 
+PASS test unit (inline): cm - circle(at right 80cm) 
+PASS test unit (inline): cm - circle(at 70cm bottom) 
+PASS test unit (inline): cm - circle(at center 60cm) 
+PASS test unit (inline): cm - circle(at 60cm center) 
+PASS test unit (inline): cm - circle(at center top 50cm) 
+PASS test unit (inline): cm - circle(at center left 50cm) 
+PASS test unit (inline): cm - circle(at center right 70cm) 
+PASS test unit (inline): cm - circle(at center bottom 70cm) 
+PASS test unit (inline): cm - circle(at left top 50cm) 
+PASS test unit (inline): cm - circle(at left bottom 70cm) 
+PASS test unit (inline): cm - circle(at top left 50cm) 
+PASS test unit (inline): cm - circle(at top right 70cm) 
+PASS test unit (inline): cm - circle(at bottom left 50cm) 
+PASS test unit (inline): cm - circle(at bottom right 70cm) 
+PASS test unit (inline): cm - circle(at right bottom 70cm) 
+PASS test unit (inline): cm - circle(at right top 50cm) 
+PASS test unit (inline): cm - circle(at left 50cm center) 
+PASS test unit (inline): cm - circle(at left 50cm top) 
+PASS test unit (inline): cm - circle(at left 50cm bottom) 
+PASS test unit (inline): cm - circle(at top 50cm center) 
+PASS test unit (inline): cm - circle(at top 50cm left) 
+PASS test unit (inline): cm - circle(at top 50cm right) 
+PASS test unit (inline): cm - circle(at bottom 70cm center) 
+PASS test unit (inline): cm - circle(at bottom 70cm left) 
+PASS test unit (inline): cm - circle(at bottom 70cm right) 
+PASS test unit (inline): cm - circle(at right 80cm center) 
+PASS test unit (inline): cm - circle(at right 80cm bottom) 
+PASS test unit (inline): cm - circle(at right 80cm top) 
+PASS test unit (inline): cm - circle(at left 50% top 50cm) 
+PASS test unit (inline): cm - circle(at left 50% bottom 70cm) 
+PASS test unit (inline): cm - circle(at left 50cm top 50%) 
+PASS test unit (inline): cm - circle(at left 50cm top 50cm) 
+PASS test unit (inline): cm - circle(at left 50cm bottom 70%) 
+PASS test unit (inline): cm - circle(at left 50cm bottom 70cm) 
+PASS test unit (inline): cm - circle(at top 50% left 50cm) 
+PASS test unit (inline): cm - circle(at top 50% right 80cm) 
+PASS test unit (inline): cm - circle(at top 50cm left 50%) 
+PASS test unit (inline): cm - circle(at top 50cm left 50cm) 
+PASS test unit (inline): cm - circle(at top 50cm right 80%) 
+PASS test unit (inline): cm - circle(at top 50cm right 80cm) 
+PASS test unit (inline): cm - circle(at bottom 70% left 50cm) 
+PASS test unit (inline): cm - circle(at bottom 70% right 80cm) 
+PASS test unit (inline): cm - circle(at bottom 70cm left 50%) 
+PASS test unit (inline): cm - circle(at bottom 70cm left 50cm) 
+PASS test unit (inline): cm - circle(at bottom 70cm right 80%) 
+PASS test unit (inline): cm - circle(at bottom 70cm right 80cm) 
+PASS test unit (inline): cm - circle(at right 80% top 50cm) 
+PASS test unit (inline): cm - circle(at right 80% bottom 70cm) 
+PASS test unit (inline): cm - circle(at right 80cm top 50%) 
+PASS test unit (inline): cm - circle(at right 80cm top 50cm) 
+PASS test unit (inline): cm - circle(at right 80cm bottom 70%) 
+PASS test unit (inline): cm - circle(at right 80cm bottom 70cm) 
+PASS test unit (inline): mm - circle(at 50mm) 
+PASS test unit (inline): mm - circle(at 50% 50mm) 
+PASS test unit (inline): mm - circle(at 50mm 50%) 
+PASS test unit (inline): mm - circle(at 50mm 50mm) 
+PASS test unit (inline): mm - circle(at left 50mm) 
+PASS test unit (inline): mm - circle(at 50mm top) 
+PASS test unit (inline): mm - circle(at right 80mm) 
+PASS test unit (inline): mm - circle(at 70mm bottom) 
+PASS test unit (inline): mm - circle(at center 60mm) 
+PASS test unit (inline): mm - circle(at 60mm center) 
+PASS test unit (inline): mm - circle(at center top 50mm) 
+PASS test unit (inline): mm - circle(at center left 50mm) 
+PASS test unit (inline): mm - circle(at center right 70mm) 
+PASS test unit (inline): mm - circle(at center bottom 70mm) 
+PASS test unit (inline): mm - circle(at left top 50mm) 
+PASS test unit (inline): mm - circle(at left bottom 70mm) 
+PASS test unit (inline): mm - circle(at top left 50mm) 
+PASS test unit (inline): mm - circle(at top right 70mm) 
+PASS test unit (inline): mm - circle(at bottom left 50mm) 
+PASS test unit (inline): mm - circle(at bottom right 70mm) 
+PASS test unit (inline): mm - circle(at right bottom 70mm) 
+PASS test unit (inline): mm - circle(at right top 50mm) 
+PASS test unit (inline): mm - circle(at left 50mm center) 
+PASS test unit (inline): mm - circle(at left 50mm top) 
+PASS test unit (inline): mm - circle(at left 50mm bottom) 
+PASS test unit (inline): mm - circle(at top 50mm center) 
+PASS test unit (inline): mm - circle(at top 50mm left) 
+PASS test unit (inline): mm - circle(at top 50mm right) 
+PASS test unit (inline): mm - circle(at bottom 70mm center) 
+PASS test unit (inline): mm - circle(at bottom 70mm left) 
+PASS test unit (inline): mm - circle(at bottom 70mm right) 
+PASS test unit (inline): mm - circle(at right 80mm center) 
+PASS test unit (inline): mm - circle(at right 80mm bottom) 
+PASS test unit (inline): mm - circle(at right 80mm top) 
+PASS test unit (inline): mm - circle(at left 50% top 50mm) 
+PASS test unit (inline): mm - circle(at left 50% bottom 70mm) 
+PASS test unit (inline): mm - circle(at left 50mm top 50%) 
+PASS test unit (inline): mm - circle(at left 50mm top 50mm) 
+PASS test unit (inline): mm - circle(at left 50mm bottom 70%) 
+PASS test unit (inline): mm - circle(at left 50mm bottom 70mm) 
+PASS test unit (inline): mm - circle(at top 50% left 50mm) 
+PASS test unit (inline): mm - circle(at top 50% right 80mm) 
+PASS test unit (inline): mm - circle(at top 50mm left 50%) 
+PASS test unit (inline): mm - circle(at top 50mm left 50mm) 
+PASS test unit (inline): mm - circle(at top 50mm right 80%) 
+PASS test unit (inline): mm - circle(at top 50mm right 80mm) 
+PASS test unit (inline): mm - circle(at bottom 70% left 50mm) 
+PASS test unit (inline): mm - circle(at bottom 70% right 80mm) 
+PASS test unit (inline): mm - circle(at bottom 70mm left 50%) 
+PASS test unit (inline): mm - circle(at bottom 70mm left 50mm) 
+PASS test unit (inline): mm - circle(at bottom 70mm right 80%) 
+PASS test unit (inline): mm - circle(at bottom 70mm right 80mm) 
+PASS test unit (inline): mm - circle(at right 80% top 50mm) 
+PASS test unit (inline): mm - circle(at right 80% bottom 70mm) 
+PASS test unit (inline): mm - circle(at right 80mm top 50%) 
+PASS test unit (inline): mm - circle(at right 80mm top 50mm) 
+PASS test unit (inline): mm - circle(at right 80mm bottom 70%) 
+PASS test unit (inline): mm - circle(at right 80mm bottom 70mm) 
+PASS test unit (inline): in - circle(at 50in) 
+PASS test unit (inline): in - circle(at 50% 50in) 
+PASS test unit (inline): in - circle(at 50in 50%) 
+PASS test unit (inline): in - circle(at 50in 50in) 
+PASS test unit (inline): in - circle(at left 50in) 
+PASS test unit (inline): in - circle(at 50in top) 
+PASS test unit (inline): in - circle(at right 80in) 
+PASS test unit (inline): in - circle(at 70in bottom) 
+PASS test unit (inline): in - circle(at center 60in) 
+PASS test unit (inline): in - circle(at 60in center) 
+PASS test unit (inline): in - circle(at center top 50in) 
+PASS test unit (inline): in - circle(at center left 50in) 
+PASS test unit (inline): in - circle(at center right 70in) 
+PASS test unit (inline): in - circle(at center bottom 70in) 
+PASS test unit (inline): in - circle(at left top 50in) 
+PASS test unit (inline): in - circle(at left bottom 70in) 
+PASS test unit (inline): in - circle(at top left 50in) 
+PASS test unit (inline): in - circle(at top right 70in) 
+PASS test unit (inline): in - circle(at bottom left 50in) 
+PASS test unit (inline): in - circle(at bottom right 70in) 
+PASS test unit (inline): in - circle(at right bottom 70in) 
+PASS test unit (inline): in - circle(at right top 50in) 
+PASS test unit (inline): in - circle(at left 50in center) 
+PASS test unit (inline): in - circle(at left 50in top) 
+PASS test unit (inline): in - circle(at left 50in bottom) 
+PASS test unit (inline): in - circle(at top 50in center) 
+PASS test unit (inline): in - circle(at top 50in left) 
+PASS test unit (inline): in - circle(at top 50in right) 
+PASS test unit (inline): in - circle(at bottom 70in center) 
+PASS test unit (inline): in - circle(at bottom 70in left) 
+PASS test unit (inline): in - circle(at bottom 70in right) 
+PASS test unit (inline): in - circle(at right 80in center) 
+PASS test unit (inline): in - circle(at right 80in bottom) 
+PASS test unit (inline): in - circle(at right 80in top) 
+PASS test unit (inline): in - circle(at left 50% top 50in) 
+PASS test unit (inline): in - circle(at left 50% bottom 70in) 
+PASS test unit (inline): in - circle(at left 50in top 50%) 
+PASS test unit (inline): in - circle(at left 50in top 50in) 
+PASS test unit (inline): in - circle(at left 50in bottom 70%) 
+PASS test unit (inline): in - circle(at left 50in bottom 70in) 
+PASS test unit (inline): in - circle(at top 50% left 50in) 
+PASS test unit (inline): in - circle(at top 50% right 80in) 
+PASS test unit (inline): in - circle(at top 50in left 50%) 
+PASS test unit (inline): in - circle(at top 50in left 50in) 
+PASS test unit (inline): in - circle(at top 50in right 80%) 
+PASS test unit (inline): in - circle(at top 50in right 80in) 
+PASS test unit (inline): in - circle(at bottom 70% left 50in) 
+PASS test unit (inline): in - circle(at bottom 70% right 80in) 
+PASS test unit (inline): in - circle(at bottom 70in left 50%) 
+PASS test unit (inline): in - circle(at bottom 70in left 50in) 
+PASS test unit (inline): in - circle(at bottom 70in right 80%) 
+PASS test unit (inline): in - circle(at bottom 70in right 80in) 
+PASS test unit (inline): in - circle(at right 80% top 50in) 
+PASS test unit (inline): in - circle(at right 80% bottom 70in) 
+PASS test unit (inline): in - circle(at right 80in top 50%) 
+PASS test unit (inline): in - circle(at right 80in top 50in) 
+PASS test unit (inline): in - circle(at right 80in bottom 70%) 
+PASS test unit (inline): in - circle(at right 80in bottom 70in) 
+PASS test unit (inline): pt - circle(at 50pt) 
+PASS test unit (inline): pt - circle(at 50% 50pt) 
+PASS test unit (inline): pt - circle(at 50pt 50%) 
+PASS test unit (inline): pt - circle(at 50pt 50pt) 
+PASS test unit (inline): pt - circle(at left 50pt) 
+PASS test unit (inline): pt - circle(at 50pt top) 
+PASS test unit (inline): pt - circle(at right 80pt) 
+PASS test unit (inline): pt - circle(at 70pt bottom) 
+PASS test unit (inline): pt - circle(at center 60pt) 
+PASS test unit (inline): pt - circle(at 60pt center) 
+PASS test unit (inline): pt - circle(at center top 50pt) 
+PASS test unit (inline): pt - circle(at center left 50pt) 
+PASS test unit (inline): pt - circle(at center right 70pt) 
+PASS test unit (inline): pt - circle(at center bottom 70pt) 
+PASS test unit (inline): pt - circle(at left top 50pt) 
+PASS test unit (inline): pt - circle(at left bottom 70pt) 
+PASS test unit (inline): pt - circle(at top left 50pt) 
+PASS test unit (inline): pt - circle(at top right 70pt) 
+PASS test unit (inline): pt - circle(at bottom left 50pt) 
+PASS test unit (inline): pt - circle(at bottom right 70pt) 
+PASS test unit (inline): pt - circle(at right bottom 70pt) 
+PASS test unit (inline): pt - circle(at right top 50pt) 
+PASS test unit (inline): pt - circle(at left 50pt center) 
+PASS test unit (inline): pt - circle(at left 50pt top) 
+PASS test unit (inline): pt - circle(at left 50pt bottom) 
+PASS test unit (inline): pt - circle(at top 50pt center) 
+PASS test unit (inline): pt - circle(at top 50pt left) 
+PASS test unit (inline): pt - circle(at top 50pt right) 
+PASS test unit (inline): pt - circle(at bottom 70pt center) 
+PASS test unit (inline): pt - circle(at bottom 70pt left) 
+PASS test unit (inline): pt - circle(at bottom 70pt right) 
+PASS test unit (inline): pt - circle(at right 80pt center) 
+PASS test unit (inline): pt - circle(at right 80pt bottom) 
+PASS test unit (inline): pt - circle(at right 80pt top) 
+PASS test unit (inline): pt - circle(at left 50% top 50pt) 
+PASS test unit (inline): pt - circle(at left 50% bottom 70pt) 
+PASS test unit (inline): pt - circle(at left 50pt top 50%) 
+PASS test unit (inline): pt - circle(at left 50pt top 50pt) 
+PASS test unit (inline): pt - circle(at left 50pt bottom 70%) 
+PASS test unit (inline): pt - circle(at left 50pt bottom 70pt) 
+PASS test unit (inline): pt - circle(at top 50% left 50pt) 
+PASS test unit (inline): pt - circle(at top 50% right 80pt) 
+PASS test unit (inline): pt - circle(at top 50pt left 50%) 
+PASS test unit (inline): pt - circle(at top 50pt left 50pt) 
+PASS test unit (inline): pt - circle(at top 50pt right 80%) 
+PASS test unit (inline): pt - circle(at top 50pt right 80pt) 
+PASS test unit (inline): pt - circle(at bottom 70% left 50pt) 
+PASS test unit (inline): pt - circle(at bottom 70% right 80pt) 
+PASS test unit (inline): pt - circle(at bottom 70pt left 50%) 
+PASS test unit (inline): pt - circle(at bottom 70pt left 50pt) 
+PASS test unit (inline): pt - circle(at bottom 70pt right 80%) 
+PASS test unit (inline): pt - circle(at bottom 70pt right 80pt) 
+PASS test unit (inline): pt - circle(at right 80% top 50pt) 
+PASS test unit (inline): pt - circle(at right 80% bottom 70pt) 
+PASS test unit (inline): pt - circle(at right 80pt top 50%) 
+PASS test unit (inline): pt - circle(at right 80pt top 50pt) 
+PASS test unit (inline): pt - circle(at right 80pt bottom 70%) 
+PASS test unit (inline): pt - circle(at right 80pt bottom 70pt) 
+PASS test unit (inline): pc - circle(at 50pc) 
+PASS test unit (inline): pc - circle(at 50% 50pc) 
+PASS test unit (inline): pc - circle(at 50pc 50%) 
+PASS test unit (inline): pc - circle(at 50pc 50pc) 
+PASS test unit (inline): pc - circle(at left 50pc) 
+PASS test unit (inline): pc - circle(at 50pc top) 
+PASS test unit (inline): pc - circle(at right 80pc) 
+PASS test unit (inline): pc - circle(at 70pc bottom) 
+PASS test unit (inline): pc - circle(at center 60pc) 
+PASS test unit (inline): pc - circle(at 60pc center) 
+PASS test unit (inline): pc - circle(at center top 50pc) 
+PASS test unit (inline): pc - circle(at center left 50pc) 
+PASS test unit (inline): pc - circle(at center right 70pc) 
+PASS test unit (inline): pc - circle(at center bottom 70pc) 
+PASS test unit (inline): pc - circle(at left top 50pc) 
+PASS test unit (inline): pc - circle(at left bottom 70pc) 
+PASS test unit (inline): pc - circle(at top left 50pc) 
+PASS test unit (inline): pc - circle(at top right 70pc) 
+PASS test unit (inline): pc - circle(at bottom left 50pc) 
+PASS test unit (inline): pc - circle(at bottom right 70pc) 
+PASS test unit (inline): pc - circle(at right bottom 70pc) 
+PASS test unit (inline): pc - circle(at right top 50pc) 
+PASS test unit (inline): pc - circle(at left 50pc center) 
+PASS test unit (inline): pc - circle(at left 50pc top) 
+PASS test unit (inline): pc - circle(at left 50pc bottom) 
+PASS test unit (inline): pc - circle(at top 50pc center) 
+PASS test unit (inline): pc - circle(at top 50pc left) 
+PASS test unit (inline): pc - circle(at top 50pc right) 
+PASS test unit (inline): pc - circle(at bottom 70pc center) 
+PASS test unit (inline): pc - circle(at bottom 70pc left) 
+PASS test unit (inline): pc - circle(at bottom 70pc right) 
+PASS test unit (inline): pc - circle(at right 80pc center) 
+PASS test unit (inline): pc - circle(at right 80pc bottom) 
+PASS test unit (inline): pc - circle(at right 80pc top) 
+PASS test unit (inline): pc - circle(at left 50% top 50pc) 
+PASS test unit (inline): pc - circle(at left 50% bottom 70pc) 
+PASS test unit (inline): pc - circle(at left 50pc top 50%) 
+PASS test unit (inline): pc - circle(at left 50pc top 50pc) 
+PASS test unit (inline): pc - circle(at left 50pc bottom 70%) 
+PASS test unit (inline): pc - circle(at left 50pc bottom 70pc) 
+PASS test unit (inline): pc - circle(at top 50% left 50pc) 
+PASS test unit (inline): pc - circle(at top 50% right 80pc) 
+PASS test unit (inline): pc - circle(at top 50pc left 50%) 
+PASS test unit (inline): pc - circle(at top 50pc left 50pc) 
+PASS test unit (inline): pc - circle(at top 50pc right 80%) 
+PASS test unit (inline): pc - circle(at top 50pc right 80pc) 
+PASS test unit (inline): pc - circle(at bottom 70% left 50pc) 
+PASS test unit (inline): pc - circle(at bottom 70% right 80pc) 
+PASS test unit (inline): pc - circle(at bottom 70pc left 50%) 
+PASS test unit (inline): pc - circle(at bottom 70pc left 50pc) 
+PASS test unit (inline): pc - circle(at bottom 70pc right 80%) 
+PASS test unit (inline): pc - circle(at bottom 70pc right 80pc) 
+PASS test unit (inline): pc - circle(at right 80% top 50pc) 
+PASS test unit (inline): pc - circle(at right 80% bottom 70pc) 
+PASS test unit (inline): pc - circle(at right 80pc top 50%) 
+PASS test unit (inline): pc - circle(at right 80pc top 50pc) 
+PASS test unit (inline): pc - circle(at right 80pc bottom 70%) 
+PASS test unit (inline): pc - circle(at right 80pc bottom 70pc) 
+PASS test unit (inline): em - circle(at 50em) 
+PASS test unit (inline): em - circle(at 50% 50em) 
+PASS test unit (inline): em - circle(at 50em 50%) 
+PASS test unit (inline): em - circle(at 50em 50em) 
+PASS test unit (inline): em - circle(at left 50em) 
+PASS test unit (inline): em - circle(at 50em top) 
+PASS test unit (inline): em - circle(at right 80em) 
+PASS test unit (inline): em - circle(at 70em bottom) 
+PASS test unit (inline): em - circle(at center 60em) 
+PASS test unit (inline): em - circle(at 60em center) 
+PASS test unit (inline): em - circle(at center top 50em) 
+PASS test unit (inline): em - circle(at center left 50em) 
+PASS test unit (inline): em - circle(at center right 70em) 
+PASS test unit (inline): em - circle(at center bottom 70em) 
+PASS test unit (inline): em - circle(at left top 50em) 
+PASS test unit (inline): em - circle(at left bottom 70em) 
+PASS test unit (inline): em - circle(at top left 50em) 
+PASS test unit (inline): em - circle(at top right 70em) 
+PASS test unit (inline): em - circle(at bottom left 50em) 
+PASS test unit (inline): em - circle(at bottom right 70em) 
+PASS test unit (inline): em - circle(at right bottom 70em) 
+PASS test unit (inline): em - circle(at right top 50em) 
+PASS test unit (inline): em - circle(at left 50em center) 
+PASS test unit (inline): em - circle(at left 50em top) 
+PASS test unit (inline): em - circle(at left 50em bottom) 
+PASS test unit (inline): em - circle(at top 50em center) 
+PASS test unit (inline): em - circle(at top 50em left) 
+PASS test unit (inline): em - circle(at top 50em right) 
+PASS test unit (inline): em - circle(at bottom 70em center) 
+PASS test unit (inline): em - circle(at bottom 70em left) 
+PASS test unit (inline): em - circle(at bottom 70em right) 
+PASS test unit (inline): em - circle(at right 80em center) 
+PASS test unit (inline): em - circle(at right 80em bottom) 
+PASS test unit (inline): em - circle(at right 80em top) 
+PASS test unit (inline): em - circle(at left 50% top 50em) 
+PASS test unit (inline): em - circle(at left 50% bottom 70em) 
+PASS test unit (inline): em - circle(at left 50em top 50%) 
+PASS test unit (inline): em - circle(at left 50em top 50em) 
+PASS test unit (inline): em - circle(at left 50em bottom 70%) 
+PASS test unit (inline): em - circle(at left 50em bottom 70em) 
+PASS test unit (inline): em - circle(at top 50% left 50em) 
+PASS test unit (inline): em - circle(at top 50% right 80em) 
+PASS test unit (inline): em - circle(at top 50em left 50%) 
+PASS test unit (inline): em - circle(at top 50em left 50em) 
+PASS test unit (inline): em - circle(at top 50em right 80%) 
+PASS test unit (inline): em - circle(at top 50em right 80em) 
+PASS test unit (inline): em - circle(at bottom 70% left 50em) 
+PASS test unit (inline): em - circle(at bottom 70% right 80em) 
+PASS test unit (inline): em - circle(at bottom 70em left 50%) 
+PASS test unit (inline): em - circle(at bottom 70em left 50em) 
+PASS test unit (inline): em - circle(at bottom 70em right 80%) 
+PASS test unit (inline): em - circle(at bottom 70em right 80em) 
+PASS test unit (inline): em - circle(at right 80% top 50em) 
+PASS test unit (inline): em - circle(at right 80% bottom 70em) 
+PASS test unit (inline): em - circle(at right 80em top 50%) 
+PASS test unit (inline): em - circle(at right 80em top 50em) 
+PASS test unit (inline): em - circle(at right 80em bottom 70%) 
+PASS test unit (inline): em - circle(at right 80em bottom 70em) 
+PASS test unit (inline): ex - circle(at 50ex) 
+PASS test unit (inline): ex - circle(at 50% 50ex) 
+PASS test unit (inline): ex - circle(at 50ex 50%) 
+PASS test unit (inline): ex - circle(at 50ex 50ex) 
+PASS test unit (inline): ex - circle(at left 50ex) 
+PASS test unit (inline): ex - circle(at 50ex top) 
+PASS test unit (inline): ex - circle(at right 80ex) 
+PASS test unit (inline): ex - circle(at 70ex bottom) 
+PASS test unit (inline): ex - circle(at center 60ex) 
+PASS test unit (inline): ex - circle(at 60ex center) 
+PASS test unit (inline): ex - circle(at center top 50ex) 
+PASS test unit (inline): ex - circle(at center left 50ex) 
+PASS test unit (inline): ex - circle(at center right 70ex) 
+PASS test unit (inline): ex - circle(at center bottom 70ex) 
+PASS test unit (inline): ex - circle(at left top 50ex) 
+PASS test unit (inline): ex - circle(at left bottom 70ex) 
+PASS test unit (inline): ex - circle(at top left 50ex) 
+PASS test unit (inline): ex - circle(at top right 70ex) 
+PASS test unit (inline): ex - circle(at bottom left 50ex) 
+PASS test unit (inline): ex - circle(at bottom right 70ex) 
+PASS test unit (inline): ex - circle(at right bottom 70ex) 
+PASS test unit (inline): ex - circle(at right top 50ex) 
+PASS test unit (inline): ex - circle(at left 50ex center) 
+PASS test unit (inline): ex - circle(at left 50ex top) 
+PASS test unit (inline): ex - circle(at left 50ex bottom) 
+PASS test unit (inline): ex - circle(at top 50ex center) 
+PASS test unit (inline): ex - circle(at top 50ex left) 
+PASS test unit (inline): ex - circle(at top 50ex right) 
+PASS test unit (inline): ex - circle(at bottom 70ex center) 
+PASS test unit (inline): ex - circle(at bottom 70ex left) 
+PASS test unit (inline): ex - circle(at bottom 70ex right) 
+PASS test unit (inline): ex - circle(at right 80ex center) 
+PASS test unit (inline): ex - circle(at right 80ex bottom) 
+PASS test unit (inline): ex - circle(at right 80ex top) 
+PASS test unit (inline): ex - circle(at left 50% top 50ex) 
+PASS test unit (inline): ex - circle(at left 50% bottom 70ex) 
+PASS test unit (inline): ex - circle(at left 50ex top 50%) 
+PASS test unit (inline): ex - circle(at left 50ex top 50ex) 
+PASS test unit (inline): ex - circle(at left 50ex bottom 70%) 
+PASS test unit (inline): ex - circle(at left 50ex bottom 70ex) 
+PASS test unit (inline): ex - circle(at top 50% left 50ex) 
+PASS test unit (inline): ex - circle(at top 50% right 80ex) 
+PASS test unit (inline): ex - circle(at top 50ex left 50%) 
+PASS test unit (inline): ex - circle(at top 50ex left 50ex) 
+PASS test unit (inline): ex - circle(at top 50ex right 80%) 
+PASS test unit (inline): ex - circle(at top 50ex right 80ex) 
+PASS test unit (inline): ex - circle(at bottom 70% left 50ex) 
+PASS test unit (inline): ex - circle(at bottom 70% right 80ex) 
+PASS test unit (inline): ex - circle(at bottom 70ex left 50%) 
+PASS test unit (inline): ex - circle(at bottom 70ex left 50ex) 
+PASS test unit (inline): ex - circle(at bottom 70ex right 80%) 
+PASS test unit (inline): ex - circle(at bottom 70ex right 80ex) 
+PASS test unit (inline): ex - circle(at right 80% top 50ex) 
+PASS test unit (inline): ex - circle(at right 80% bottom 70ex) 
+PASS test unit (inline): ex - circle(at right 80ex top 50%) 
+PASS test unit (inline): ex - circle(at right 80ex top 50ex) 
+PASS test unit (inline): ex - circle(at right 80ex bottom 70%) 
+PASS test unit (inline): ex - circle(at right 80ex bottom 70ex) 
+PASS test unit (inline): ch - circle(at 50ch) 
+PASS test unit (inline): ch - circle(at 50% 50ch) 
+PASS test unit (inline): ch - circle(at 50ch 50%) 
+PASS test unit (inline): ch - circle(at 50ch 50ch) 
+PASS test unit (inline): ch - circle(at left 50ch) 
+PASS test unit (inline): ch - circle(at 50ch top) 
+PASS test unit (inline): ch - circle(at right 80ch) 
+PASS test unit (inline): ch - circle(at 70ch bottom) 
+PASS test unit (inline): ch - circle(at center 60ch) 
+PASS test unit (inline): ch - circle(at 60ch center) 
+PASS test unit (inline): ch - circle(at center top 50ch) 
+PASS test unit (inline): ch - circle(at center left 50ch) 
+PASS test unit (inline): ch - circle(at center right 70ch) 
+PASS test unit (inline): ch - circle(at center bottom 70ch) 
+PASS test unit (inline): ch - circle(at left top 50ch) 
+PASS test unit (inline): ch - circle(at left bottom 70ch) 
+PASS test unit (inline): ch - circle(at top left 50ch) 
+PASS test unit (inline): ch - circle(at top right 70ch) 
+PASS test unit (inline): ch - circle(at bottom left 50ch) 
+PASS test unit (inline): ch - circle(at bottom right 70ch) 
+PASS test unit (inline): ch - circle(at right bottom 70ch) 
+PASS test unit (inline): ch - circle(at right top 50ch) 
+PASS test unit (inline): ch - circle(at left 50ch center) 
+PASS test unit (inline): ch - circle(at left 50ch top) 
+PASS test unit (inline): ch - circle(at left 50ch bottom) 
+PASS test unit (inline): ch - circle(at top 50ch center) 
+PASS test unit (inline): ch - circle(at top 50ch left) 
+PASS test unit (inline): ch - circle(at top 50ch right) 
+PASS test unit (inline): ch - circle(at bottom 70ch center) 
+PASS test unit (inline): ch - circle(at bottom 70ch left) 
+PASS test unit (inline): ch - circle(at bottom 70ch right) 
+PASS test unit (inline): ch - circle(at right 80ch center) 
+PASS test unit (inline): ch - circle(at right 80ch bottom) 
+PASS test unit (inline): ch - circle(at right 80ch top) 
+PASS test unit (inline): ch - circle(at left 50% top 50ch) 
+PASS test unit (inline): ch - circle(at left 50% bottom 70ch) 
+PASS test unit (inline): ch - circle(at left 50ch top 50%) 
+PASS test unit (inline): ch - circle(at left 50ch top 50ch) 
+PASS test unit (inline): ch - circle(at left 50ch bottom 70%) 
+PASS test unit (inline): ch - circle(at left 50ch bottom 70ch) 
+PASS test unit (inline): ch - circle(at top 50% left 50ch) 
+PASS test unit (inline): ch - circle(at top 50% right 80ch) 
+PASS test unit (inline): ch - circle(at top 50ch left 50%) 
+PASS test unit (inline): ch - circle(at top 50ch left 50ch) 
+PASS test unit (inline): ch - circle(at top 50ch right 80%) 
+PASS test unit (inline): ch - circle(at top 50ch right 80ch) 
+PASS test unit (inline): ch - circle(at bottom 70% left 50ch) 
+PASS test unit (inline): ch - circle(at bottom 70% right 80ch) 
+PASS test unit (inline): ch - circle(at bottom 70ch left 50%) 
+PASS test unit (inline): ch - circle(at bottom 70ch left 50ch) 
+PASS test unit (inline): ch - circle(at bottom 70ch right 80%) 
+PASS test unit (inline): ch - circle(at bottom 70ch right 80ch) 
+PASS test unit (inline): ch - circle(at right 80% top 50ch) 
+PASS test unit (inline): ch - circle(at right 80% bottom 70ch) 
+PASS test unit (inline): ch - circle(at right 80ch top 50%) 
+PASS test unit (inline): ch - circle(at right 80ch top 50ch) 
+PASS test unit (inline): ch - circle(at right 80ch bottom 70%) 
+PASS test unit (inline): ch - circle(at right 80ch bottom 70ch) 
+PASS test unit (inline): rem - circle(at 50rem) 
+PASS test unit (inline): rem - circle(at 50% 50rem) 
+PASS test unit (inline): rem - circle(at 50rem 50%) 
+PASS test unit (inline): rem - circle(at 50rem 50rem) 
+PASS test unit (inline): rem - circle(at left 50rem) 
+PASS test unit (inline): rem - circle(at 50rem top) 
+PASS test unit (inline): rem - circle(at right 80rem) 
+PASS test unit (inline): rem - circle(at 70rem bottom) 
+PASS test unit (inline): rem - circle(at center 60rem) 
+PASS test unit (inline): rem - circle(at 60rem center) 
+PASS test unit (inline): rem - circle(at center top 50rem) 
+PASS test unit (inline): rem - circle(at center left 50rem) 
+PASS test unit (inline): rem - circle(at center right 70rem) 
+PASS test unit (inline): rem - circle(at center bottom 70rem) 
+PASS test unit (inline): rem - circle(at left top 50rem) 
+PASS test unit (inline): rem - circle(at left bottom 70rem) 
+PASS test unit (inline): rem - circle(at top left 50rem) 
+PASS test unit (inline): rem - circle(at top right 70rem) 
+PASS test unit (inline): rem - circle(at bottom left 50rem) 
+PASS test unit (inline): rem - circle(at bottom right 70rem) 
+PASS test unit (inline): rem - circle(at right bottom 70rem) 
+PASS test unit (inline): rem - circle(at right top 50rem) 
+PASS test unit (inline): rem - circle(at left 50rem center) 
+PASS test unit (inline): rem - circle(at left 50rem top) 
+PASS test unit (inline): rem - circle(at left 50rem bottom) 
+PASS test unit (inline): rem - circle(at top 50rem center) 
+PASS test unit (inline): rem - circle(at top 50rem left) 
+PASS test unit (inline): rem - circle(at top 50rem right) 
+PASS test unit (inline): rem - circle(at bottom 70rem center) 
+PASS test unit (inline): rem - circle(at bottom 70rem left) 
+PASS test unit (inline): rem - circle(at bottom 70rem right) 
+PASS test unit (inline): rem - circle(at right 80rem center) 
+PASS test unit (inline): rem - circle(at right 80rem bottom) 
+PASS test unit (inline): rem - circle(at right 80rem top) 
+PASS test unit (inline): rem - circle(at left 50% top 50rem) 
+PASS test unit (inline): rem - circle(at left 50% bottom 70rem) 
+PASS test unit (inline): rem - circle(at left 50rem top 50%) 
+PASS test unit (inline): rem - circle(at left 50rem top 50rem) 
+PASS test unit (inline): rem - circle(at left 50rem bottom 70%) 
+PASS test unit (inline): rem - circle(at left 50rem bottom 70rem) 
+PASS test unit (inline): rem - circle(at top 50% left 50rem) 
+PASS test unit (inline): rem - circle(at top 50% right 80rem) 
+PASS test unit (inline): rem - circle(at top 50rem left 50%) 
+PASS test unit (inline): rem - circle(at top 50rem left 50rem) 
+PASS test unit (inline): rem - circle(at top 50rem right 80%) 
+PASS test unit (inline): rem - circle(at top 50rem right 80rem) 
+PASS test unit (inline): rem - circle(at bottom 70% left 50rem) 
+PASS test unit (inline): rem - circle(at bottom 70% right 80rem) 
+PASS test unit (inline): rem - circle(at bottom 70rem left 50%) 
+PASS test unit (inline): rem - circle(at bottom 70rem left 50rem) 
+PASS test unit (inline): rem - circle(at bottom 70rem right 80%) 
+PASS test unit (inline): rem - circle(at bottom 70rem right 80rem) 
+PASS test unit (inline): rem - circle(at right 80% top 50rem) 
+PASS test unit (inline): rem - circle(at right 80% bottom 70rem) 
+PASS test unit (inline): rem - circle(at right 80rem top 50%) 
+PASS test unit (inline): rem - circle(at right 80rem top 50rem) 
+PASS test unit (inline): rem - circle(at right 80rem bottom 70%) 
+PASS test unit (inline): rem - circle(at right 80rem bottom 70rem) 
+PASS test unit (inline): vw - circle(at 50vw) 
+PASS test unit (inline): vw - circle(at 50% 50vw) 
+PASS test unit (inline): vw - circle(at 50vw 50%) 
+PASS test unit (inline): vw - circle(at 50vw 50vw) 
+PASS test unit (inline): vw - circle(at left 50vw) 
+PASS test unit (inline): vw - circle(at 50vw top) 
+PASS test unit (inline): vw - circle(at right 80vw) 
+PASS test unit (inline): vw - circle(at 70vw bottom) 
+PASS test unit (inline): vw - circle(at center 60vw) 
+PASS test unit (inline): vw - circle(at 60vw center) 
+PASS test unit (inline): vw - circle(at center top 50vw) 
+PASS test unit (inline): vw - circle(at center left 50vw) 
+PASS test unit (inline): vw - circle(at center right 70vw) 
+PASS test unit (inline): vw - circle(at center bottom 70vw) 
+PASS test unit (inline): vw - circle(at left top 50vw) 
+PASS test unit (inline): vw - circle(at left bottom 70vw) 
+PASS test unit (inline): vw - circle(at top left 50vw) 
+PASS test unit (inline): vw - circle(at top right 70vw) 
+PASS test unit (inline): vw - circle(at bottom left 50vw) 
+PASS test unit (inline): vw - circle(at bottom right 70vw) 
+PASS test unit (inline): vw - circle(at right bottom 70vw) 
+PASS test unit (inline): vw - circle(at right top 50vw) 
+PASS test unit (inline): vw - circle(at left 50vw center) 
+PASS test unit (inline): vw - circle(at left 50vw top) 
+PASS test unit (inline): vw - circle(at left 50vw bottom) 
+PASS test unit (inline): vw - circle(at top 50vw center) 
+PASS test unit (inline): vw - circle(at top 50vw left) 
+PASS test unit (inline): vw - circle(at top 50vw right) 
+PASS test unit (inline): vw - circle(at bottom 70vw center) 
+PASS test unit (inline): vw - circle(at bottom 70vw left) 
+PASS test unit (inline): vw - circle(at bottom 70vw right) 
+PASS test unit (inline): vw - circle(at right 80vw center) 
+PASS test unit (inline): vw - circle(at right 80vw bottom) 
+PASS test unit (inline): vw - circle(at right 80vw top) 
+PASS test unit (inline): vw - circle(at left 50% top 50vw) 
+PASS test unit (inline): vw - circle(at left 50% bottom 70vw) 
+PASS test unit (inline): vw - circle(at left 50vw top 50%) 
+PASS test unit (inline): vw - circle(at left 50vw top 50vw) 
+PASS test unit (inline): vw - circle(at left 50vw bottom 70%) 
+PASS test unit (inline): vw - circle(at left 50vw bottom 70vw) 
+PASS test unit (inline): vw - circle(at top 50% left 50vw) 
+PASS test unit (inline): vw - circle(at top 50% right 80vw) 
+PASS test unit (inline): vw - circle(at top 50vw left 50%) 
+PASS test unit (inline): vw - circle(at top 50vw left 50vw) 
+PASS test unit (inline): vw - circle(at top 50vw right 80%) 
+PASS test unit (inline): vw - circle(at top 50vw right 80vw) 
+PASS test unit (inline): vw - circle(at bottom 70% left 50vw) 
+PASS test unit (inline): vw - circle(at bottom 70% right 80vw) 
+PASS test unit (inline): vw - circle(at bottom 70vw left 50%) 
+PASS test unit (inline): vw - circle(at bottom 70vw left 50vw) 
+PASS test unit (inline): vw - circle(at bottom 70vw right 80%) 
+PASS test unit (inline): vw - circle(at bottom 70vw right 80vw) 
+PASS test unit (inline): vw - circle(at right 80% top 50vw) 
+PASS test unit (inline): vw - circle(at right 80% bottom 70vw) 
+PASS test unit (inline): vw - circle(at right 80vw top 50%) 
+PASS test unit (inline): vw - circle(at right 80vw top 50vw) 
+PASS test unit (inline): vw - circle(at right 80vw bottom 70%) 
+PASS test unit (inline): vw - circle(at right 80vw bottom 70vw) 
+PASS test unit (inline): vh - circle(at 50vh) 
+PASS test unit (inline): vh - circle(at 50% 50vh) 
+PASS test unit (inline): vh - circle(at 50vh 50%) 
+PASS test unit (inline): vh - circle(at 50vh 50vh) 
+PASS test unit (inline): vh - circle(at left 50vh) 
+PASS test unit (inline): vh - circle(at 50vh top) 
+PASS test unit (inline): vh - circle(at right 80vh) 
+PASS test unit (inline): vh - circle(at 70vh bottom) 
+PASS test unit (inline): vh - circle(at center 60vh) 
+PASS test unit (inline): vh - circle(at 60vh center) 
+PASS test unit (inline): vh - circle(at center top 50vh) 
+PASS test unit (inline): vh - circle(at center left 50vh) 
+PASS test unit (inline): vh - circle(at center right 70vh) 
+PASS test unit (inline): vh - circle(at center bottom 70vh) 
+PASS test unit (inline): vh - circle(at left top 50vh) 
+PASS test unit (inline): vh - circle(at left bottom 70vh) 
+PASS test unit (inline): vh - circle(at top left 50vh) 
+PASS test unit (inline): vh - circle(at top right 70vh) 
+PASS test unit (inline): vh - circle(at bottom left 50vh) 
+PASS test unit (inline): vh - circle(at bottom right 70vh) 
+PASS test unit (inline): vh - circle(at right bottom 70vh) 
+PASS test unit (inline): vh - circle(at right top 50vh) 
+PASS test unit (inline): vh - circle(at left 50vh center) 
+PASS test unit (inline): vh - circle(at left 50vh top) 
+PASS test unit (inline): vh - circle(at left 50vh bottom) 
+PASS test unit (inline): vh - circle(at top 50vh center) 
+PASS test unit (inline): vh - circle(at top 50vh left) 
+PASS test unit (inline): vh - circle(at top 50vh right) 
+PASS test unit (inline): vh - circle(at bottom 70vh center) 
+PASS test unit (inline): vh - circle(at bottom 70vh left) 
+PASS test unit (inline): vh - circle(at bottom 70vh right) 
+PASS test unit (inline): vh - circle(at right 80vh center) 
+PASS test unit (inline): vh - circle(at right 80vh bottom) 
+PASS test unit (inline): vh - circle(at right 80vh top) 
+PASS test unit (inline): vh - circle(at left 50% top 50vh) 
+PASS test unit (inline): vh - circle(at left 50% bottom 70vh) 
+PASS test unit (inline): vh - circle(at left 50vh top 50%) 
+PASS test unit (inline): vh - circle(at left 50vh top 50vh) 
+PASS test unit (inline): vh - circle(at left 50vh bottom 70%) 
+PASS test unit (inline): vh - circle(at left 50vh bottom 70vh) 
+PASS test unit (inline): vh - circle(at top 50% left 50vh) 
+PASS test unit (inline): vh - circle(at top 50% right 80vh) 
+PASS test unit (inline): vh - circle(at top 50vh left 50%) 
+PASS test unit (inline): vh - circle(at top 50vh left 50vh) 
+PASS test unit (inline): vh - circle(at top 50vh right 80%) 
+PASS test unit (inline): vh - circle(at top 50vh right 80vh) 
+PASS test unit (inline): vh - circle(at bottom 70% left 50vh) 
+PASS test unit (inline): vh - circle(at bottom 70% right 80vh) 
+PASS test unit (inline): vh - circle(at bottom 70vh left 50%) 
+PASS test unit (inline): vh - circle(at bottom 70vh left 50vh) 
+PASS test unit (inline): vh - circle(at bottom 70vh right 80%) 
+PASS test unit (inline): vh - circle(at bottom 70vh right 80vh) 
+PASS test unit (inline): vh - circle(at right 80% top 50vh) 
+PASS test unit (inline): vh - circle(at right 80% bottom 70vh) 
+PASS test unit (inline): vh - circle(at right 80vh top 50%) 
+PASS test unit (inline): vh - circle(at right 80vh top 50vh) 
+PASS test unit (inline): vh - circle(at right 80vh bottom 70%) 
+PASS test unit (inline): vh - circle(at right 80vh bottom 70vh) 
+PASS test unit (inline): vmin - circle(at 50vmin) 
+PASS test unit (inline): vmin - circle(at 50% 50vmin) 
+PASS test unit (inline): vmin - circle(at 50vmin 50%) 
+PASS test unit (inline): vmin - circle(at 50vmin 50vmin) 
+PASS test unit (inline): vmin - circle(at left 50vmin) 
+PASS test unit (inline): vmin - circle(at 50vmin top) 
+PASS test unit (inline): vmin - circle(at right 80vmin) 
+PASS test unit (inline): vmin - circle(at 70vmin bottom) 
+PASS test unit (inline): vmin - circle(at center 60vmin) 
+PASS test unit (inline): vmin - circle(at 60vmin center) 
+PASS test unit (inline): vmin - circle(at center top 50vmin) 
+PASS test unit (inline): vmin - circle(at center left 50vmin) 
+PASS test unit (inline): vmin - circle(at center right 70vmin) 
+PASS test unit (inline): vmin - circle(at center bottom 70vmin) 
+PASS test unit (inline): vmin - circle(at left top 50vmin) 
+PASS test unit (inline): vmin - circle(at left bottom 70vmin) 
+PASS test unit (inline): vmin - circle(at top left 50vmin) 
+PASS test unit (inline): vmin - circle(at top right 70vmin) 
+PASS test unit (inline): vmin - circle(at bottom left 50vmin) 
+PASS test unit (inline): vmin - circle(at bottom right 70vmin) 
+PASS test unit (inline): vmin - circle(at right bottom 70vmin) 
+PASS test unit (inline): vmin - circle(at right top 50vmin) 
+PASS test unit (inline): vmin - circle(at left 50vmin center) 
+PASS test unit (inline): vmin - circle(at left 50vmin top) 
+PASS test unit (inline): vmin - circle(at left 50vmin bottom) 
+PASS test unit (inline): vmin - circle(at top 50vmin center) 
+PASS test unit (inline): vmin - circle(at top 50vmin left) 
+PASS test unit (inline): vmin - circle(at top 50vmin right) 
+PASS test unit (inline): vmin - circle(at bottom 70vmin center) 
+PASS test unit (inline): vmin - circle(at bottom 70vmin left) 
+PASS test unit (inline): vmin - circle(at bottom 70vmin right) 
+PASS test unit (inline): vmin - circle(at right 80vmin center) 
+PASS test unit (inline): vmin - circle(at right 80vmin bottom) 
+PASS test unit (inline): vmin - circle(at right 80vmin top) 
+PASS test unit (inline): vmin - circle(at left 50% top 50vmin) 
+PASS test unit (inline): vmin - circle(at left 50% bottom 70vmin) 
+PASS test unit (inline): vmin - circle(at left 50vmin top 50%) 
+PASS test unit (inline): vmin - circle(at left 50vmin top 50vmin) 
+PASS test unit (inline): vmin - circle(at left 50vmin bottom 70%) 
+PASS test unit (inline): vmin - circle(at left 50vmin bottom 70vmin) 
+PASS test unit (inline): vmin - circle(at top 50% left 50vmin) 
+PASS test unit (inline): vmin - circle(at top 50% right 80vmin) 
+PASS test unit (inline): vmin - circle(at top 50vmin left 50%) 
+PASS test unit (inline): vmin - circle(at top 50vmin left 50vmin) 
+PASS test unit (inline): vmin - circle(at top 50vmin right 80%) 
+PASS test unit (inline): vmin - circle(at top 50vmin right 80vmin) 
+PASS test unit (inline): vmin - circle(at bottom 70% left 50vmin) 
+PASS test unit (inline): vmin - circle(at bottom 70% right 80vmin) 
+PASS test unit (inline): vmin - circle(at bottom 70vmin left 50%) 
+PASS test unit (inline): vmin - circle(at bottom 70vmin left 50vmin) 
+PASS test unit (inline): vmin - circle(at bottom 70vmin right 80%) 
+PASS test unit (inline): vmin - circle(at bottom 70vmin right 80vmin) 
+PASS test unit (inline): vmin - circle(at right 80% top 50vmin) 
+PASS test unit (inline): vmin - circle(at right 80% bottom 70vmin) 
+PASS test unit (inline): vmin - circle(at right 80vmin top 50%) 
+PASS test unit (inline): vmin - circle(at right 80vmin top 50vmin) 
+PASS test unit (inline): vmin - circle(at right 80vmin bottom 70%) 
+PASS test unit (inline): vmin - circle(at right 80vmin bottom 70vmin) 
+PASS test unit (inline): vmax - circle(at 50vmax) 
+PASS test unit (inline): vmax - circle(at 50% 50vmax) 
+PASS test unit (inline): vmax - circle(at 50vmax 50%) 
+PASS test unit (inline): vmax - circle(at 50vmax 50vmax) 
+PASS test unit (inline): vmax - circle(at left 50vmax) 
+PASS test unit (inline): vmax - circle(at 50vmax top) 
+PASS test unit (inline): vmax - circle(at right 80vmax) 
+PASS test unit (inline): vmax - circle(at 70vmax bottom) 
+PASS test unit (inline): vmax - circle(at center 60vmax) 
+PASS test unit (inline): vmax - circle(at 60vmax center) 
+PASS test unit (inline): vmax - circle(at center top 50vmax) 
+PASS test unit (inline): vmax - circle(at center left 50vmax) 
+PASS test unit (inline): vmax - circle(at center right 70vmax) 
+PASS test unit (inline): vmax - circle(at center bottom 70vmax) 
+PASS test unit (inline): vmax - circle(at left top 50vmax) 
+PASS test unit (inline): vmax - circle(at left bottom 70vmax) 
+PASS test unit (inline): vmax - circle(at top left 50vmax) 
+PASS test unit (inline): vmax - circle(at top right 70vmax) 
+PASS test unit (inline): vmax - circle(at bottom left 50vmax) 
+PASS test unit (inline): vmax - circle(at bottom right 70vmax) 
+PASS test unit (inline): vmax - circle(at right bottom 70vmax) 
+PASS test unit (inline): vmax - circle(at right top 50vmax) 
+PASS test unit (inline): vmax - circle(at left 50vmax center) 
+PASS test unit (inline): vmax - circle(at left 50vmax top) 
+PASS test unit (inline): vmax - circle(at left 50vmax bottom) 
+PASS test unit (inline): vmax - circle(at top 50vmax center) 
+PASS test unit (inline): vmax - circle(at top 50vmax left) 
+PASS test unit (inline): vmax - circle(at top 50vmax right) 
+PASS test unit (inline): vmax - circle(at bottom 70vmax center) 
+PASS test unit (inline): vmax - circle(at bottom 70vmax left) 
+PASS test unit (inline): vmax - circle(at bottom 70vmax right) 
+PASS test unit (inline): vmax - circle(at right 80vmax center) 
+PASS test unit (inline): vmax - circle(at right 80vmax bottom) 
+PASS test unit (inline): vmax - circle(at right 80vmax top) 
+PASS test unit (inline): vmax - circle(at left 50% top 50vmax) 
+PASS test unit (inline): vmax - circle(at left 50% bottom 70vmax) 
+PASS test unit (inline): vmax - circle(at left 50vmax top 50%) 
+PASS test unit (inline): vmax - circle(at left 50vmax top 50vmax) 
+PASS test unit (inline): vmax - circle(at left 50vmax bottom 70%) 
+PASS test unit (inline): vmax - circle(at left 50vmax bottom 70vmax) 
+PASS test unit (inline): vmax - circle(at top 50% left 50vmax) 
+PASS test unit (inline): vmax - circle(at top 50% right 80vmax) 
+PASS test unit (inline): vmax - circle(at top 50vmax left 50%) 
+PASS test unit (inline): vmax - circle(at top 50vmax left 50vmax) 
+PASS test unit (inline): vmax - circle(at top 50vmax right 80%) 
+PASS test unit (inline): vmax - circle(at top 50vmax right 80vmax) 
+PASS test unit (inline): vmax - circle(at bottom 70% left 50vmax) 
+PASS test unit (inline): vmax - circle(at bottom 70% right 80vmax) 
+PASS test unit (inline): vmax - circle(at bottom 70vmax left 50%) 
+PASS test unit (inline): vmax - circle(at bottom 70vmax left 50vmax) 
+PASS test unit (inline): vmax - circle(at bottom 70vmax right 80%) 
+PASS test unit (inline): vmax - circle(at bottom 70vmax right 80vmax) 
+PASS test unit (inline): vmax - circle(at right 80% top 50vmax) 
+PASS test unit (inline): vmax - circle(at right 80% bottom 70vmax) 
+PASS test unit (inline): vmax - circle(at right 80vmax top 50%) 
+PASS test unit (inline): vmax - circle(at right 80vmax top 50vmax) 
+PASS test unit (inline): vmax - circle(at right 80vmax bottom 70%) 
+PASS test unit (inline): vmax - circle(at right 80vmax bottom 70vmax) 
+PASS test unit (computed): cm - circle(at 50cm) 
+PASS test unit (computed): cm - circle(at 50% 50cm) 
+PASS test unit (computed): cm - circle(at 50cm 50%) 
+PASS test unit (computed): cm - circle(at 50cm 50cm) 
+PASS test unit (computed): cm - circle(at left 50cm) 
+PASS test unit (computed): cm - circle(at 50cm top) 
+PASS test unit (computed): cm - circle(at right 80cm) 
+PASS test unit (computed): cm - circle(at 70cm bottom) 
+PASS test unit (computed): cm - circle(at center 60cm) 
+PASS test unit (computed): cm - circle(at 60cm center) 
+PASS test unit (computed): cm - circle(at center top 50cm) 
+PASS test unit (computed): cm - circle(at center left 50cm) 
+PASS test unit (computed): cm - circle(at center right 70cm) 
+PASS test unit (computed): cm - circle(at center bottom 70cm) 
+PASS test unit (computed): cm - circle(at left top 50cm) 
+PASS test unit (computed): cm - circle(at left bottom 70cm) 
+PASS test unit (computed): cm - circle(at top left 50cm) 
+PASS test unit (computed): cm - circle(at top right 70cm) 
+PASS test unit (computed): cm - circle(at bottom left 50cm) 
+PASS test unit (computed): cm - circle(at bottom right 70cm) 
+PASS test unit (computed): cm - circle(at right bottom 70cm) 
+PASS test unit (computed): cm - circle(at right top 50cm) 
+PASS test unit (computed): cm - circle(at left 50cm center) 
+PASS test unit (computed): cm - circle(at left 50cm top) 
+PASS test unit (computed): cm - circle(at left 50cm bottom) 
+PASS test unit (computed): cm - circle(at top 50cm center) 
+PASS test unit (computed): cm - circle(at top 50cm left) 
+PASS test unit (computed): cm - circle(at top 50cm right) 
+PASS test unit (computed): cm - circle(at bottom 70cm center) 
+PASS test unit (computed): cm - circle(at bottom 70cm left) 
+PASS test unit (computed): cm - circle(at bottom 70cm right) 
+PASS test unit (computed): cm - circle(at right 80cm center) 
+PASS test unit (computed): cm - circle(at right 80cm bottom) 
+PASS test unit (computed): cm - circle(at right 80cm top) 
+PASS test unit (computed): cm - circle(at left 50% top 50cm) 
+PASS test unit (computed): cm - circle(at left 50% bottom 70cm) 
+PASS test unit (computed): cm - circle(at left 50cm top 50%) 
+PASS test unit (computed): cm - circle(at left 50cm top 50cm) 
+PASS test unit (computed): cm - circle(at left 50cm bottom 70%) 
+PASS test unit (computed): cm - circle(at left 50cm bottom 70cm) 
+PASS test unit (computed): cm - circle(at top 50% left 50cm) 
+PASS test unit (computed): cm - circle(at top 50% right 80cm) 
+PASS test unit (computed): cm - circle(at top 50cm left 50%) 
+PASS test unit (computed): cm - circle(at top 50cm left 50cm) 
+PASS test unit (computed): cm - circle(at top 50cm right 80%) 
+PASS test unit (computed): cm - circle(at top 50cm right 80cm) 
+PASS test unit (computed): cm - circle(at bottom 70% left 50cm) 
+PASS test unit (computed): cm - circle(at bottom 70% right 80cm) 
+PASS test unit (computed): cm - circle(at bottom 70cm left 50%) 
+PASS test unit (computed): cm - circle(at bottom 70cm left 50cm) 
+PASS test unit (computed): cm - circle(at bottom 70cm right 80%) 
+PASS test unit (computed): cm - circle(at bottom 70cm right 80cm) 
+PASS test unit (computed): cm - circle(at right 80% top 50cm) 
+PASS test unit (computed): cm - circle(at right 80% bottom 70cm) 
+PASS test unit (computed): cm - circle(at right 80cm top 50%) 
+PASS test unit (computed): cm - circle(at right 80cm top 50cm) 
+PASS test unit (computed): cm - circle(at right 80cm bottom 70%) 
+PASS test unit (computed): cm - circle(at right 80cm bottom 70cm) 
+PASS test unit (computed): mm - circle(at 50mm) 
+PASS test unit (computed): mm - circle(at 50% 50mm) 
+PASS test unit (computed): mm - circle(at 50mm 50%) 
+PASS test unit (computed): mm - circle(at 50mm 50mm) 
+PASS test unit (computed): mm - circle(at left 50mm) 
+PASS test unit (computed): mm - circle(at 50mm top) 
+PASS test unit (computed): mm - circle(at right 80mm) 
+PASS test unit (computed): mm - circle(at 70mm bottom) 
+PASS test unit (computed): mm - circle(at center 60mm) 
+PASS test unit (computed): mm - circle(at 60mm center) 
+PASS test unit (computed): mm - circle(at center top 50mm) 
+PASS test unit (computed): mm - circle(at center left 50mm) 
+PASS test unit (computed): mm - circle(at center right 70mm) 
+PASS test unit (computed): mm - circle(at center bottom 70mm) 
+PASS test unit (computed): mm - circle(at left top 50mm) 
+PASS test unit (computed): mm - circle(at left bottom 70mm) 
+PASS test unit (computed): mm - circle(at top left 50mm) 
+PASS test unit (computed): mm - circle(at top right 70mm) 
+PASS test unit (computed): mm - circle(at bottom left 50mm) 
+PASS test unit (computed): mm - circle(at bottom right 70mm) 
+PASS test unit (computed): mm - circle(at right bottom 70mm) 
+PASS test unit (computed): mm - circle(at right top 50mm) 
+PASS test unit (computed): mm - circle(at left 50mm center) 
+PASS test unit (computed): mm - circle(at left 50mm top) 
+PASS test unit (computed): mm - circle(at left 50mm bottom) 
+PASS test unit (computed): mm - circle(at top 50mm center) 
+PASS test unit (computed): mm - circle(at top 50mm left) 
+PASS test unit (computed): mm - circle(at top 50mm right) 
+PASS test unit (computed): mm - circle(at bottom 70mm center) 
+PASS test unit (computed): mm - circle(at bottom 70mm left) 
+PASS test unit (computed): mm - circle(at bottom 70mm right) 
+PASS test unit (computed): mm - circle(at right 80mm center) 
+PASS test unit (computed): mm - circle(at right 80mm bottom) 
+PASS test unit (computed): mm - circle(at right 80mm top) 
+PASS test unit (computed): mm - circle(at left 50% top 50mm) 
+PASS test unit (computed): mm - circle(at left 50% bottom 70mm) 
+PASS test unit (computed): mm - circle(at left 50mm top 50%) 
+PASS test unit (computed): mm - circle(at left 50mm top 50mm) 
+PASS test unit (computed): mm - circle(at left 50mm bottom 70%) 
+PASS test unit (computed): mm - circle(at left 50mm bottom 70mm) 
+PASS test unit (computed): mm - circle(at top 50% left 50mm) 
+PASS test unit (computed): mm - circle(at top 50% right 80mm) 
+PASS test unit (computed): mm - circle(at top 50mm left 50%) 
+PASS test unit (computed): mm - circle(at top 50mm left 50mm) 
+PASS test unit (computed): mm - circle(at top 50mm right 80%) 
+PASS test unit (computed): mm - circle(at top 50mm right 80mm) 
+PASS test unit (computed): mm - circle(at bottom 70% left 50mm) 
+PASS test unit (computed): mm - circle(at bottom 70% right 80mm) 
+PASS test unit (computed): mm - circle(at bottom 70mm left 50%) 
+PASS test unit (computed): mm - circle(at bottom 70mm left 50mm) 
+PASS test unit (computed): mm - circle(at bottom 70mm right 80%) 
+PASS test unit (computed): mm - circle(at bottom 70mm right 80mm) 
+PASS test unit (computed): mm - circle(at right 80% top 50mm) 
+PASS test unit (computed): mm - circle(at right 80% bottom 70mm) 
+PASS test unit (computed): mm - circle(at right 80mm top 50%) 
+PASS test unit (computed): mm - circle(at right 80mm top 50mm) 
+PASS test unit (computed): mm - circle(at right 80mm bottom 70%) 
+PASS test unit (computed): mm - circle(at right 80mm bottom 70mm) 
+PASS test unit (computed): in - circle(at 50in) 
+PASS test unit (computed): in - circle(at 50% 50in) 
+PASS test unit (computed): in - circle(at 50in 50%) 
+PASS test unit (computed): in - circle(at 50in 50in) 
+PASS test unit (computed): in - circle(at left 50in) 
+PASS test unit (computed): in - circle(at 50in top) 
+PASS test unit (computed): in - circle(at right 80in) 
+PASS test unit (computed): in - circle(at 70in bottom) 
+PASS test unit (computed): in - circle(at center 60in) 
+PASS test unit (computed): in - circle(at 60in center) 
+PASS test unit (computed): in - circle(at center top 50in) 
+PASS test unit (computed): in - circle(at center left 50in) 
+PASS test unit (computed): in - circle(at center right 70in) 
+PASS test unit (computed): in - circle(at center bottom 70in) 
+PASS test unit (computed): in - circle(at left top 50in) 
+PASS test unit (computed): in - circle(at left bottom 70in) 
+PASS test unit (computed): in - circle(at top left 50in) 
+PASS test unit (computed): in - circle(at top right 70in) 
+PASS test unit (computed): in - circle(at bottom left 50in) 
+PASS test unit (computed): in - circle(at bottom right 70in) 
+PASS test unit (computed): in - circle(at right bottom 70in) 
+PASS test unit (computed): in - circle(at right top 50in) 
+PASS test unit (computed): in - circle(at left 50in center) 
+PASS test unit (computed): in - circle(at left 50in top) 
+PASS test unit (computed): in - circle(at left 50in bottom) 
+PASS test unit (computed): in - circle(at top 50in center) 
+PASS test unit (computed): in - circle(at top 50in left) 
+PASS test unit (computed): in - circle(at top 50in right) 
+PASS test unit (computed): in - circle(at bottom 70in center) 
+PASS test unit (computed): in - circle(at bottom 70in left) 
+PASS test unit (computed): in - circle(at bottom 70in right) 
+PASS test unit (computed): in - circle(at right 80in center) 
+PASS test unit (computed): in - circle(at right 80in bottom) 
+PASS test unit (computed): in - circle(at right 80in top) 
+PASS test unit (computed): in - circle(at left 50% top 50in) 
+PASS test unit (computed): in - circle(at left 50% bottom 70in) 
+PASS test unit (computed): in - circle(at left 50in top 50%) 
+PASS test unit (computed): in - circle(at left 50in top 50in) 
+PASS test unit (computed): in - circle(at left 50in bottom 70%) 
+PASS test unit (computed): in - circle(at left 50in bottom 70in) 
+PASS test unit (computed): in - circle(at top 50% left 50in) 
+PASS test unit (computed): in - circle(at top 50% right 80in) 
+PASS test unit (computed): in - circle(at top 50in left 50%) 
+PASS test unit (computed): in - circle(at top 50in left 50in) 
+PASS test unit (computed): in - circle(at top 50in right 80%) 
+PASS test unit (computed): in - circle(at top 50in right 80in) 
+PASS test unit (computed): in - circle(at bottom 70% left 50in) 
+PASS test unit (computed): in - circle(at bottom 70% right 80in) 
+PASS test unit (computed): in - circle(at bottom 70in left 50%) 
+PASS test unit (computed): in - circle(at bottom 70in left 50in) 
+PASS test unit (computed): in - circle(at bottom 70in right 80%) 
+PASS test unit (computed): in - circle(at bottom 70in right 80in) 
+PASS test unit (computed): in - circle(at right 80% top 50in) 
+PASS test unit (computed): in - circle(at right 80% bottom 70in) 
+PASS test unit (computed): in - circle(at right 80in top 50%) 
+PASS test unit (computed): in - circle(at right 80in top 50in) 
+PASS test unit (computed): in - circle(at right 80in bottom 70%) 
+PASS test unit (computed): in - circle(at right 80in bottom 70in) 
+PASS test unit (computed): pt - circle(at 50pt) 
+PASS test unit (computed): pt - circle(at 50% 50pt) 
+PASS test unit (computed): pt - circle(at 50pt 50%) 
+PASS test unit (computed): pt - circle(at 50pt 50pt) 
+PASS test unit (computed): pt - circle(at left 50pt) 
+PASS test unit (computed): pt - circle(at 50pt top) 
+PASS test unit (computed): pt - circle(at right 80pt) 
+PASS test unit (computed): pt - circle(at 70pt bottom) 
+PASS test unit (computed): pt - circle(at center 60pt) 
+PASS test unit (computed): pt - circle(at 60pt center) 
+PASS test unit (computed): pt - circle(at center top 50pt) 
+PASS test unit (computed): pt - circle(at center left 50pt) 
+PASS test unit (computed): pt - circle(at center right 70pt) 
+PASS test unit (computed): pt - circle(at center bottom 70pt) 
+PASS test unit (computed): pt - circle(at left top 50pt) 
+PASS test unit (computed): pt - circle(at left bottom 70pt) 
+PASS test unit (computed): pt - circle(at top left 50pt) 
+PASS test unit (computed): pt - circle(at top right 70pt) 
+PASS test unit (computed): pt - circle(at bottom left 50pt) 
+PASS test unit (computed): pt - circle(at bottom right 70pt) 
+PASS test unit (computed): pt - circle(at right bottom 70pt) 
+PASS test unit (computed): pt - circle(at right top 50pt) 
+PASS test unit (computed): pt - circle(at left 50pt center) 
+PASS test unit (computed): pt - circle(at left 50pt top) 
+PASS test unit (computed): pt - circle(at left 50pt bottom) 
+PASS test unit (computed): pt - circle(at top 50pt center) 
+PASS test unit (computed): pt - circle(at top 50pt left) 
+PASS test unit (computed): pt - circle(at top 50pt right) 
+PASS test unit (computed): pt - circle(at bottom 70pt center) 
+PASS test unit (computed): pt - circle(at bottom 70pt left) 
+PASS test unit (computed): pt - circle(at bottom 70pt right) 
+PASS test unit (computed): pt - circle(at right 80pt center) 
+PASS test unit (computed): pt - circle(at right 80pt bottom) 
+PASS test unit (computed): pt - circle(at right 80pt top) 
+PASS test unit (computed): pt - circle(at left 50% top 50pt) 
+PASS test unit (computed): pt - circle(at left 50% bottom 70pt) 
+PASS test unit (computed): pt - circle(at left 50pt top 50%) 
+PASS test unit (computed): pt - circle(at left 50pt top 50pt) 
+PASS test unit (computed): pt - circle(at left 50pt bottom 70%) 
+PASS test unit (computed): pt - circle(at left 50pt bottom 70pt) 
+PASS test unit (computed): pt - circle(at top 50% left 50pt) 
+PASS test unit (computed): pt - circle(at top 50% right 80pt) 
+PASS test unit (computed): pt - circle(at top 50pt left 50%) 
+PASS test unit (computed): pt - circle(at top 50pt left 50pt) 
+PASS test unit (computed): pt - circle(at top 50pt right 80%) 
+PASS test unit (computed): pt - circle(at top 50pt right 80pt) 
+PASS test unit (computed): pt - circle(at bottom 70% left 50pt) 
+PASS test unit (computed): pt - circle(at bottom 70% right 80pt) 
+PASS test unit (computed): pt - circle(at bottom 70pt left 50%) 
+PASS test unit (computed): pt - circle(at bottom 70pt left 50pt) 
+PASS test unit (computed): pt - circle(at bottom 70pt right 80%) 
+PASS test unit (computed): pt - circle(at bottom 70pt right 80pt) 
+PASS test unit (computed): pt - circle(at right 80% top 50pt) 
+PASS test unit (computed): pt - circle(at right 80% bottom 70pt) 
+PASS test unit (computed): pt - circle(at right 80pt top 50%) 
+PASS test unit (computed): pt - circle(at right 80pt top 50pt) 
+PASS test unit (computed): pt - circle(at right 80pt bottom 70%) 
+PASS test unit (computed): pt - circle(at right 80pt bottom 70pt) 
+PASS test unit (computed): pc - circle(at 50pc) 
+PASS test unit (computed): pc - circle(at 50% 50pc) 
+PASS test unit (computed): pc - circle(at 50pc 50%) 
+PASS test unit (computed): pc - circle(at 50pc 50pc) 
+PASS test unit (computed): pc - circle(at left 50pc) 
+PASS test unit (computed): pc - circle(at 50pc top) 
+PASS test unit (computed): pc - circle(at right 80pc) 
+PASS test unit (computed): pc - circle(at 70pc bottom) 
+PASS test unit (computed): pc - circle(at center 60pc) 
+PASS test unit (computed): pc - circle(at 60pc center) 
+PASS test unit (computed): pc - circle(at center top 50pc) 
+PASS test unit (computed): pc - circle(at center left 50pc) 
+PASS test unit (computed): pc - circle(at center right 70pc) 
+PASS test unit (computed): pc - circle(at center bottom 70pc) 
+PASS test unit (computed): pc - circle(at left top 50pc) 
+PASS test unit (computed): pc - circle(at left bottom 70pc) 
+PASS test unit (computed): pc - circle(at top left 50pc) 
+PASS test unit (computed): pc - circle(at top right 70pc) 
+PASS test unit (computed): pc - circle(at bottom left 50pc) 
+PASS test unit (computed): pc - circle(at bottom right 70pc) 
+PASS test unit (computed): pc - circle(at right bottom 70pc) 
+PASS test unit (computed): pc - circle(at right top 50pc) 
+PASS test unit (computed): pc - circle(at left 50pc center) 
+PASS test unit (computed): pc - circle(at left 50pc top) 
+PASS test unit (computed): pc - circle(at left 50pc bottom) 
+PASS test unit (computed): pc - circle(at top 50pc center) 
+PASS test unit (computed): pc - circle(at top 50pc left) 
+PASS test unit (computed): pc - circle(at top 50pc right) 
+PASS test unit (computed): pc - circle(at bottom 70pc center) 
+PASS test unit (computed): pc - circle(at bottom 70pc left) 
+PASS test unit (computed): pc - circle(at bottom 70pc right) 
+PASS test unit (computed): pc - circle(at right 80pc center) 
+PASS test unit (computed): pc - circle(at right 80pc bottom) 
+PASS test unit (computed): pc - circle(at right 80pc top) 
+PASS test unit (computed): pc - circle(at left 50% top 50pc) 
+PASS test unit (computed): pc - circle(at left 50% bottom 70pc) 
+PASS test unit (computed): pc - circle(at left 50pc top 50%) 
+PASS test unit (computed): pc - circle(at left 50pc top 50pc) 
+PASS test unit (computed): pc - circle(at left 50pc bottom 70%) 
+PASS test unit (computed): pc - circle(at left 50pc bottom 70pc) 
+PASS test unit (computed): pc - circle(at top 50% left 50pc) 
+PASS test unit (computed): pc - circle(at top 50% right 80pc) 
+PASS test unit (computed): pc - circle(at top 50pc left 50%) 
+PASS test unit (computed): pc - circle(at top 50pc left 50pc) 
+PASS test unit (computed): pc - circle(at top 50pc right 80%) 
+PASS test unit (computed): pc - circle(at top 50pc right 80pc) 
+PASS test unit (computed): pc - circle(at bottom 70% left 50pc) 
+PASS test unit (computed): pc - circle(at bottom 70% right 80pc) 
+PASS test unit (computed): pc - circle(at bottom 70pc left 50%) 
+PASS test unit (computed): pc - circle(at bottom 70pc left 50pc) 
+PASS test unit (computed): pc - circle(at bottom 70pc right 80%) 
+PASS test unit (computed): pc - circle(at bottom 70pc right 80pc) 
+PASS test unit (computed): pc - circle(at right 80% top 50pc) 
+PASS test unit (computed): pc - circle(at right 80% bottom 70pc) 
+PASS test unit (computed): pc - circle(at right 80pc top 50%) 
+PASS test unit (computed): pc - circle(at right 80pc top 50pc) 
+PASS test unit (computed): pc - circle(at right 80pc bottom 70%) 
+PASS test unit (computed): pc - circle(at right 80pc bottom 70pc) 
+PASS test unit (computed): em - circle(at 50em) 
+PASS test unit (computed): em - circle(at 50% 50em) 
+PASS test unit (computed): em - circle(at 50em 50%) 
+PASS test unit (computed): em - circle(at 50em 50em) 
+PASS test unit (computed): em - circle(at left 50em) 
+PASS test unit (computed): em - circle(at 50em top) 
+PASS test unit (computed): em - circle(at right 80em) 
+PASS test unit (computed): em - circle(at 70em bottom) 
+PASS test unit (computed): em - circle(at center 60em) 
+PASS test unit (computed): em - circle(at 60em center) 
+PASS test unit (computed): em - circle(at center top 50em) 
+PASS test unit (computed): em - circle(at center left 50em) 
+PASS test unit (computed): em - circle(at center right 70em) 
+PASS test unit (computed): em - circle(at center bottom 70em) 
+PASS test unit (computed): em - circle(at left top 50em) 
+PASS test unit (computed): em - circle(at left bottom 70em) 
+PASS test unit (computed): em - circle(at top left 50em) 
+PASS test unit (computed): em - circle(at top right 70em) 
+PASS test unit (computed): em - circle(at bottom left 50em) 
+PASS test unit (computed): em - circle(at bottom right 70em) 
+PASS test unit (computed): em - circle(at right bottom 70em) 
+PASS test unit (computed): em - circle(at right top 50em) 
+PASS test unit (computed): em - circle(at left 50em center) 
+PASS test unit (computed): em - circle(at left 50em top) 
+PASS test unit (computed): em - circle(at left 50em bottom) 
+PASS test unit (computed): em - circle(at top 50em center) 
+PASS test unit (computed): em - circle(at top 50em left) 
+PASS test unit (computed): em - circle(at top 50em right) 
+PASS test unit (computed): em - circle(at bottom 70em center) 
+PASS test unit (computed): em - circle(at bottom 70em left) 
+PASS test unit (computed): em - circle(at bottom 70em right) 
+PASS test unit (computed): em - circle(at right 80em center) 
+PASS test unit (computed): em - circle(at right 80em bottom) 
+PASS test unit (computed): em - circle(at right 80em top) 
+PASS test unit (computed): em - circle(at left 50% top 50em) 
+PASS test unit (computed): em - circle(at left 50% bottom 70em) 
+PASS test unit (computed): em - circle(at left 50em top 50%) 
+PASS test unit (computed): em - circle(at left 50em top 50em) 
+PASS test unit (computed): em - circle(at left 50em bottom 70%) 
+PASS test unit (computed): em - circle(at left 50em bottom 70em) 
+PASS test unit (computed): em - circle(at top 50% left 50em) 
+PASS test unit (computed): em - circle(at top 50% right 80em) 
+PASS test unit (computed): em - circle(at top 50em left 50%) 
+PASS test unit (computed): em - circle(at top 50em left 50em) 
+PASS test unit (computed): em - circle(at top 50em right 80%) 
+PASS test unit (computed): em - circle(at top 50em right 80em) 
+PASS test unit (computed): em - circle(at bottom 70% left 50em) 
+PASS test unit (computed): em - circle(at bottom 70% right 80em) 
+PASS test unit (computed): em - circle(at bottom 70em left 50%) 
+PASS test unit (computed): em - circle(at bottom 70em left 50em) 
+PASS test unit (computed): em - circle(at bottom 70em right 80%) 
+PASS test unit (computed): em - circle(at bottom 70em right 80em) 
+PASS test unit (computed): em - circle(at right 80% top 50em) 
+PASS test unit (computed): em - circle(at right 80% bottom 70em) 
+PASS test unit (computed): em - circle(at right 80em top 50%) 
+PASS test unit (computed): em - circle(at right 80em top 50em) 
+PASS test unit (computed): em - circle(at right 80em bottom 70%) 
+PASS test unit (computed): em - circle(at right 80em bottom 70em) 
+PASS test unit (computed): ex - circle(at 50ex) 
+PASS test unit (computed): ex - circle(at 50% 50ex) 
+PASS test unit (computed): ex - circle(at 50ex 50%) 
+PASS test unit (computed): ex - circle(at 50ex 50ex) 
+PASS test unit (computed): ex - circle(at left 50ex) 
+PASS test unit (computed): ex - circle(at 50ex top) 
+PASS test unit (computed): ex - circle(at right 80ex) 
+PASS test unit (computed): ex - circle(at 70ex bottom) 
+PASS test unit (computed): ex - circle(at center 60ex) 
+PASS test unit (computed): ex - circle(at 60ex center) 
+PASS test unit (computed): ex - circle(at center top 50ex) 
+PASS test unit (computed): ex - circle(at center left 50ex) 
+PASS test unit (computed): ex - circle(at center right 70ex) 
+PASS test unit (computed): ex - circle(at center bottom 70ex) 
+PASS test unit (computed): ex - circle(at left top 50ex) 
+PASS test unit (computed): ex - circle(at left bottom 70ex) 
+PASS test unit (computed): ex - circle(at top left 50ex) 
+PASS test unit (computed): ex - circle(at top right 70ex) 
+PASS test unit (computed): ex - circle(at bottom left 50ex) 
+PASS test unit (computed): ex - circle(at bottom right 70ex) 
+PASS test unit (computed): ex - circle(at right bottom 70ex) 
+PASS test unit (computed): ex - circle(at right top 50ex) 
+PASS test unit (computed): ex - circle(at left 50ex center) 
+PASS test unit (computed): ex - circle(at left 50ex top) 
+PASS test unit (computed): ex - circle(at left 50ex bottom) 
+PASS test unit (computed): ex - circle(at top 50ex center) 
+PASS test unit (computed): ex - circle(at top 50ex left) 
+PASS test unit (computed): ex - circle(at top 50ex right) 
+PASS test unit (computed): ex - circle(at bottom 70ex center) 
+PASS test unit (computed): ex - circle(at bottom 70ex left) 
+PASS test unit (computed): ex - circle(at bottom 70ex right) 
+PASS test unit (computed): ex - circle(at right 80ex center) 
+PASS test unit (computed): ex - circle(at right 80ex bottom) 
+PASS test unit (computed): ex - circle(at right 80ex top) 
+PASS test unit (computed): ex - circle(at left 50% top 50ex) 
+PASS test unit (computed): ex - circle(at left 50% bottom 70ex) 
+PASS test unit (computed): ex - circle(at left 50ex top 50%) 
+PASS test unit (computed): ex - circle(at left 50ex top 50ex) 
+PASS test unit (computed): ex - circle(at left 50ex bottom 70%) 
+PASS test unit (computed): ex - circle(at left 50ex bottom 70ex) 
+PASS test unit (computed): ex - circle(at top 50% left 50ex) 
+PASS test unit (computed): ex - circle(at top 50% right 80ex) 
+PASS test unit (computed): ex - circle(at top 50ex left 50%) 
+PASS test unit (computed): ex - circle(at top 50ex left 50ex) 
+PASS test unit (computed): ex - circle(at top 50ex right 80%) 
+PASS test unit (computed): ex - circle(at top 50ex right 80ex) 
+PASS test unit (computed): ex - circle(at bottom 70% left 50ex) 
+PASS test unit (computed): ex - circle(at bottom 70% right 80ex) 
+PASS test unit (computed): ex - circle(at bottom 70ex left 50%) 
+PASS test unit (computed): ex - circle(at bottom 70ex left 50ex) 
+PASS test unit (computed): ex - circle(at bottom 70ex right 80%) 
+PASS test unit (computed): ex - circle(at bottom 70ex right 80ex) 
+PASS test unit (computed): ex - circle(at right 80% top 50ex) 
+PASS test unit (computed): ex - circle(at right 80% bottom 70ex) 
+PASS test unit (computed): ex - circle(at right 80ex top 50%) 
+PASS test unit (computed): ex - circle(at right 80ex top 50ex) 
+PASS test unit (computed): ex - circle(at right 80ex bottom 70%) 
+PASS test unit (computed): ex - circle(at right 80ex bottom 70ex) 
+PASS test unit (computed): ch - circle(at 50ch) 
+PASS test unit (computed): ch - circle(at 50% 50ch) 
+PASS test unit (computed): ch - circle(at 50ch 50%) 
+PASS test unit (computed): ch - circle(at 50ch 50ch) 
+PASS test unit (computed): ch - circle(at left 50ch) 
+PASS test unit (computed): ch - circle(at 50ch top) 
+PASS test unit (computed): ch - circle(at right 80ch) 
+PASS test unit (computed): ch - circle(at 70ch bottom) 
+PASS test unit (computed): ch - circle(at center 60ch) 
+PASS test unit (computed): ch - circle(at 60ch center) 
+PASS test unit (computed): ch - circle(at center top 50ch) 
+PASS test unit (computed): ch - circle(at center left 50ch) 
+PASS test unit (computed): ch - circle(at center right 70ch) 
+PASS test unit (computed): ch - circle(at center bottom 70ch) 
+PASS test unit (computed): ch - circle(at left top 50ch) 
+PASS test unit (computed): ch - circle(at left bottom 70ch) 
+PASS test unit (computed): ch - circle(at top left 50ch) 
+PASS test unit (computed): ch - circle(at top right 70ch) 
+PASS test unit (computed): ch - circle(at bottom left 50ch) 
+PASS test unit (computed): ch - circle(at bottom right 70ch) 
+PASS test unit (computed): ch - circle(at right bottom 70ch) 
+PASS test unit (computed): ch - circle(at right top 50ch) 
+PASS test unit (computed): ch - circle(at left 50ch center) 
+PASS test unit (computed): ch - circle(at left 50ch top) 
+PASS test unit (computed): ch - circle(at left 50ch bottom) 
+PASS test unit (computed): ch - circle(at top 50ch center) 
+PASS test unit (computed): ch - circle(at top 50ch left) 
+PASS test unit (computed): ch - circle(at top 50ch right) 
+PASS test unit (computed): ch - circle(at bottom 70ch center) 
+PASS test unit (computed): ch - circle(at bottom 70ch left) 
+PASS test unit (computed): ch - circle(at bottom 70ch right) 
+PASS test unit (computed): ch - circle(at right 80ch center) 
+PASS test unit (computed): ch - circle(at right 80ch bottom) 
+PASS test unit (computed): ch - circle(at right 80ch top) 
+PASS test unit (computed): ch - circle(at left 50% top 50ch) 
+PASS test unit (computed): ch - circle(at left 50% bottom 70ch) 
+PASS test unit (computed): ch - circle(at left 50ch top 50%) 
+PASS test unit (computed): ch - circle(at left 50ch top 50ch) 
+PASS test unit (computed): ch - circle(at left 50ch bottom 70%) 
+PASS test unit (computed): ch - circle(at left 50ch bottom 70ch) 
+PASS test unit (computed): ch - circle(at top 50% left 50ch) 
+PASS test unit (computed): ch - circle(at top 50% right 80ch) 
+PASS test unit (computed): ch - circle(at top 50ch left 50%) 
+PASS test unit (computed): ch - circle(at top 50ch left 50ch) 
+PASS test unit (computed): ch - circle(at top 50ch right 80%) 
+PASS test unit (computed): ch - circle(at top 50ch right 80ch) 
+PASS test unit (computed): ch - circle(at bottom 70% left 50ch) 
+PASS test unit (computed): ch - circle(at bottom 70% right 80ch) 
+PASS test unit (computed): ch - circle(at bottom 70ch left 50%) 
+PASS test unit (computed): ch - circle(at bottom 70ch left 50ch) 
+PASS test unit (computed): ch - circle(at bottom 70ch right 80%) 
+PASS test unit (computed): ch - circle(at bottom 70ch right 80ch) 
+PASS test unit (computed): ch - circle(at right 80% top 50ch) 
+PASS test unit (computed): ch - circle(at right 80% bottom 70ch) 
+PASS test unit (computed): ch - circle(at right 80ch top 50%) 
+PASS test unit (computed): ch - circle(at right 80ch top 50ch) 
+PASS test unit (computed): ch - circle(at right 80ch bottom 70%) 
+PASS test unit (computed): ch - circle(at right 80ch bottom 70ch) 
+PASS test unit (computed): rem - circle(at 50rem) 
+PASS test unit (computed): rem - circle(at 50% 50rem) 
+PASS test unit (computed): rem - circle(at 50rem 50%) 
+PASS test unit (computed): rem - circle(at 50rem 50rem) 
+PASS test unit (computed): rem - circle(at left 50rem) 
+PASS test unit (computed): rem - circle(at 50rem top) 
+PASS test unit (computed): rem - circle(at right 80rem) 
+PASS test unit (computed): rem - circle(at 70rem bottom) 
+PASS test unit (computed): rem - circle(at center 60rem) 
+PASS test unit (computed): rem - circle(at 60rem center) 
+PASS test unit (computed): rem - circle(at center top 50rem) 
+PASS test unit (computed): rem - circle(at center left 50rem) 
+PASS test unit (computed): rem - circle(at center right 70rem) 
+PASS test unit (computed): rem - circle(at center bottom 70rem) 
+PASS test unit (computed): rem - circle(at left top 50rem) 
+PASS test unit (computed): rem - circle(at left bottom 70rem) 
+PASS test unit (computed): rem - circle(at top left 50rem) 
+PASS test unit (computed): rem - circle(at top right 70rem) 
+PASS test unit (computed): rem - circle(at bottom left 50rem) 
+PASS test unit (computed): rem - circle(at bottom right 70rem) 
+PASS test unit (computed): rem - circle(at right bottom 70rem) 
+PASS test unit (computed): rem - circle(at right top 50rem) 
+PASS test unit (computed): rem - circle(at left 50rem center) 
+PASS test unit (computed): rem - circle(at left 50rem top) 
+PASS test unit (computed): rem - circle(at left 50rem bottom) 
+PASS test unit (computed): rem - circle(at top 50rem center) 
+PASS test unit (computed): rem - circle(at top 50rem left) 
+PASS test unit (computed): rem - circle(at top 50rem right) 
+PASS test unit (computed): rem - circle(at bottom 70rem center) 
+PASS test unit (computed): rem - circle(at bottom 70rem left) 
+PASS test unit (computed): rem - circle(at bottom 70rem right) 
+PASS test unit (computed): rem - circle(at right 80rem center) 
+PASS test unit (computed): rem - circle(at right 80rem bottom) 
+PASS test unit (computed): rem - circle(at right 80rem top) 
+PASS test unit (computed): rem - circle(at left 50% top 50rem) 
+PASS test unit (computed): rem - circle(at left 50% bottom 70rem) 
+PASS test unit (computed): rem - circle(at left 50rem top 50%) 
+PASS test unit (computed): rem - circle(at left 50rem top 50rem) 
+PASS test unit (computed): rem - circle(at left 50rem bottom 70%) 
+PASS test unit (computed): rem - circle(at left 50rem bottom 70rem) 
+PASS test unit (computed): rem - circle(at top 50% left 50rem) 
+PASS test unit (computed): rem - circle(at top 50% right 80rem) 
+PASS test unit (computed): rem - circle(at top 50rem left 50%) 
+PASS test unit (computed): rem - circle(at top 50rem left 50rem) 
+PASS test unit (computed): rem - circle(at top 50rem right 80%) 
+PASS test unit (computed): rem - circle(at top 50rem right 80rem) 
+PASS test unit (computed): rem - circle(at bottom 70% left 50rem) 
+PASS test unit (computed): rem - circle(at bottom 70% right 80rem) 
+PASS test unit (computed): rem - circle(at bottom 70rem left 50%) 
+PASS test unit (computed): rem - circle(at bottom 70rem left 50rem) 
+PASS test unit (computed): rem - circle(at bottom 70rem right 80%) 
+PASS test unit (computed): rem - circle(at bottom 70rem right 80rem) 
+PASS test unit (computed): rem - circle(at right 80% top 50rem) 
+PASS test unit (computed): rem - circle(at right 80% bottom 70rem) 
+PASS test unit (computed): rem - circle(at right 80rem top 50%) 
+PASS test unit (computed): rem - circle(at right 80rem top 50rem) 
+PASS test unit (computed): rem - circle(at right 80rem bottom 70%) 
+PASS test unit (computed): rem - circle(at right 80rem bottom 70rem) 
+PASS test unit (computed): vw - circle(at 50vw) 
+PASS test unit (computed): vw - circle(at 50% 50vw) 
+PASS test unit (computed): vw - circle(at 50vw 50%) 
+PASS test unit (computed): vw - circle(at 50vw 50vw) 
+PASS test unit (computed): vw - circle(at left 50vw) 
+PASS test unit (computed): vw - circle(at 50vw top) 
+PASS test unit (computed): vw - circle(at right 80vw) 
+PASS test unit (computed): vw - circle(at 70vw bottom) 
+PASS test unit (computed): vw - circle(at center 60vw) 
+PASS test unit (computed): vw - circle(at 60vw center) 
+PASS test unit (computed): vw - circle(at center top 50vw) 
+PASS test unit (computed): vw - circle(at center left 50vw) 
+PASS test unit (computed): vw - circle(at center right 70vw) 
+PASS test unit (computed): vw - circle(at center bottom 70vw) 
+PASS test unit (computed): vw - circle(at left top 50vw) 
+PASS test unit (computed): vw - circle(at left bottom 70vw) 
+PASS test unit (computed): vw - circle(at top left 50vw) 
+PASS test unit (computed): vw - circle(at top right 70vw) 
+PASS test unit (computed): vw - circle(at bottom left 50vw) 
+PASS test unit (computed): vw - circle(at bottom right 70vw) 
+PASS test unit (computed): vw - circle(at right bottom 70vw) 
+PASS test unit (computed): vw - circle(at right top 50vw) 
+PASS test unit (computed): vw - circle(at left 50vw center) 
+PASS test unit (computed): vw - circle(at left 50vw top) 
+PASS test unit (computed): vw - circle(at left 50vw bottom) 
+PASS test unit (computed): vw - circle(at top 50vw center) 
+PASS test unit (computed): vw - circle(at top 50vw left) 
+PASS test unit (computed): vw - circle(at top 50vw right) 
+PASS test unit (computed): vw - circle(at bottom 70vw center) 
+PASS test unit (computed): vw - circle(at bottom 70vw left) 
+PASS test unit (computed): vw - circle(at bottom 70vw right) 
+PASS test unit (computed): vw - circle(at right 80vw center) 
+PASS test unit (computed): vw - circle(at right 80vw bottom) 
+PASS test unit (computed): vw - circle(at right 80vw top) 
+PASS test unit (computed): vw - circle(at left 50% top 50vw) 
+PASS test unit (computed): vw - circle(at left 50% bottom 70vw) 
+PASS test unit (computed): vw - circle(at left 50vw top 50%) 
+PASS test unit (computed): vw - circle(at left 50vw top 50vw) 
+PASS test unit (computed): vw - circle(at left 50vw bottom 70%) 
+PASS test unit (computed): vw - circle(at left 50vw bottom 70vw) 
+PASS test unit (computed): vw - circle(at top 50% left 50vw) 
+PASS test unit (computed): vw - circle(at top 50% right 80vw) 
+PASS test unit (computed): vw - circle(at top 50vw left 50%) 
+PASS test unit (computed): vw - circle(at top 50vw left 50vw) 
+PASS test unit (computed): vw - circle(at top 50vw right 80%) 
+PASS test unit (computed): vw - circle(at top 50vw right 80vw) 
+PASS test unit (computed): vw - circle(at bottom 70% left 50vw) 
+PASS test unit (computed): vw - circle(at bottom 70% right 80vw) 
+PASS test unit (computed): vw - circle(at bottom 70vw left 50%) 
+PASS test unit (computed): vw - circle(at bottom 70vw left 50vw) 
+PASS test unit (computed): vw - circle(at bottom 70vw right 80%) 
+PASS test unit (computed): vw - circle(at bottom 70vw right 80vw) 
+PASS test unit (computed): vw - circle(at right 80% top 50vw) 
+PASS test unit (computed): vw - circle(at right 80% bottom 70vw) 
+PASS test unit (computed): vw - circle(at right 80vw top 50%) 
+PASS test unit (computed): vw - circle(at right 80vw top 50vw) 
+PASS test unit (computed): vw - circle(at right 80vw bottom 70%) 
+PASS test unit (computed): vw - circle(at right 80vw bottom 70vw) 
+PASS test unit (computed): vh - circle(at 50vh) 
+PASS test unit (computed): vh - circle(at 50% 50vh) 
+PASS test unit (computed): vh - circle(at 50vh 50%) 
+PASS test unit (computed): vh - circle(at 50vh 50vh) 
+PASS test unit (computed): vh - circle(at left 50vh) 
+PASS test unit (computed): vh - circle(at 50vh top) 
+PASS test unit (computed): vh - circle(at right 80vh) 
+PASS test unit (computed): vh - circle(at 70vh bottom) 
+PASS test unit (computed): vh - circle(at center 60vh) 
+PASS test unit (computed): vh - circle(at 60vh center) 
+PASS test unit (computed): vh - circle(at center top 50vh) 
+PASS test unit (computed): vh - circle(at center left 50vh) 
+PASS test unit (computed): vh - circle(at center right 70vh) 
+PASS test unit (computed): vh - circle(at center bottom 70vh) 
+PASS test unit (computed): vh - circle(at left top 50vh) 
+PASS test unit (computed): vh - circle(at left bottom 70vh) 
+PASS test unit (computed): vh - circle(at top left 50vh) 
+PASS test unit (computed): vh - circle(at top right 70vh) 
+PASS test unit (computed): vh - circle(at bottom left 50vh) 
+PASS test unit (computed): vh - circle(at bottom right 70vh) 
+PASS test unit (computed): vh - circle(at right bottom 70vh) 
+PASS test unit (computed): vh - circle(at right top 50vh) 
+PASS test unit (computed): vh - circle(at left 50vh center) 
+PASS test unit (computed): vh - circle(at left 50vh top) 
+PASS test unit (computed): vh - circle(at left 50vh bottom) 
+PASS test unit (computed): vh - circle(at top 50vh center) 
+PASS test unit (computed): vh - circle(at top 50vh left) 
+PASS test unit (computed): vh - circle(at top 50vh right) 
+PASS test unit (computed): vh - circle(at bottom 70vh center) 
+PASS test unit (computed): vh - circle(at bottom 70vh left) 
+PASS test unit (computed): vh - circle(at bottom 70vh right) 
+PASS test unit (computed): vh - circle(at right 80vh center) 
+PASS test unit (computed): vh - circle(at right 80vh bottom) 
+PASS test unit (computed): vh - circle(at right 80vh top) 
+PASS test unit (computed): vh - circle(at left 50% top 50vh) 
+PASS test unit (computed): vh - circle(at left 50% bottom 70vh) 
+PASS test unit (computed): vh - circle(at left 50vh top 50%) 
+PASS test unit (computed): vh - circle(at left 50vh top 50vh) 
+PASS test unit (computed): vh - circle(at left 50vh bottom 70%) 
+PASS test unit (computed): vh - circle(at left 50vh bottom 70vh) 
+PASS test unit (computed): vh - circle(at top 50% left 50vh) 
+PASS test unit (computed): vh - circle(at top 50% right 80vh) 
+PASS test unit (computed): vh - circle(at top 50vh left 50%) 
+PASS test unit (computed): vh - circle(at top 50vh left 50vh) 
+PASS test unit (computed): vh - circle(at top 50vh right 80%) 
+PASS test unit (computed): vh - circle(at top 50vh right 80vh) 
+PASS test unit (computed): vh - circle(at bottom 70% left 50vh) 
+PASS test unit (computed): vh - circle(at bottom 70% right 80vh) 
+PASS test unit (computed): vh - circle(at bottom 70vh left 50%) 
+PASS test unit (computed): vh - circle(at bottom 70vh left 50vh) 
+PASS test unit (computed): vh - circle(at bottom 70vh right 80%) 
+PASS test unit (computed): vh - circle(at bottom 70vh right 80vh) 
+PASS test unit (computed): vh - circle(at right 80% top 50vh) 
+PASS test unit (computed): vh - circle(at right 80% bottom 70vh) 
+PASS test unit (computed): vh - circle(at right 80vh top 50%) 
+PASS test unit (computed): vh - circle(at right 80vh top 50vh) 
+PASS test unit (computed): vh - circle(at right 80vh bottom 70%) 
+PASS test unit (computed): vh - circle(at right 80vh bottom 70vh) 
+PASS test unit (computed): vmin - circle(at 50vmin) 
+PASS test unit (computed): vmin - circle(at 50% 50vmin) 
+PASS test unit (computed): vmin - circle(at 50vmin 50%) 
+PASS test unit (computed): vmin - circle(at 50vmin 50vmin) 
+PASS test unit (computed): vmin - circle(at left 50vmin) 
+PASS test unit (computed): vmin - circle(at 50vmin top) 
+PASS test unit (computed): vmin - circle(at right 80vmin) 
+PASS test unit (computed): vmin - circle(at 70vmin bottom) 
+PASS test unit (computed): vmin - circle(at center 60vmin) 
+PASS test unit (computed): vmin - circle(at 60vmin center) 
+PASS test unit (computed): vmin - circle(at center top 50vmin) 
+PASS test unit (computed): vmin - circle(at center left 50vmin) 
+PASS test unit (computed): vmin - circle(at center right 70vmin) 
+PASS test unit (computed): vmin - circle(at center bottom 70vmin) 
+PASS test unit (computed): vmin - circle(at left top 50vmin) 
+PASS test unit (computed): vmin - circle(at left bottom 70vmin) 
+PASS test unit (computed): vmin - circle(at top left 50vmin) 
+PASS test unit (computed): vmin - circle(at top right 70vmin) 
+PASS test unit (computed): vmin - circle(at bottom left 50vmin) 
+PASS test unit (computed): vmin - circle(at bottom right 70vmin) 
+PASS test unit (computed): vmin - circle(at right bottom 70vmin) 
+PASS test unit (computed): vmin - circle(at right top 50vmin) 
+PASS test unit (computed): vmin - circle(at left 50vmin center) 
+PASS test unit (computed): vmin - circle(at left 50vmin top) 
+PASS test unit (computed): vmin - circle(at left 50vmin bottom) 
+PASS test unit (computed): vmin - circle(at top 50vmin center) 
+PASS test unit (computed): vmin - circle(at top 50vmin left) 
+PASS test unit (computed): vmin - circle(at top 50vmin right) 
+PASS test unit (computed): vmin - circle(at bottom 70vmin center) 
+PASS test unit (computed): vmin - circle(at bottom 70vmin left) 
+PASS test unit (computed): vmin - circle(at bottom 70vmin right) 
+PASS test unit (computed): vmin - circle(at right 80vmin center) 
+PASS test unit (computed): vmin - circle(at right 80vmin bottom) 
+PASS test unit (computed): vmin - circle(at right 80vmin top) 
+PASS test unit (computed): vmin - circle(at left 50% top 50vmin) 
+PASS test unit (computed): vmin - circle(at left 50% bottom 70vmin) 
+PASS test unit (computed): vmin - circle(at left 50vmin top 50%) 
+PASS test unit (computed): vmin - circle(at left 50vmin top 50vmin) 
+PASS test unit (computed): vmin - circle(at left 50vmin bottom 70%) 
+PASS test unit (computed): vmin - circle(at left 50vmin bottom 70vmin) 
+PASS test unit (computed): vmin - circle(at top 50% left 50vmin) 
+PASS test unit (computed): vmin - circle(at top 50% right 80vmin) 
+PASS test unit (computed): vmin - circle(at top 50vmin left 50%) 
+PASS test unit (computed): vmin - circle(at top 50vmin left 50vmin) 
+PASS test unit (computed): vmin - circle(at top 50vmin right 80%) 
+PASS test unit (computed): vmin - circle(at top 50vmin right 80vmin) 
+PASS test unit (computed): vmin - circle(at bottom 70% left 50vmin) 
+PASS test unit (computed): vmin - circle(at bottom 70% right 80vmin) 
+PASS test unit (computed): vmin - circle(at bottom 70vmin left 50%) 
+PASS test unit (computed): vmin - circle(at bottom 70vmin left 50vmin) 
+PASS test unit (computed): vmin - circle(at bottom 70vmin right 80%) 
+PASS test unit (computed): vmin - circle(at bottom 70vmin right 80vmin) 
+PASS test unit (computed): vmin - circle(at right 80% top 50vmin) 
+PASS test unit (computed): vmin - circle(at right 80% bottom 70vmin) 
+PASS test unit (computed): vmin - circle(at right 80vmin top 50%) 
+PASS test unit (computed): vmin - circle(at right 80vmin top 50vmin) 
+PASS test unit (computed): vmin - circle(at right 80vmin bottom 70%) 
+PASS test unit (computed): vmin - circle(at right 80vmin bottom 70vmin) 
+PASS test unit (computed): vmax - circle(at 50vmax) 
+PASS test unit (computed): vmax - circle(at 50% 50vmax) 
+PASS test unit (computed): vmax - circle(at 50vmax 50%) 
+PASS test unit (computed): vmax - circle(at 50vmax 50vmax) 
+PASS test unit (computed): vmax - circle(at left 50vmax) 
+PASS test unit (computed): vmax - circle(at 50vmax top) 
+PASS test unit (computed): vmax - circle(at right 80vmax) 
+PASS test unit (computed): vmax - circle(at 70vmax bottom) 
+PASS test unit (computed): vmax - circle(at center 60vmax) 
+PASS test unit (computed): vmax - circle(at 60vmax center) 
+PASS test unit (computed): vmax - circle(at center top 50vmax) 
+PASS test unit (computed): vmax - circle(at center left 50vmax) 
+PASS test unit (computed): vmax - circle(at center right 70vmax) 
+PASS test unit (computed): vmax - circle(at center bottom 70vmax) 
+PASS test unit (computed): vmax - circle(at left top 50vmax) 
+PASS test unit (computed): vmax - circle(at left bottom 70vmax) 
+PASS test unit (computed): vmax - circle(at top left 50vmax) 
+PASS test unit (computed): vmax - circle(at top right 70vmax) 
+PASS test unit (computed): vmax - circle(at bottom left 50vmax) 
+PASS test unit (computed): vmax - circle(at bottom right 70vmax) 
+PASS test unit (computed): vmax - circle(at right bottom 70vmax) 
+PASS test unit (computed): vmax - circle(at right top 50vmax) 
+PASS test unit (computed): vmax - circle(at left 50vmax center) 
+PASS test unit (computed): vmax - circle(at left 50vmax top) 
+PASS test unit (computed): vmax - circle(at left 50vmax bottom) 
+PASS test unit (computed): vmax - circle(at top 50vmax center) 
+PASS test unit (computed): vmax - circle(at top 50vmax left) 
+PASS test unit (computed): vmax - circle(at top 50vmax right) 
+PASS test unit (computed): vmax - circle(at bottom 70vmax center) 
+PASS test unit (computed): vmax - circle(at bottom 70vmax left) 
+PASS test unit (computed): vmax - circle(at bottom 70vmax right) 
+PASS test unit (computed): vmax - circle(at right 80vmax center) 
+PASS test unit (computed): vmax - circle(at right 80vmax bottom) 
+PASS test unit (computed): vmax - circle(at right 80vmax top) 
+PASS test unit (computed): vmax - circle(at left 50% top 50vmax) 
+PASS test unit (computed): vmax - circle(at left 50% bottom 70vmax) 
+PASS test unit (computed): vmax - circle(at left 50vmax top 50%) 
+PASS test unit (computed): vmax - circle(at left 50vmax top 50vmax) 
+PASS test unit (computed): vmax - circle(at left 50vmax bottom 70%) 
+PASS test unit (computed): vmax - circle(at left 50vmax bottom 70vmax) 
+PASS test unit (computed): vmax - circle(at top 50% left 50vmax) 
+PASS test unit (computed): vmax - circle(at top 50% right 80vmax) 
+PASS test unit (computed): vmax - circle(at top 50vmax left 50%) 
+PASS test unit (computed): vmax - circle(at top 50vmax left 50vmax) 
+PASS test unit (computed): vmax - circle(at top 50vmax right 80%) 
+PASS test unit (computed): vmax - circle(at top 50vmax right 80vmax) 
+PASS test unit (computed): vmax - circle(at bottom 70% left 50vmax) 
+PASS test unit (computed): vmax - circle(at bottom 70% right 80vmax) 
+PASS test unit (computed): vmax - circle(at bottom 70vmax left 50%) 
+PASS test unit (computed): vmax - circle(at bottom 70vmax left 50vmax) 
+PASS test unit (computed): vmax - circle(at bottom 70vmax right 80%) 
+PASS test unit (computed): vmax - circle(at bottom 70vmax right 80vmax) 
+PASS test unit (computed): vmax - circle(at right 80% top 50vmax) 
+PASS test unit (computed): vmax - circle(at right 80% bottom 70vmax) 
+PASS test unit (computed): vmax - circle(at right 80vmax top 50%) 
+PASS test unit (computed): vmax - circle(at right 80vmax top 50vmax) 
+PASS test unit (computed): vmax - circle(at right 80vmax bottom 70%) 
+PASS test unit (computed): vmax - circle(at right 80vmax bottom 70vmax) 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-004-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle005expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-005-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-005-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-005-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+
+PASS test unit: cm - circle(50cm) - inline 
+PASS test unit: mm - circle(50mm) - inline 
+PASS test unit: in - circle(50in) - inline 
+PASS test unit: pt - circle(50pt) - inline 
+PASS test unit: pc - circle(50pc) - inline 
+PASS test unit: em - circle(50em) - inline 
+PASS test unit: ex - circle(50ex) - inline 
+PASS test unit: ch - circle(50ch) - inline 
+PASS test unit: rem - circle(50rem) - inline 
+PASS test unit: vw - circle(50vw) - inline 
+PASS test unit: vh - circle(50vh) - inline 
+PASS test unit: vmin - circle(50vmin) - inline 
+PASS test unit: vmax - circle(50vmax) - inline 
+PASS test unit: cm - circle(50cm) - computed 
+PASS test unit: mm - circle(50mm) - computed 
+PASS test unit: in - circle(50in) - computed 
+PASS test unit: pt - circle(50pt) - computed 
+PASS test unit: pc - circle(50pc) - computed 
+PASS test unit: em - circle(50em) - computed 
+PASS test unit: ex - circle(50ex) - computed 
+PASS test unit: ch - circle(50ch) - computed 
+PASS test unit: rem - circle(50rem) - computed 
+PASS test unit: vw - circle(50vw) - computed 
+PASS test unit: vh - circle(50vh) - computed 
+PASS test unit: vmin - circle(50vmin) - computed 
+PASS test unit: vmax - circle(50vmax) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-005-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle006expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-006-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-006-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-006-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+
+PASS circle(+10px) - inline 
+PASS circle(+10.00px) - inline 
+PASS circle(+20.340px) - inline 
+PASS circle(+30.5px) - inline 
+PASS circle(+10%) - inline 
+PASS circle(+10.00%) - inline 
+PASS circle(+20.350%) - inline 
+PASS circle(+30.5%) - inline 
+PASS circle(+10px) - computed 
+PASS circle(+10.00px) - computed 
+PASS circle(+20.340px) - computed 
+PASS circle(+30.5px) - computed 
+PASS circle(+10%) - computed 
+PASS circle(+10.00%) - computed 
+PASS circle(+20.350%) - computed 
+PASS circle(+30.5%) - computed 
+FAIL circle(-20px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(-20.340px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-006-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle007expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-007-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-007-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-007-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+
+FAIL circle(foo) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(10) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(20px 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(20% 30%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(20px, 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(20%, 30%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(20px closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(20px farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(closest-side 20px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(farthest-side 20px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(20% closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(20% farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(closest-side 20%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(farthest-side 20%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(closest-side farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(farthest-side closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-007-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle008expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-008-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-008-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-008-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+
+FAIL circle(at foo) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 50) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 10px 20px 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 20% 30% 40%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 20px, 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 20%, 30%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 20px, 30px, 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 20%, 30%, 40%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 20px 30px closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 20px 30px farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 20px 30px foo) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at closest-side 20px 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at farthest-side 20px 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 20% 30% closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at 20% 30% farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at closest-side 20% 30%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at farthest-side 20% 30%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at closest-side farthest-side 20px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at closest-side farthest-side 20%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at farthest-side closest-side closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at farthest-side, closest-side, closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL circle(at left 50x top 50px bottom) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-008-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle009expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-009-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-009-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-009-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,40 @@
</span><ins>+
+PASS circle(at +50px) - inline 
+PASS circle(at -50px) - inline 
+PASS circle(at +50%) - inline 
+PASS circle(at -50%) - inline 
+PASS circle(at left +50px) - inline 
+PASS circle(at left +50%) - inline 
+PASS circle(at right -50px) - inline 
+PASS circle(at right -50%) - inline 
+PASS circle(at +50px top) - inline 
+PASS circle(at +50% top) - inline 
+PASS circle(at -50px bottom) - inline 
+PASS circle(at -50% bottom) - inline 
+PASS circle(at +50px +50px) - inline 
+PASS circle(at +50% +50%) - inline 
+PASS circle(at -50px -50px) - inline 
+PASS circle(at +50px -50px) - inline 
+PASS circle(at -50px +50px) - inline 
+PASS circle(at +50% -50%) - inline 
+PASS circle(at -50% +50%) - inline 
+PASS circle(at +50px) - computed 
+PASS circle(at -50px) - computed 
+PASS circle(at +50%) - computed 
+PASS circle(at -50%) - computed 
+PASS circle(at left +50px) - computed 
+PASS circle(at left +50%) - computed 
+PASS circle(at right -50px) - computed 
+PASS circle(at right -50%) - computed 
+PASS circle(at +50px top) - computed 
+PASS circle(at +50% top) - computed 
+PASS circle(at -50px bottom) - computed 
+PASS circle(at -50% bottom) - computed 
+PASS circle(at +50px +50px) - computed 
+PASS circle(at +50% +50%) - computed 
+PASS circle(at -50px -50px) - computed 
+PASS circle(at +50px -50px) - computed 
+PASS circle(at -50px +50px) - computed 
+PASS circle(at +50% -50%) - computed 
+PASS circle(at -50% +50%) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-009-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle010expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-010-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-010-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-010-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+
+PASS circle(calc(10in)) - inline style 
+PASS circle(calc(10in + 20px)) - inline style 
+PASS circle(calc(30%)) - inline style 
+PASS circle(calc(100%/4)) - inline style 
+PASS circle(calc(25%*3)) - inline style 
+PASS circle(calc(25%*3 - 10in)) - inline style 
+PASS circle(calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS circle(calc(10in)) - computed style 
+PASS circle(calc(10in + 20px)) - computed style 
+PASS circle(calc(30%)) - computed style 
+PASS circle(calc(100%/4)) - computed style 
+PASS circle(calc(25%*3)) - computed style 
+PASS circle(calc(25%*3 - 10in)) - computed style 
+PASS circle(calc((12.5%*6 + 10in) / 4)) - computed style 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-010-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecircle011expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-011-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-011-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-011-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+
+PASS circle(at calc(10in)) - inline style 
+PASS circle(at calc(10in + 20px)) - inline style 
+PASS circle(at calc(30%)) - inline style 
+PASS circle(at calc(100%/4)) - inline style 
+PASS circle(at calc(25%*3)) - inline style 
+PASS circle(at calc(25%*3 - 10in)) - inline style 
+PASS circle(at calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS circle(at calc(10in)) - computed style 
+PASS circle(at calc(10in + 20px)) - computed style 
+PASS circle(at calc(30%)) - computed style 
+PASS circle(at calc(100%/4)) - computed style 
+PASS circle(at calc(25%*3)) - computed style 
+PASS circle(at calc(25%*3 - 10in)) - computed style 
+PASS circle(at calc((12.5%*6 + 10in) / 4)) - computed style 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-011-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecomputedshape000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-computed-shape-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-computed-shape-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-computed-shape-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+
+PASS em units 
+PASS ex units 
+PASS ch units 
+PASS rem units 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-computed-shape-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidecomputedshape001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-computed-shape-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-computed-shape-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-computed-shape-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+
+PASS inset - computed 
+PASS circle - computed 
+PASS ellipse - computed 
+PASS polygon - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-computed-shape-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+
+PASS No arguments - inline 
+PASS Radial arguments - inline 
+PASS Position argument - inline 
+PASS Radial and position argument - inline 
+PASS No arguments - computed 
+PASS Radial arguments - computed 
+PASS Position argument - computed 
+PASS Radial and position argument - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,46 @@
</span><ins>+
+PASS ellipse() - inline 
+PASS ellipse(50px) - inline 
+PASS ellipse(50%) - inline 
+PASS ellipse(closest-side) - inline 
+PASS ellipse(farthest-side) - inline 
+PASS ellipse(50px 100px) - inline 
+PASS ellipse(100px 100px) - inline 
+PASS ellipse(25% 50%) - inline 
+PASS ellipse(50px 25%) - inline 
+PASS ellipse(25% 50px) - inline 
+PASS ellipse(25% closest-side) - inline 
+PASS ellipse(25px closest-side) - inline 
+PASS ellipse(closest-side 75%) - inline 
+PASS ellipse(closest-side 75px) - inline 
+PASS ellipse(25% farthest-side) - inline 
+PASS ellipse(25px farthest-side) - inline 
+PASS ellipse(farthest-side 75%) - inline 
+PASS ellipse(farthest-side 75px) - inline 
+PASS ellipse(closest-side closest-side) - inline 
+PASS ellipse(farthest-side farthest-side) - inline 
+PASS ellipse(closest-side farthest-side) - inline 
+PASS ellipse(farthest-side closest-side) - inline 
+PASS ellipse() - computed 
+PASS ellipse(50px) - computed 
+PASS ellipse(50%) - computed 
+PASS ellipse(closest-side) - computed 
+PASS ellipse(farthest-side) - computed 
+PASS ellipse(50px 100px) - computed 
+PASS ellipse(100px 100px) - computed 
+PASS ellipse(25% 50%) - computed 
+PASS ellipse(50px 25%) - computed 
+PASS ellipse(25% 50px) - computed 
+PASS ellipse(25% closest-side) - computed 
+PASS ellipse(25px closest-side) - computed 
+PASS ellipse(closest-side 75%) - computed 
+PASS ellipse(closest-side 75px) - computed 
+PASS ellipse(25% farthest-side) - computed 
+PASS ellipse(25px farthest-side) - computed 
+PASS ellipse(farthest-side 75%) - computed 
+PASS ellipse(farthest-side 75px) - computed 
+PASS ellipse(closest-side closest-side) - computed 
+PASS ellipse(farthest-side farthest-side) - computed 
+PASS ellipse(closest-side farthest-side) - computed 
+PASS ellipse(farthest-side closest-side) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-002-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-002-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,242 @@
</span><ins>+
+PASS ellipse(at 50%) serializes as ellipse(at 50% 50%) - inline 
+PASS ellipse(at 50px) serializes as ellipse(at 50px 50%) - inline 
+PASS ellipse(at 50% 50%) serializes as ellipse(at 50% 50%) - inline 
+PASS ellipse(at 50% 50px) serializes as ellipse(at 50% 50px) - inline 
+PASS ellipse(at 50px 50%) serializes as ellipse(at 50px 50%) - inline 
+PASS ellipse(at 50px 50px) serializes as ellipse(at 50px 50px) - inline 
+PASS ellipse(at left) serializes as ellipse(at 0% 50%) - inline 
+PASS ellipse(at top) serializes as ellipse(at 50% 0%) - inline 
+PASS ellipse(at right) serializes as ellipse(at 100% 50%) - inline 
+PASS ellipse(at bottom) serializes as ellipse(at 50% 100%) - inline 
+PASS ellipse(at center) serializes as ellipse(at 50% 50%) - inline 
+PASS ellipse(at left top) serializes as ellipse(at 0% 0%) - inline 
+PASS ellipse(at left bottom) serializes as ellipse(at 0% 100%) - inline 
+PASS ellipse(at left center) serializes as ellipse(at 0% 50%) - inline 
+PASS ellipse(at top left) serializes as ellipse(at 0% 0%) - inline 
+PASS ellipse(at top right) serializes as ellipse(at 100% 0%) - inline 
+PASS ellipse(at top center) serializes as ellipse(at 50% 0%) - inline 
+PASS ellipse(at right top) serializes as ellipse(at 100% 0%) - inline 
+PASS ellipse(at right bottom) serializes as ellipse(at 100% 100%) - inline 
+PASS ellipse(at right center) serializes as ellipse(at 100% 50%) - inline 
+PASS ellipse(at bottom left) serializes as ellipse(at 0% 100%) - inline 
+PASS ellipse(at bottom right) serializes as ellipse(at 100% 100%) - inline 
+PASS ellipse(at bottom center) serializes as ellipse(at 50% 100%) - inline 
+PASS ellipse(at center top) serializes as ellipse(at 50% 0%) - inline 
+PASS ellipse(at center left) serializes as ellipse(at 0% 50%) - inline 
+PASS ellipse(at center right) serializes as ellipse(at 100% 50%) - inline 
+PASS ellipse(at center bottom) serializes as ellipse(at 50% 100%) - inline 
+PASS ellipse(at center center) serializes as ellipse(at 50% 50%) - inline 
+PASS ellipse(at left 50%) serializes as ellipse(at 0% 50%) - inline 
+PASS ellipse(at left 50px) serializes as ellipse(at 0% 50px) - inline 
+PASS ellipse(at 50% top) serializes as ellipse(at 50% 0%) - inline 
+PASS ellipse(at 50px top) serializes as ellipse(at 50px 0%) - inline 
+PASS ellipse(at right 80%) serializes as ellipse(at 100% 80%) - inline 
+PASS ellipse(at right 80px) serializes as ellipse(at 100% 80px) - inline 
+PASS ellipse(at 70% bottom) serializes as ellipse(at 70% 100%) - inline 
+PASS ellipse(at 70px bottom) serializes as ellipse(at 70px 100%) - inline 
+PASS ellipse(at center 60%) serializes as ellipse(at 50% 60%) - inline 
+PASS ellipse(at center 60px) serializes as ellipse(at 50% 60px) - inline 
+PASS ellipse(at 60% center) serializes as ellipse(at 60% 50%) - inline 
+PASS ellipse(at 60px center) serializes as ellipse(at 60px 50%) - inline 
+PASS ellipse(at center top 50%) serializes as ellipse(at 50% 50%) - inline 
+PASS ellipse(at center top 50px) serializes as ellipse(at 50% 50px) - inline 
+PASS ellipse(at center left 50%) serializes as ellipse(at 50% 50%) - inline 
+PASS ellipse(at center left 50px) serializes as ellipse(at 50px 50%) - inline 
+PASS ellipse(at center right 70%) serializes as ellipse(at 30% 50%) - inline 
+PASS ellipse(at center right 70px) serializes as ellipse(at right 70px top 50%) - inline 
+PASS ellipse(at center bottom 70%) serializes as ellipse(at 50% 30%) - inline 
+PASS ellipse(at center bottom 70px) serializes as ellipse(at left 50% bottom 70px) - inline 
+PASS ellipse(at left top 50%) serializes as ellipse(at 0% 50%) - inline 
+PASS ellipse(at left top 50px) serializes as ellipse(at 0% 50px) - inline 
+PASS ellipse(at left bottom 70%) serializes as ellipse(at 0% 30%) - inline 
+PASS ellipse(at left bottom 70px) serializes as ellipse(at left 0% bottom 70px) - inline 
+PASS ellipse(at top left 50%) serializes as ellipse(at 50% 0%) - inline 
+PASS ellipse(at top left 50px) serializes as ellipse(at 50px 0%) - inline 
+PASS ellipse(at top right 70%) serializes as ellipse(at 30% 0%) - inline 
+PASS ellipse(at top right 70px) serializes as ellipse(at right 70px top 0%) - inline 
+PASS ellipse(at bottom left 50%) serializes as ellipse(at 50% 100%) - inline 
+PASS ellipse(at bottom left 50px) serializes as ellipse(at 50px 100%) - inline 
+PASS ellipse(at bottom right 70%) serializes as ellipse(at 30% 100%) - inline 
+PASS ellipse(at bottom right 70px) serializes as ellipse(at right 70px top 100%) - inline 
+PASS ellipse(at right bottom 70%) serializes as ellipse(at 100% 30%) - inline 
+PASS ellipse(at right bottom 70px) serializes as ellipse(at left 100% bottom 70px) - inline 
+PASS ellipse(at right top 50%) serializes as ellipse(at 100% 50%) - inline 
+PASS ellipse(at right top 50px) serializes as ellipse(at 100% 50px) - inline 
+PASS ellipse(at left 50% center) serializes as ellipse(at 50% 50%) - inline 
+PASS ellipse(at left 50px center) serializes as ellipse(at 50px 50%) - inline 
+PASS ellipse(at left 50% top) serializes as ellipse(at 50% 0%) - inline 
+PASS ellipse(at left 50px top) serializes as ellipse(at 50px 0%) - inline 
+PASS ellipse(at left 50% bottom) serializes as ellipse(at 50% 100%) - inline 
+PASS ellipse(at left 50px bottom) serializes as ellipse(at 50px 100%) - inline 
+PASS ellipse(at top 50% center) serializes as ellipse(at 50% 50%) - inline 
+PASS ellipse(at top 50px center) serializes as ellipse(at 50% 50px) - inline 
+PASS ellipse(at top 50% left) serializes as ellipse(at 0% 50%) - inline 
+PASS ellipse(at top 50px left) serializes as ellipse(at 0% 50px) - inline 
+PASS ellipse(at top 50% right) serializes as ellipse(at 100% 50%) - inline 
+PASS ellipse(at top 50px right) serializes as ellipse(at 100% 50px) - inline 
+PASS ellipse(at bottom 70% center) serializes as ellipse(at 50% 30%) - inline 
+PASS ellipse(at bottom 70px center) serializes as ellipse(at left 50% bottom 70px) - inline 
+PASS ellipse(at bottom 70% left) serializes as ellipse(at 0% 30%) - inline 
+PASS ellipse(at bottom 70px left) serializes as ellipse(at left 0% bottom 70px) - inline 
+PASS ellipse(at bottom 70% right) serializes as ellipse(at 100% 30%) - inline 
+PASS ellipse(at bottom 70px right) serializes as ellipse(at left 100% bottom 70px) - inline 
+PASS ellipse(at right 80% center) serializes as ellipse(at 20% 50%) - inline 
+PASS ellipse(at right 80px center) serializes as ellipse(at right 80px top 50%) - inline 
+PASS ellipse(at right 80% bottom) serializes as ellipse(at 20% 100%) - inline 
+PASS ellipse(at right 80px bottom) serializes as ellipse(at right 80px top 100%) - inline 
+PASS ellipse(at right 80% top) serializes as ellipse(at 20% 0%) - inline 
+PASS ellipse(at right 80px top) serializes as ellipse(at right 80px top 0%) - inline 
+PASS ellipse(at left 50% top 50%) serializes as ellipse(at 50% 50%) - inline 
+PASS ellipse(at left 50% top 50px) serializes as ellipse(at 50% 50px) - inline 
+PASS ellipse(at left 50% bottom 70%) serializes as ellipse(at 50% 30%) - inline 
+PASS ellipse(at left 50% bottom 70px) serializes as ellipse(at left 50% bottom 70px) - inline 
+PASS ellipse(at left 50px top 50%) serializes as ellipse(at 50px 50%) - inline 
+PASS ellipse(at left 50px top 50px) serializes as ellipse(at 50px 50px) - inline 
+PASS ellipse(at left 50px bottom 70%) serializes as ellipse(at 50px 30%) - inline 
+PASS ellipse(at left 50px bottom 70px) serializes as ellipse(at left 50px bottom 70px) - inline 
+PASS ellipse(at top 50% left 50%) serializes as ellipse(at 50% 50%) - inline 
+PASS ellipse(at top 50% left 50px) serializes as ellipse(at 50px 50%) - inline 
+PASS ellipse(at top 50% right 80%) serializes as ellipse(at 20% 50%) - inline 
+PASS ellipse(at top 50% right 80px) serializes as ellipse(at right 80px top 50%) - inline 
+PASS ellipse(at top 50px left 50%) serializes as ellipse(at 50% 50px) - inline 
+PASS ellipse(at top 50px left 50px) serializes as ellipse(at 50px 50px) - inline 
+PASS ellipse(at top 50px right 80%) serializes as ellipse(at 20% 50px) - inline 
+PASS ellipse(at top 50px right 80px) serializes as ellipse(at right 80px top 50px) - inline 
+PASS ellipse(at bottom 70% left 50%) serializes as ellipse(at 50% 30%) - inline 
+PASS ellipse(at bottom 70% left 50px) serializes as ellipse(at 50px 30%) - inline 
+PASS ellipse(at bottom 70% right 80%) serializes as ellipse(at 20% 30%) - inline 
+PASS ellipse(at bottom 70% right 80px) serializes as ellipse(at right 80px top 30%) - inline 
+PASS ellipse(at bottom 70px left 50%) serializes as ellipse(at left 50% bottom 70px) - inline 
+PASS ellipse(at bottom 70px left 50px) serializes as ellipse(at left 50px bottom 70px) - inline 
+PASS ellipse(at bottom 70px right 80%) serializes as ellipse(at left 20% bottom 70px) - inline 
+PASS ellipse(at bottom 70px right 80px) serializes as ellipse(at right 80px bottom 70px) - inline 
+PASS ellipse(at right 80% top 50%) serializes as ellipse(at 20% 50%) - inline 
+PASS ellipse(at right 80% top 50px) serializes as ellipse(at 20% 50px) - inline 
+PASS ellipse(at right 80% bottom 70%) serializes as ellipse(at 20% 30%) - inline 
+PASS ellipse(at right 80% bottom 70px) serializes as ellipse(at left 20% bottom 70px) - inline 
+PASS ellipse(at right 80px top 50%) serializes as ellipse(at right 80px top 50%) - inline 
+PASS ellipse(at right 80px top 50px) serializes as ellipse(at right 80px top 50px) - inline 
+PASS ellipse(at right 80px bottom 70%) serializes as ellipse(at right 80px top 30%) - inline 
+PASS ellipse(at right 80px bottom 70px) serializes as ellipse(at right 80px bottom 70px) - inline 
+PASS ellipse(at 50%) serializes as ellipse(at 50% 50%) - computed 
+PASS ellipse(at 50px) serializes as ellipse(at 50px 50%) - computed 
+PASS ellipse(at 50% 50%) serializes as ellipse(at 50% 50%) - computed 
+PASS ellipse(at 50% 50px) serializes as ellipse(at 50% 50px) - computed 
+PASS ellipse(at 50px 50%) serializes as ellipse(at 50px 50%) - computed 
+PASS ellipse(at 50px 50px) serializes as ellipse(at 50px 50px) - computed 
+PASS ellipse(at left) serializes as ellipse(at 0% 50%) - computed 
+PASS ellipse(at top) serializes as ellipse(at 50% 0%) - computed 
+PASS ellipse(at right) serializes as ellipse(at 100% 50%) - computed 
+PASS ellipse(at bottom) serializes as ellipse(at 50% 100%) - computed 
+PASS ellipse(at center) serializes as ellipse(at 50% 50%) - computed 
+PASS ellipse(at left top) serializes as ellipse(at 0% 0%) - computed 
+PASS ellipse(at left bottom) serializes as ellipse(at 0% 100%) - computed 
+PASS ellipse(at left center) serializes as ellipse(at 0% 50%) - computed 
+PASS ellipse(at top left) serializes as ellipse(at 0% 0%) - computed 
+PASS ellipse(at top right) serializes as ellipse(at 100% 0%) - computed 
+PASS ellipse(at top center) serializes as ellipse(at 50% 0%) - computed 
+PASS ellipse(at right top) serializes as ellipse(at 100% 0%) - computed 
+PASS ellipse(at right bottom) serializes as ellipse(at 100% 100%) - computed 
+PASS ellipse(at right center) serializes as ellipse(at 100% 50%) - computed 
+PASS ellipse(at bottom left) serializes as ellipse(at 0% 100%) - computed 
+PASS ellipse(at bottom right) serializes as ellipse(at 100% 100%) - computed 
+PASS ellipse(at bottom center) serializes as ellipse(at 50% 100%) - computed 
+PASS ellipse(at center top) serializes as ellipse(at 50% 0%) - computed 
+PASS ellipse(at center left) serializes as ellipse(at 0% 50%) - computed 
+PASS ellipse(at center right) serializes as ellipse(at 100% 50%) - computed 
+PASS ellipse(at center bottom) serializes as ellipse(at 50% 100%) - computed 
+PASS ellipse(at center center) serializes as ellipse(at 50% 50%) - computed 
+PASS ellipse(at left 50%) serializes as ellipse(at 0% 50%) - computed 
+PASS ellipse(at left 50px) serializes as ellipse(at 0% 50px) - computed 
+PASS ellipse(at 50% top) serializes as ellipse(at 50% 0%) - computed 
+PASS ellipse(at 50px top) serializes as ellipse(at 50px 0%) - computed 
+PASS ellipse(at right 80%) serializes as ellipse(at 100% 80%) - computed 
+PASS ellipse(at right 80px) serializes as ellipse(at 100% 80px) - computed 
+PASS ellipse(at 70% bottom) serializes as ellipse(at 70% 100%) - computed 
+PASS ellipse(at 70px bottom) serializes as ellipse(at 70px 100%) - computed 
+PASS ellipse(at center 60%) serializes as ellipse(at 50% 60%) - computed 
+PASS ellipse(at center 60px) serializes as ellipse(at 50% 60px) - computed 
+PASS ellipse(at 60% center) serializes as ellipse(at 60% 50%) - computed 
+PASS ellipse(at 60px center) serializes as ellipse(at 60px 50%) - computed 
+PASS ellipse(at center top 50%) serializes as ellipse(at 50% 50%) - computed 
+PASS ellipse(at center top 50px) serializes as ellipse(at 50% 50px) - computed 
+PASS ellipse(at center left 50%) serializes as ellipse(at 50% 50%) - computed 
+PASS ellipse(at center left 50px) serializes as ellipse(at 50px 50%) - computed 
+PASS ellipse(at center right 70%) serializes as ellipse(at 30% 50%) - computed 
+PASS ellipse(at center right 70px) serializes as ellipse(at right 70px top 50%) - computed 
+PASS ellipse(at center bottom 70%) serializes as ellipse(at 50% 30%) - computed 
+PASS ellipse(at center bottom 70px) serializes as ellipse(at left 50% bottom 70px) - computed 
+PASS ellipse(at left top 50%) serializes as ellipse(at 0% 50%) - computed 
+PASS ellipse(at left top 50px) serializes as ellipse(at 0% 50px) - computed 
+PASS ellipse(at left bottom 70%) serializes as ellipse(at 0% 30%) - computed 
+PASS ellipse(at left bottom 70px) serializes as ellipse(at left 0% bottom 70px) - computed 
+PASS ellipse(at top left 50%) serializes as ellipse(at 50% 0%) - computed 
+PASS ellipse(at top left 50px) serializes as ellipse(at 50px 0%) - computed 
+PASS ellipse(at top right 70%) serializes as ellipse(at 30% 0%) - computed 
+PASS ellipse(at top right 70px) serializes as ellipse(at right 70px top 0%) - computed 
+PASS ellipse(at bottom left 50%) serializes as ellipse(at 50% 100%) - computed 
+PASS ellipse(at bottom left 50px) serializes as ellipse(at 50px 100%) - computed 
+PASS ellipse(at bottom right 70%) serializes as ellipse(at 30% 100%) - computed 
+PASS ellipse(at bottom right 70px) serializes as ellipse(at right 70px top 100%) - computed 
+PASS ellipse(at right bottom 70%) serializes as ellipse(at 100% 30%) - computed 
+PASS ellipse(at right bottom 70px) serializes as ellipse(at left 100% bottom 70px) - computed 
+PASS ellipse(at right top 50%) serializes as ellipse(at 100% 50%) - computed 
+PASS ellipse(at right top 50px) serializes as ellipse(at 100% 50px) - computed 
+PASS ellipse(at left 50% center) serializes as ellipse(at 50% 50%) - computed 
+PASS ellipse(at left 50px center) serializes as ellipse(at 50px 50%) - computed 
+PASS ellipse(at left 50% top) serializes as ellipse(at 50% 0%) - computed 
+PASS ellipse(at left 50px top) serializes as ellipse(at 50px 0%) - computed 
+PASS ellipse(at left 50% bottom) serializes as ellipse(at 50% 100%) - computed 
+PASS ellipse(at left 50px bottom) serializes as ellipse(at 50px 100%) - computed 
+PASS ellipse(at top 50% center) serializes as ellipse(at 50% 50%) - computed 
+PASS ellipse(at top 50px center) serializes as ellipse(at 50% 50px) - computed 
+PASS ellipse(at top 50% left) serializes as ellipse(at 0% 50%) - computed 
+PASS ellipse(at top 50px left) serializes as ellipse(at 0% 50px) - computed 
+PASS ellipse(at top 50% right) serializes as ellipse(at 100% 50%) - computed 
+PASS ellipse(at top 50px right) serializes as ellipse(at 100% 50px) - computed 
+PASS ellipse(at bottom 70% center) serializes as ellipse(at 50% 30%) - computed 
+PASS ellipse(at bottom 70px center) serializes as ellipse(at left 50% bottom 70px) - computed 
+PASS ellipse(at bottom 70% left) serializes as ellipse(at 0% 30%) - computed 
+PASS ellipse(at bottom 70px left) serializes as ellipse(at left 0% bottom 70px) - computed 
+PASS ellipse(at bottom 70% right) serializes as ellipse(at 100% 30%) - computed 
+PASS ellipse(at bottom 70px right) serializes as ellipse(at left 100% bottom 70px) - computed 
+PASS ellipse(at right 80% center) serializes as ellipse(at 20% 50%) - computed 
+PASS ellipse(at right 80px center) serializes as ellipse(at right 80px top 50%) - computed 
+PASS ellipse(at right 80% bottom) serializes as ellipse(at 20% 100%) - computed 
+PASS ellipse(at right 80px bottom) serializes as ellipse(at right 80px top 100%) - computed 
+PASS ellipse(at right 80% top) serializes as ellipse(at 20% 0%) - computed 
+PASS ellipse(at right 80px top) serializes as ellipse(at right 80px top 0%) - computed 
+PASS ellipse(at left 50% top 50%) serializes as ellipse(at 50% 50%) - computed 
+PASS ellipse(at left 50% top 50px) serializes as ellipse(at 50% 50px) - computed 
+PASS ellipse(at left 50% bottom 70%) serializes as ellipse(at 50% 30%) - computed 
+PASS ellipse(at left 50% bottom 70px) serializes as ellipse(at left 50% bottom 70px) - computed 
+PASS ellipse(at left 50px top 50%) serializes as ellipse(at 50px 50%) - computed 
+PASS ellipse(at left 50px top 50px) serializes as ellipse(at 50px 50px) - computed 
+PASS ellipse(at left 50px bottom 70%) serializes as ellipse(at 50px 30%) - computed 
+PASS ellipse(at left 50px bottom 70px) serializes as ellipse(at left 50px bottom 70px) - computed 
+PASS ellipse(at top 50% left 50%) serializes as ellipse(at 50% 50%) - computed 
+PASS ellipse(at top 50% left 50px) serializes as ellipse(at 50px 50%) - computed 
+PASS ellipse(at top 50% right 80%) serializes as ellipse(at 20% 50%) - computed 
+PASS ellipse(at top 50% right 80px) serializes as ellipse(at right 80px top 50%) - computed 
+PASS ellipse(at top 50px left 50%) serializes as ellipse(at 50% 50px) - computed 
+PASS ellipse(at top 50px left 50px) serializes as ellipse(at 50px 50px) - computed 
+PASS ellipse(at top 50px right 80%) serializes as ellipse(at 20% 50px) - computed 
+PASS ellipse(at top 50px right 80px) serializes as ellipse(at right 80px top 50px) - computed 
+PASS ellipse(at bottom 70% left 50%) serializes as ellipse(at 50% 30%) - computed 
+PASS ellipse(at bottom 70% left 50px) serializes as ellipse(at 50px 30%) - computed 
+PASS ellipse(at bottom 70% right 80%) serializes as ellipse(at 20% 30%) - computed 
+PASS ellipse(at bottom 70% right 80px) serializes as ellipse(at right 80px top 30%) - computed 
+PASS ellipse(at bottom 70px left 50%) serializes as ellipse(at left 50% bottom 70px) - computed 
+PASS ellipse(at bottom 70px left 50px) serializes as ellipse(at left 50px bottom 70px) - computed 
+PASS ellipse(at bottom 70px right 80%) serializes as ellipse(at left 20% bottom 70px) - computed 
+PASS ellipse(at bottom 70px right 80px) serializes as ellipse(at right 80px bottom 70px) - computed 
+PASS ellipse(at right 80% top 50%) serializes as ellipse(at 20% 50%) - computed 
+PASS ellipse(at right 80% top 50px) serializes as ellipse(at 20% 50px) - computed 
+PASS ellipse(at right 80% bottom 70%) serializes as ellipse(at 20% 30%) - computed 
+PASS ellipse(at right 80% bottom 70px) serializes as ellipse(at left 20% bottom 70px) - computed 
+PASS ellipse(at right 80px top 50%) serializes as ellipse(at right 80px top 50%) - computed 
+PASS ellipse(at right 80px top 50px) serializes as ellipse(at right 80px top 50px) - computed 
+PASS ellipse(at right 80px bottom 70%) serializes as ellipse(at right 80px top 30%) - computed 
+PASS ellipse(at right 80px bottom 70px) serializes as ellipse(at right 80px bottom 70px) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-002-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-003-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-003-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,127 @@
</span><ins>+
+FAIL ellipse(at 50% left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 50px left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 80% right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 80px right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left right 80%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left right 80px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top bottom 80%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top bottom 80px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom bottom 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom bottom 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right right 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right right 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% center) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px center) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50% right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50px right) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50% left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50px left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50% bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50px bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50% top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50px top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70% top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70px top) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70% bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70px bottom) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80% left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80px left) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% bottom 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% bottom 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% right 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% right 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% center 65%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60% center 65px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px bottom 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px bottom 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px right 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px right 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px center 65%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at center 60px center 65px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50% center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50% center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50% right 80%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50% right 80px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50% left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50% left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50px center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50px center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50px right 80%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50px right 80px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50px left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50px left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50% center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50% center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50% bottom 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50% bottom 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50% top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50% top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50px center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50px center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50px bottom 70%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50px bottom 70px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50px top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at top 50px top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70% center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70% center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70% top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70% top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70% bottom 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70% bottom 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70px center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70px center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70px top 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70px top 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70px bottom 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at bottom 70px bottom 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80% center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80% center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80% left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80% left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80% right 85%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80% right 85px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80px center 60%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80px center 60px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80px left 50%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80px left 50px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80px right 85%) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at right 80px right 85px) is invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-003-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse004expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-004-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-004-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-004-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,1510 @@
</span><ins>+
+PASS test unit (inline): cm - ellipse(at 50cm) 
+PASS test unit (inline): cm - ellipse(at 50% 50cm) 
+PASS test unit (inline): cm - ellipse(at 50cm 50%) 
+PASS test unit (inline): cm - ellipse(at 50cm 50cm) 
+PASS test unit (inline): cm - ellipse(at left 50cm) 
+PASS test unit (inline): cm - ellipse(at 50cm top) 
+PASS test unit (inline): cm - ellipse(at right 80cm) 
+PASS test unit (inline): cm - ellipse(at 70cm bottom) 
+PASS test unit (inline): cm - ellipse(at center 60cm) 
+PASS test unit (inline): cm - ellipse(at 60cm center) 
+PASS test unit (inline): cm - ellipse(at center top 50cm) 
+PASS test unit (inline): cm - ellipse(at center left 50cm) 
+PASS test unit (inline): cm - ellipse(at center right 70cm) 
+PASS test unit (inline): cm - ellipse(at center bottom 70cm) 
+PASS test unit (inline): cm - ellipse(at left top 50cm) 
+PASS test unit (inline): cm - ellipse(at left bottom 70cm) 
+PASS test unit (inline): cm - ellipse(at top left 50cm) 
+PASS test unit (inline): cm - ellipse(at top right 70cm) 
+PASS test unit (inline): cm - ellipse(at bottom left 50cm) 
+PASS test unit (inline): cm - ellipse(at bottom right 70cm) 
+PASS test unit (inline): cm - ellipse(at right bottom 70cm) 
+PASS test unit (inline): cm - ellipse(at right top 50cm) 
+PASS test unit (inline): cm - ellipse(at left 50cm center) 
+PASS test unit (inline): cm - ellipse(at left 50cm top) 
+PASS test unit (inline): cm - ellipse(at left 50cm bottom) 
+PASS test unit (inline): cm - ellipse(at top 50cm center) 
+PASS test unit (inline): cm - ellipse(at top 50cm left) 
+PASS test unit (inline): cm - ellipse(at top 50cm right) 
+PASS test unit (inline): cm - ellipse(at bottom 70cm center) 
+PASS test unit (inline): cm - ellipse(at bottom 70cm left) 
+PASS test unit (inline): cm - ellipse(at bottom 70cm right) 
+PASS test unit (inline): cm - ellipse(at right 80cm center) 
+PASS test unit (inline): cm - ellipse(at right 80cm bottom) 
+PASS test unit (inline): cm - ellipse(at right 80cm top) 
+PASS test unit (inline): cm - ellipse(at left 50% top 50cm) 
+PASS test unit (inline): cm - ellipse(at left 50% bottom 70cm) 
+PASS test unit (inline): cm - ellipse(at left 50cm top 50%) 
+PASS test unit (inline): cm - ellipse(at left 50cm top 50cm) 
+PASS test unit (inline): cm - ellipse(at left 50cm bottom 70%) 
+PASS test unit (inline): cm - ellipse(at left 50cm bottom 70cm) 
+PASS test unit (inline): cm - ellipse(at top 50% left 50cm) 
+PASS test unit (inline): cm - ellipse(at top 50% right 80cm) 
+PASS test unit (inline): cm - ellipse(at top 50cm left 50%) 
+PASS test unit (inline): cm - ellipse(at top 50cm left 50cm) 
+PASS test unit (inline): cm - ellipse(at top 50cm right 80%) 
+PASS test unit (inline): cm - ellipse(at top 50cm right 80cm) 
+PASS test unit (inline): cm - ellipse(at bottom 70% left 50cm) 
+PASS test unit (inline): cm - ellipse(at bottom 70% right 80cm) 
+PASS test unit (inline): cm - ellipse(at bottom 70cm left 50%) 
+PASS test unit (inline): cm - ellipse(at bottom 70cm left 50cm) 
+PASS test unit (inline): cm - ellipse(at bottom 70cm right 80%) 
+PASS test unit (inline): cm - ellipse(at bottom 70cm right 80cm) 
+PASS test unit (inline): cm - ellipse(at right 80% top 50cm) 
+PASS test unit (inline): cm - ellipse(at right 80% bottom 70cm) 
+PASS test unit (inline): cm - ellipse(at right 80cm top 50%) 
+PASS test unit (inline): cm - ellipse(at right 80cm top 50cm) 
+PASS test unit (inline): cm - ellipse(at right 80cm bottom 70%) 
+PASS test unit (inline): cm - ellipse(at right 80cm bottom 70cm) 
+PASS test unit (inline): mm - ellipse(at 50mm) 
+PASS test unit (inline): mm - ellipse(at 50% 50mm) 
+PASS test unit (inline): mm - ellipse(at 50mm 50%) 
+PASS test unit (inline): mm - ellipse(at 50mm 50mm) 
+PASS test unit (inline): mm - ellipse(at left 50mm) 
+PASS test unit (inline): mm - ellipse(at 50mm top) 
+PASS test unit (inline): mm - ellipse(at right 80mm) 
+PASS test unit (inline): mm - ellipse(at 70mm bottom) 
+PASS test unit (inline): mm - ellipse(at center 60mm) 
+PASS test unit (inline): mm - ellipse(at 60mm center) 
+PASS test unit (inline): mm - ellipse(at center top 50mm) 
+PASS test unit (inline): mm - ellipse(at center left 50mm) 
+PASS test unit (inline): mm - ellipse(at center right 70mm) 
+PASS test unit (inline): mm - ellipse(at center bottom 70mm) 
+PASS test unit (inline): mm - ellipse(at left top 50mm) 
+PASS test unit (inline): mm - ellipse(at left bottom 70mm) 
+PASS test unit (inline): mm - ellipse(at top left 50mm) 
+PASS test unit (inline): mm - ellipse(at top right 70mm) 
+PASS test unit (inline): mm - ellipse(at bottom left 50mm) 
+PASS test unit (inline): mm - ellipse(at bottom right 70mm) 
+PASS test unit (inline): mm - ellipse(at right bottom 70mm) 
+PASS test unit (inline): mm - ellipse(at right top 50mm) 
+PASS test unit (inline): mm - ellipse(at left 50mm center) 
+PASS test unit (inline): mm - ellipse(at left 50mm top) 
+PASS test unit (inline): mm - ellipse(at left 50mm bottom) 
+PASS test unit (inline): mm - ellipse(at top 50mm center) 
+PASS test unit (inline): mm - ellipse(at top 50mm left) 
+PASS test unit (inline): mm - ellipse(at top 50mm right) 
+PASS test unit (inline): mm - ellipse(at bottom 70mm center) 
+PASS test unit (inline): mm - ellipse(at bottom 70mm left) 
+PASS test unit (inline): mm - ellipse(at bottom 70mm right) 
+PASS test unit (inline): mm - ellipse(at right 80mm center) 
+PASS test unit (inline): mm - ellipse(at right 80mm bottom) 
+PASS test unit (inline): mm - ellipse(at right 80mm top) 
+PASS test unit (inline): mm - ellipse(at left 50% top 50mm) 
+PASS test unit (inline): mm - ellipse(at left 50% bottom 70mm) 
+PASS test unit (inline): mm - ellipse(at left 50mm top 50%) 
+PASS test unit (inline): mm - ellipse(at left 50mm top 50mm) 
+PASS test unit (inline): mm - ellipse(at left 50mm bottom 70%) 
+PASS test unit (inline): mm - ellipse(at left 50mm bottom 70mm) 
+PASS test unit (inline): mm - ellipse(at top 50% left 50mm) 
+PASS test unit (inline): mm - ellipse(at top 50% right 80mm) 
+PASS test unit (inline): mm - ellipse(at top 50mm left 50%) 
+PASS test unit (inline): mm - ellipse(at top 50mm left 50mm) 
+PASS test unit (inline): mm - ellipse(at top 50mm right 80%) 
+PASS test unit (inline): mm - ellipse(at top 50mm right 80mm) 
+PASS test unit (inline): mm - ellipse(at bottom 70% left 50mm) 
+PASS test unit (inline): mm - ellipse(at bottom 70% right 80mm) 
+PASS test unit (inline): mm - ellipse(at bottom 70mm left 50%) 
+PASS test unit (inline): mm - ellipse(at bottom 70mm left 50mm) 
+PASS test unit (inline): mm - ellipse(at bottom 70mm right 80%) 
+PASS test unit (inline): mm - ellipse(at bottom 70mm right 80mm) 
+PASS test unit (inline): mm - ellipse(at right 80% top 50mm) 
+PASS test unit (inline): mm - ellipse(at right 80% bottom 70mm) 
+PASS test unit (inline): mm - ellipse(at right 80mm top 50%) 
+PASS test unit (inline): mm - ellipse(at right 80mm top 50mm) 
+PASS test unit (inline): mm - ellipse(at right 80mm bottom 70%) 
+PASS test unit (inline): mm - ellipse(at right 80mm bottom 70mm) 
+PASS test unit (inline): in - ellipse(at 50in) 
+PASS test unit (inline): in - ellipse(at 50% 50in) 
+PASS test unit (inline): in - ellipse(at 50in 50%) 
+PASS test unit (inline): in - ellipse(at 50in 50in) 
+PASS test unit (inline): in - ellipse(at left 50in) 
+PASS test unit (inline): in - ellipse(at 50in top) 
+PASS test unit (inline): in - ellipse(at right 80in) 
+PASS test unit (inline): in - ellipse(at 70in bottom) 
+PASS test unit (inline): in - ellipse(at center 60in) 
+PASS test unit (inline): in - ellipse(at 60in center) 
+PASS test unit (inline): in - ellipse(at center top 50in) 
+PASS test unit (inline): in - ellipse(at center left 50in) 
+PASS test unit (inline): in - ellipse(at center right 70in) 
+PASS test unit (inline): in - ellipse(at center bottom 70in) 
+PASS test unit (inline): in - ellipse(at left top 50in) 
+PASS test unit (inline): in - ellipse(at left bottom 70in) 
+PASS test unit (inline): in - ellipse(at top left 50in) 
+PASS test unit (inline): in - ellipse(at top right 70in) 
+PASS test unit (inline): in - ellipse(at bottom left 50in) 
+PASS test unit (inline): in - ellipse(at bottom right 70in) 
+PASS test unit (inline): in - ellipse(at right bottom 70in) 
+PASS test unit (inline): in - ellipse(at right top 50in) 
+PASS test unit (inline): in - ellipse(at left 50in center) 
+PASS test unit (inline): in - ellipse(at left 50in top) 
+PASS test unit (inline): in - ellipse(at left 50in bottom) 
+PASS test unit (inline): in - ellipse(at top 50in center) 
+PASS test unit (inline): in - ellipse(at top 50in left) 
+PASS test unit (inline): in - ellipse(at top 50in right) 
+PASS test unit (inline): in - ellipse(at bottom 70in center) 
+PASS test unit (inline): in - ellipse(at bottom 70in left) 
+PASS test unit (inline): in - ellipse(at bottom 70in right) 
+PASS test unit (inline): in - ellipse(at right 80in center) 
+PASS test unit (inline): in - ellipse(at right 80in bottom) 
+PASS test unit (inline): in - ellipse(at right 80in top) 
+PASS test unit (inline): in - ellipse(at left 50% top 50in) 
+PASS test unit (inline): in - ellipse(at left 50% bottom 70in) 
+PASS test unit (inline): in - ellipse(at left 50in top 50%) 
+PASS test unit (inline): in - ellipse(at left 50in top 50in) 
+PASS test unit (inline): in - ellipse(at left 50in bottom 70%) 
+PASS test unit (inline): in - ellipse(at left 50in bottom 70in) 
+PASS test unit (inline): in - ellipse(at top 50% left 50in) 
+PASS test unit (inline): in - ellipse(at top 50% right 80in) 
+PASS test unit (inline): in - ellipse(at top 50in left 50%) 
+PASS test unit (inline): in - ellipse(at top 50in left 50in) 
+PASS test unit (inline): in - ellipse(at top 50in right 80%) 
+PASS test unit (inline): in - ellipse(at top 50in right 80in) 
+PASS test unit (inline): in - ellipse(at bottom 70% left 50in) 
+PASS test unit (inline): in - ellipse(at bottom 70% right 80in) 
+PASS test unit (inline): in - ellipse(at bottom 70in left 50%) 
+PASS test unit (inline): in - ellipse(at bottom 70in left 50in) 
+PASS test unit (inline): in - ellipse(at bottom 70in right 80%) 
+PASS test unit (inline): in - ellipse(at bottom 70in right 80in) 
+PASS test unit (inline): in - ellipse(at right 80% top 50in) 
+PASS test unit (inline): in - ellipse(at right 80% bottom 70in) 
+PASS test unit (inline): in - ellipse(at right 80in top 50%) 
+PASS test unit (inline): in - ellipse(at right 80in top 50in) 
+PASS test unit (inline): in - ellipse(at right 80in bottom 70%) 
+PASS test unit (inline): in - ellipse(at right 80in bottom 70in) 
+PASS test unit (inline): pt - ellipse(at 50pt) 
+PASS test unit (inline): pt - ellipse(at 50% 50pt) 
+PASS test unit (inline): pt - ellipse(at 50pt 50%) 
+PASS test unit (inline): pt - ellipse(at 50pt 50pt) 
+PASS test unit (inline): pt - ellipse(at left 50pt) 
+PASS test unit (inline): pt - ellipse(at 50pt top) 
+PASS test unit (inline): pt - ellipse(at right 80pt) 
+PASS test unit (inline): pt - ellipse(at 70pt bottom) 
+PASS test unit (inline): pt - ellipse(at center 60pt) 
+PASS test unit (inline): pt - ellipse(at 60pt center) 
+PASS test unit (inline): pt - ellipse(at center top 50pt) 
+PASS test unit (inline): pt - ellipse(at center left 50pt) 
+PASS test unit (inline): pt - ellipse(at center right 70pt) 
+PASS test unit (inline): pt - ellipse(at center bottom 70pt) 
+PASS test unit (inline): pt - ellipse(at left top 50pt) 
+PASS test unit (inline): pt - ellipse(at left bottom 70pt) 
+PASS test unit (inline): pt - ellipse(at top left 50pt) 
+PASS test unit (inline): pt - ellipse(at top right 70pt) 
+PASS test unit (inline): pt - ellipse(at bottom left 50pt) 
+PASS test unit (inline): pt - ellipse(at bottom right 70pt) 
+PASS test unit (inline): pt - ellipse(at right bottom 70pt) 
+PASS test unit (inline): pt - ellipse(at right top 50pt) 
+PASS test unit (inline): pt - ellipse(at left 50pt center) 
+PASS test unit (inline): pt - ellipse(at left 50pt top) 
+PASS test unit (inline): pt - ellipse(at left 50pt bottom) 
+PASS test unit (inline): pt - ellipse(at top 50pt center) 
+PASS test unit (inline): pt - ellipse(at top 50pt left) 
+PASS test unit (inline): pt - ellipse(at top 50pt right) 
+PASS test unit (inline): pt - ellipse(at bottom 70pt center) 
+PASS test unit (inline): pt - ellipse(at bottom 70pt left) 
+PASS test unit (inline): pt - ellipse(at bottom 70pt right) 
+PASS test unit (inline): pt - ellipse(at right 80pt center) 
+PASS test unit (inline): pt - ellipse(at right 80pt bottom) 
+PASS test unit (inline): pt - ellipse(at right 80pt top) 
+PASS test unit (inline): pt - ellipse(at left 50% top 50pt) 
+PASS test unit (inline): pt - ellipse(at left 50% bottom 70pt) 
+PASS test unit (inline): pt - ellipse(at left 50pt top 50%) 
+PASS test unit (inline): pt - ellipse(at left 50pt top 50pt) 
+PASS test unit (inline): pt - ellipse(at left 50pt bottom 70%) 
+PASS test unit (inline): pt - ellipse(at left 50pt bottom 70pt) 
+PASS test unit (inline): pt - ellipse(at top 50% left 50pt) 
+PASS test unit (inline): pt - ellipse(at top 50% right 80pt) 
+PASS test unit (inline): pt - ellipse(at top 50pt left 50%) 
+PASS test unit (inline): pt - ellipse(at top 50pt left 50pt) 
+PASS test unit (inline): pt - ellipse(at top 50pt right 80%) 
+PASS test unit (inline): pt - ellipse(at top 50pt right 80pt) 
+PASS test unit (inline): pt - ellipse(at bottom 70% left 50pt) 
+PASS test unit (inline): pt - ellipse(at bottom 70% right 80pt) 
+PASS test unit (inline): pt - ellipse(at bottom 70pt left 50%) 
+PASS test unit (inline): pt - ellipse(at bottom 70pt left 50pt) 
+PASS test unit (inline): pt - ellipse(at bottom 70pt right 80%) 
+PASS test unit (inline): pt - ellipse(at bottom 70pt right 80pt) 
+PASS test unit (inline): pt - ellipse(at right 80% top 50pt) 
+PASS test unit (inline): pt - ellipse(at right 80% bottom 70pt) 
+PASS test unit (inline): pt - ellipse(at right 80pt top 50%) 
+PASS test unit (inline): pt - ellipse(at right 80pt top 50pt) 
+PASS test unit (inline): pt - ellipse(at right 80pt bottom 70%) 
+PASS test unit (inline): pt - ellipse(at right 80pt bottom 70pt) 
+PASS test unit (inline): pc - ellipse(at 50pc) 
+PASS test unit (inline): pc - ellipse(at 50% 50pc) 
+PASS test unit (inline): pc - ellipse(at 50pc 50%) 
+PASS test unit (inline): pc - ellipse(at 50pc 50pc) 
+PASS test unit (inline): pc - ellipse(at left 50pc) 
+PASS test unit (inline): pc - ellipse(at 50pc top) 
+PASS test unit (inline): pc - ellipse(at right 80pc) 
+PASS test unit (inline): pc - ellipse(at 70pc bottom) 
+PASS test unit (inline): pc - ellipse(at center 60pc) 
+PASS test unit (inline): pc - ellipse(at 60pc center) 
+PASS test unit (inline): pc - ellipse(at center top 50pc) 
+PASS test unit (inline): pc - ellipse(at center left 50pc) 
+PASS test unit (inline): pc - ellipse(at center right 70pc) 
+PASS test unit (inline): pc - ellipse(at center bottom 70pc) 
+PASS test unit (inline): pc - ellipse(at left top 50pc) 
+PASS test unit (inline): pc - ellipse(at left bottom 70pc) 
+PASS test unit (inline): pc - ellipse(at top left 50pc) 
+PASS test unit (inline): pc - ellipse(at top right 70pc) 
+PASS test unit (inline): pc - ellipse(at bottom left 50pc) 
+PASS test unit (inline): pc - ellipse(at bottom right 70pc) 
+PASS test unit (inline): pc - ellipse(at right bottom 70pc) 
+PASS test unit (inline): pc - ellipse(at right top 50pc) 
+PASS test unit (inline): pc - ellipse(at left 50pc center) 
+PASS test unit (inline): pc - ellipse(at left 50pc top) 
+PASS test unit (inline): pc - ellipse(at left 50pc bottom) 
+PASS test unit (inline): pc - ellipse(at top 50pc center) 
+PASS test unit (inline): pc - ellipse(at top 50pc left) 
+PASS test unit (inline): pc - ellipse(at top 50pc right) 
+PASS test unit (inline): pc - ellipse(at bottom 70pc center) 
+PASS test unit (inline): pc - ellipse(at bottom 70pc left) 
+PASS test unit (inline): pc - ellipse(at bottom 70pc right) 
+PASS test unit (inline): pc - ellipse(at right 80pc center) 
+PASS test unit (inline): pc - ellipse(at right 80pc bottom) 
+PASS test unit (inline): pc - ellipse(at right 80pc top) 
+PASS test unit (inline): pc - ellipse(at left 50% top 50pc) 
+PASS test unit (inline): pc - ellipse(at left 50% bottom 70pc) 
+PASS test unit (inline): pc - ellipse(at left 50pc top 50%) 
+PASS test unit (inline): pc - ellipse(at left 50pc top 50pc) 
+PASS test unit (inline): pc - ellipse(at left 50pc bottom 70%) 
+PASS test unit (inline): pc - ellipse(at left 50pc bottom 70pc) 
+PASS test unit (inline): pc - ellipse(at top 50% left 50pc) 
+PASS test unit (inline): pc - ellipse(at top 50% right 80pc) 
+PASS test unit (inline): pc - ellipse(at top 50pc left 50%) 
+PASS test unit (inline): pc - ellipse(at top 50pc left 50pc) 
+PASS test unit (inline): pc - ellipse(at top 50pc right 80%) 
+PASS test unit (inline): pc - ellipse(at top 50pc right 80pc) 
+PASS test unit (inline): pc - ellipse(at bottom 70% left 50pc) 
+PASS test unit (inline): pc - ellipse(at bottom 70% right 80pc) 
+PASS test unit (inline): pc - ellipse(at bottom 70pc left 50%) 
+PASS test unit (inline): pc - ellipse(at bottom 70pc left 50pc) 
+PASS test unit (inline): pc - ellipse(at bottom 70pc right 80%) 
+PASS test unit (inline): pc - ellipse(at bottom 70pc right 80pc) 
+PASS test unit (inline): pc - ellipse(at right 80% top 50pc) 
+PASS test unit (inline): pc - ellipse(at right 80% bottom 70pc) 
+PASS test unit (inline): pc - ellipse(at right 80pc top 50%) 
+PASS test unit (inline): pc - ellipse(at right 80pc top 50pc) 
+PASS test unit (inline): pc - ellipse(at right 80pc bottom 70%) 
+PASS test unit (inline): pc - ellipse(at right 80pc bottom 70pc) 
+PASS test unit (inline): em - ellipse(at 50em) 
+PASS test unit (inline): em - ellipse(at 50% 50em) 
+PASS test unit (inline): em - ellipse(at 50em 50%) 
+PASS test unit (inline): em - ellipse(at 50em 50em) 
+PASS test unit (inline): em - ellipse(at left 50em) 
+PASS test unit (inline): em - ellipse(at 50em top) 
+PASS test unit (inline): em - ellipse(at right 80em) 
+PASS test unit (inline): em - ellipse(at 70em bottom) 
+PASS test unit (inline): em - ellipse(at center 60em) 
+PASS test unit (inline): em - ellipse(at 60em center) 
+PASS test unit (inline): em - ellipse(at center top 50em) 
+PASS test unit (inline): em - ellipse(at center left 50em) 
+PASS test unit (inline): em - ellipse(at center right 70em) 
+PASS test unit (inline): em - ellipse(at center bottom 70em) 
+PASS test unit (inline): em - ellipse(at left top 50em) 
+PASS test unit (inline): em - ellipse(at left bottom 70em) 
+PASS test unit (inline): em - ellipse(at top left 50em) 
+PASS test unit (inline): em - ellipse(at top right 70em) 
+PASS test unit (inline): em - ellipse(at bottom left 50em) 
+PASS test unit (inline): em - ellipse(at bottom right 70em) 
+PASS test unit (inline): em - ellipse(at right bottom 70em) 
+PASS test unit (inline): em - ellipse(at right top 50em) 
+PASS test unit (inline): em - ellipse(at left 50em center) 
+PASS test unit (inline): em - ellipse(at left 50em top) 
+PASS test unit (inline): em - ellipse(at left 50em bottom) 
+PASS test unit (inline): em - ellipse(at top 50em center) 
+PASS test unit (inline): em - ellipse(at top 50em left) 
+PASS test unit (inline): em - ellipse(at top 50em right) 
+PASS test unit (inline): em - ellipse(at bottom 70em center) 
+PASS test unit (inline): em - ellipse(at bottom 70em left) 
+PASS test unit (inline): em - ellipse(at bottom 70em right) 
+PASS test unit (inline): em - ellipse(at right 80em center) 
+PASS test unit (inline): em - ellipse(at right 80em bottom) 
+PASS test unit (inline): em - ellipse(at right 80em top) 
+PASS test unit (inline): em - ellipse(at left 50% top 50em) 
+PASS test unit (inline): em - ellipse(at left 50% bottom 70em) 
+PASS test unit (inline): em - ellipse(at left 50em top 50%) 
+PASS test unit (inline): em - ellipse(at left 50em top 50em) 
+PASS test unit (inline): em - ellipse(at left 50em bottom 70%) 
+PASS test unit (inline): em - ellipse(at left 50em bottom 70em) 
+PASS test unit (inline): em - ellipse(at top 50% left 50em) 
+PASS test unit (inline): em - ellipse(at top 50% right 80em) 
+PASS test unit (inline): em - ellipse(at top 50em left 50%) 
+PASS test unit (inline): em - ellipse(at top 50em left 50em) 
+PASS test unit (inline): em - ellipse(at top 50em right 80%) 
+PASS test unit (inline): em - ellipse(at top 50em right 80em) 
+PASS test unit (inline): em - ellipse(at bottom 70% left 50em) 
+PASS test unit (inline): em - ellipse(at bottom 70% right 80em) 
+PASS test unit (inline): em - ellipse(at bottom 70em left 50%) 
+PASS test unit (inline): em - ellipse(at bottom 70em left 50em) 
+PASS test unit (inline): em - ellipse(at bottom 70em right 80%) 
+PASS test unit (inline): em - ellipse(at bottom 70em right 80em) 
+PASS test unit (inline): em - ellipse(at right 80% top 50em) 
+PASS test unit (inline): em - ellipse(at right 80% bottom 70em) 
+PASS test unit (inline): em - ellipse(at right 80em top 50%) 
+PASS test unit (inline): em - ellipse(at right 80em top 50em) 
+PASS test unit (inline): em - ellipse(at right 80em bottom 70%) 
+PASS test unit (inline): em - ellipse(at right 80em bottom 70em) 
+PASS test unit (inline): ex - ellipse(at 50ex) 
+PASS test unit (inline): ex - ellipse(at 50% 50ex) 
+PASS test unit (inline): ex - ellipse(at 50ex 50%) 
+PASS test unit (inline): ex - ellipse(at 50ex 50ex) 
+PASS test unit (inline): ex - ellipse(at left 50ex) 
+PASS test unit (inline): ex - ellipse(at 50ex top) 
+PASS test unit (inline): ex - ellipse(at right 80ex) 
+PASS test unit (inline): ex - ellipse(at 70ex bottom) 
+PASS test unit (inline): ex - ellipse(at center 60ex) 
+PASS test unit (inline): ex - ellipse(at 60ex center) 
+PASS test unit (inline): ex - ellipse(at center top 50ex) 
+PASS test unit (inline): ex - ellipse(at center left 50ex) 
+PASS test unit (inline): ex - ellipse(at center right 70ex) 
+PASS test unit (inline): ex - ellipse(at center bottom 70ex) 
+PASS test unit (inline): ex - ellipse(at left top 50ex) 
+PASS test unit (inline): ex - ellipse(at left bottom 70ex) 
+PASS test unit (inline): ex - ellipse(at top left 50ex) 
+PASS test unit (inline): ex - ellipse(at top right 70ex) 
+PASS test unit (inline): ex - ellipse(at bottom left 50ex) 
+PASS test unit (inline): ex - ellipse(at bottom right 70ex) 
+PASS test unit (inline): ex - ellipse(at right bottom 70ex) 
+PASS test unit (inline): ex - ellipse(at right top 50ex) 
+PASS test unit (inline): ex - ellipse(at left 50ex center) 
+PASS test unit (inline): ex - ellipse(at left 50ex top) 
+PASS test unit (inline): ex - ellipse(at left 50ex bottom) 
+PASS test unit (inline): ex - ellipse(at top 50ex center) 
+PASS test unit (inline): ex - ellipse(at top 50ex left) 
+PASS test unit (inline): ex - ellipse(at top 50ex right) 
+PASS test unit (inline): ex - ellipse(at bottom 70ex center) 
+PASS test unit (inline): ex - ellipse(at bottom 70ex left) 
+PASS test unit (inline): ex - ellipse(at bottom 70ex right) 
+PASS test unit (inline): ex - ellipse(at right 80ex center) 
+PASS test unit (inline): ex - ellipse(at right 80ex bottom) 
+PASS test unit (inline): ex - ellipse(at right 80ex top) 
+PASS test unit (inline): ex - ellipse(at left 50% top 50ex) 
+PASS test unit (inline): ex - ellipse(at left 50% bottom 70ex) 
+PASS test unit (inline): ex - ellipse(at left 50ex top 50%) 
+PASS test unit (inline): ex - ellipse(at left 50ex top 50ex) 
+PASS test unit (inline): ex - ellipse(at left 50ex bottom 70%) 
+PASS test unit (inline): ex - ellipse(at left 50ex bottom 70ex) 
+PASS test unit (inline): ex - ellipse(at top 50% left 50ex) 
+PASS test unit (inline): ex - ellipse(at top 50% right 80ex) 
+PASS test unit (inline): ex - ellipse(at top 50ex left 50%) 
+PASS test unit (inline): ex - ellipse(at top 50ex left 50ex) 
+PASS test unit (inline): ex - ellipse(at top 50ex right 80%) 
+PASS test unit (inline): ex - ellipse(at top 50ex right 80ex) 
+PASS test unit (inline): ex - ellipse(at bottom 70% left 50ex) 
+PASS test unit (inline): ex - ellipse(at bottom 70% right 80ex) 
+PASS test unit (inline): ex - ellipse(at bottom 70ex left 50%) 
+PASS test unit (inline): ex - ellipse(at bottom 70ex left 50ex) 
+PASS test unit (inline): ex - ellipse(at bottom 70ex right 80%) 
+PASS test unit (inline): ex - ellipse(at bottom 70ex right 80ex) 
+PASS test unit (inline): ex - ellipse(at right 80% top 50ex) 
+PASS test unit (inline): ex - ellipse(at right 80% bottom 70ex) 
+PASS test unit (inline): ex - ellipse(at right 80ex top 50%) 
+PASS test unit (inline): ex - ellipse(at right 80ex top 50ex) 
+PASS test unit (inline): ex - ellipse(at right 80ex bottom 70%) 
+PASS test unit (inline): ex - ellipse(at right 80ex bottom 70ex) 
+PASS test unit (inline): ch - ellipse(at 50ch) 
+PASS test unit (inline): ch - ellipse(at 50% 50ch) 
+PASS test unit (inline): ch - ellipse(at 50ch 50%) 
+PASS test unit (inline): ch - ellipse(at 50ch 50ch) 
+PASS test unit (inline): ch - ellipse(at left 50ch) 
+PASS test unit (inline): ch - ellipse(at 50ch top) 
+PASS test unit (inline): ch - ellipse(at right 80ch) 
+PASS test unit (inline): ch - ellipse(at 70ch bottom) 
+PASS test unit (inline): ch - ellipse(at center 60ch) 
+PASS test unit (inline): ch - ellipse(at 60ch center) 
+PASS test unit (inline): ch - ellipse(at center top 50ch) 
+PASS test unit (inline): ch - ellipse(at center left 50ch) 
+PASS test unit (inline): ch - ellipse(at center right 70ch) 
+PASS test unit (inline): ch - ellipse(at center bottom 70ch) 
+PASS test unit (inline): ch - ellipse(at left top 50ch) 
+PASS test unit (inline): ch - ellipse(at left bottom 70ch) 
+PASS test unit (inline): ch - ellipse(at top left 50ch) 
+PASS test unit (inline): ch - ellipse(at top right 70ch) 
+PASS test unit (inline): ch - ellipse(at bottom left 50ch) 
+PASS test unit (inline): ch - ellipse(at bottom right 70ch) 
+PASS test unit (inline): ch - ellipse(at right bottom 70ch) 
+PASS test unit (inline): ch - ellipse(at right top 50ch) 
+PASS test unit (inline): ch - ellipse(at left 50ch center) 
+PASS test unit (inline): ch - ellipse(at left 50ch top) 
+PASS test unit (inline): ch - ellipse(at left 50ch bottom) 
+PASS test unit (inline): ch - ellipse(at top 50ch center) 
+PASS test unit (inline): ch - ellipse(at top 50ch left) 
+PASS test unit (inline): ch - ellipse(at top 50ch right) 
+PASS test unit (inline): ch - ellipse(at bottom 70ch center) 
+PASS test unit (inline): ch - ellipse(at bottom 70ch left) 
+PASS test unit (inline): ch - ellipse(at bottom 70ch right) 
+PASS test unit (inline): ch - ellipse(at right 80ch center) 
+PASS test unit (inline): ch - ellipse(at right 80ch bottom) 
+PASS test unit (inline): ch - ellipse(at right 80ch top) 
+PASS test unit (inline): ch - ellipse(at left 50% top 50ch) 
+PASS test unit (inline): ch - ellipse(at left 50% bottom 70ch) 
+PASS test unit (inline): ch - ellipse(at left 50ch top 50%) 
+PASS test unit (inline): ch - ellipse(at left 50ch top 50ch) 
+PASS test unit (inline): ch - ellipse(at left 50ch bottom 70%) 
+PASS test unit (inline): ch - ellipse(at left 50ch bottom 70ch) 
+PASS test unit (inline): ch - ellipse(at top 50% left 50ch) 
+PASS test unit (inline): ch - ellipse(at top 50% right 80ch) 
+PASS test unit (inline): ch - ellipse(at top 50ch left 50%) 
+PASS test unit (inline): ch - ellipse(at top 50ch left 50ch) 
+PASS test unit (inline): ch - ellipse(at top 50ch right 80%) 
+PASS test unit (inline): ch - ellipse(at top 50ch right 80ch) 
+PASS test unit (inline): ch - ellipse(at bottom 70% left 50ch) 
+PASS test unit (inline): ch - ellipse(at bottom 70% right 80ch) 
+PASS test unit (inline): ch - ellipse(at bottom 70ch left 50%) 
+PASS test unit (inline): ch - ellipse(at bottom 70ch left 50ch) 
+PASS test unit (inline): ch - ellipse(at bottom 70ch right 80%) 
+PASS test unit (inline): ch - ellipse(at bottom 70ch right 80ch) 
+PASS test unit (inline): ch - ellipse(at right 80% top 50ch) 
+PASS test unit (inline): ch - ellipse(at right 80% bottom 70ch) 
+PASS test unit (inline): ch - ellipse(at right 80ch top 50%) 
+PASS test unit (inline): ch - ellipse(at right 80ch top 50ch) 
+PASS test unit (inline): ch - ellipse(at right 80ch bottom 70%) 
+PASS test unit (inline): ch - ellipse(at right 80ch bottom 70ch) 
+PASS test unit (inline): rem - ellipse(at 50rem) 
+PASS test unit (inline): rem - ellipse(at 50% 50rem) 
+PASS test unit (inline): rem - ellipse(at 50rem 50%) 
+PASS test unit (inline): rem - ellipse(at 50rem 50rem) 
+PASS test unit (inline): rem - ellipse(at left 50rem) 
+PASS test unit (inline): rem - ellipse(at 50rem top) 
+PASS test unit (inline): rem - ellipse(at right 80rem) 
+PASS test unit (inline): rem - ellipse(at 70rem bottom) 
+PASS test unit (inline): rem - ellipse(at center 60rem) 
+PASS test unit (inline): rem - ellipse(at 60rem center) 
+PASS test unit (inline): rem - ellipse(at center top 50rem) 
+PASS test unit (inline): rem - ellipse(at center left 50rem) 
+PASS test unit (inline): rem - ellipse(at center right 70rem) 
+PASS test unit (inline): rem - ellipse(at center bottom 70rem) 
+PASS test unit (inline): rem - ellipse(at left top 50rem) 
+PASS test unit (inline): rem - ellipse(at left bottom 70rem) 
+PASS test unit (inline): rem - ellipse(at top left 50rem) 
+PASS test unit (inline): rem - ellipse(at top right 70rem) 
+PASS test unit (inline): rem - ellipse(at bottom left 50rem) 
+PASS test unit (inline): rem - ellipse(at bottom right 70rem) 
+PASS test unit (inline): rem - ellipse(at right bottom 70rem) 
+PASS test unit (inline): rem - ellipse(at right top 50rem) 
+PASS test unit (inline): rem - ellipse(at left 50rem center) 
+PASS test unit (inline): rem - ellipse(at left 50rem top) 
+PASS test unit (inline): rem - ellipse(at left 50rem bottom) 
+PASS test unit (inline): rem - ellipse(at top 50rem center) 
+PASS test unit (inline): rem - ellipse(at top 50rem left) 
+PASS test unit (inline): rem - ellipse(at top 50rem right) 
+PASS test unit (inline): rem - ellipse(at bottom 70rem center) 
+PASS test unit (inline): rem - ellipse(at bottom 70rem left) 
+PASS test unit (inline): rem - ellipse(at bottom 70rem right) 
+PASS test unit (inline): rem - ellipse(at right 80rem center) 
+PASS test unit (inline): rem - ellipse(at right 80rem bottom) 
+PASS test unit (inline): rem - ellipse(at right 80rem top) 
+PASS test unit (inline): rem - ellipse(at left 50% top 50rem) 
+PASS test unit (inline): rem - ellipse(at left 50% bottom 70rem) 
+PASS test unit (inline): rem - ellipse(at left 50rem top 50%) 
+PASS test unit (inline): rem - ellipse(at left 50rem top 50rem) 
+PASS test unit (inline): rem - ellipse(at left 50rem bottom 70%) 
+PASS test unit (inline): rem - ellipse(at left 50rem bottom 70rem) 
+PASS test unit (inline): rem - ellipse(at top 50% left 50rem) 
+PASS test unit (inline): rem - ellipse(at top 50% right 80rem) 
+PASS test unit (inline): rem - ellipse(at top 50rem left 50%) 
+PASS test unit (inline): rem - ellipse(at top 50rem left 50rem) 
+PASS test unit (inline): rem - ellipse(at top 50rem right 80%) 
+PASS test unit (inline): rem - ellipse(at top 50rem right 80rem) 
+PASS test unit (inline): rem - ellipse(at bottom 70% left 50rem) 
+PASS test unit (inline): rem - ellipse(at bottom 70% right 80rem) 
+PASS test unit (inline): rem - ellipse(at bottom 70rem left 50%) 
+PASS test unit (inline): rem - ellipse(at bottom 70rem left 50rem) 
+PASS test unit (inline): rem - ellipse(at bottom 70rem right 80%) 
+PASS test unit (inline): rem - ellipse(at bottom 70rem right 80rem) 
+PASS test unit (inline): rem - ellipse(at right 80% top 50rem) 
+PASS test unit (inline): rem - ellipse(at right 80% bottom 70rem) 
+PASS test unit (inline): rem - ellipse(at right 80rem top 50%) 
+PASS test unit (inline): rem - ellipse(at right 80rem top 50rem) 
+PASS test unit (inline): rem - ellipse(at right 80rem bottom 70%) 
+PASS test unit (inline): rem - ellipse(at right 80rem bottom 70rem) 
+PASS test unit (inline): vw - ellipse(at 50vw) 
+PASS test unit (inline): vw - ellipse(at 50% 50vw) 
+PASS test unit (inline): vw - ellipse(at 50vw 50%) 
+PASS test unit (inline): vw - ellipse(at 50vw 50vw) 
+PASS test unit (inline): vw - ellipse(at left 50vw) 
+PASS test unit (inline): vw - ellipse(at 50vw top) 
+PASS test unit (inline): vw - ellipse(at right 80vw) 
+PASS test unit (inline): vw - ellipse(at 70vw bottom) 
+PASS test unit (inline): vw - ellipse(at center 60vw) 
+PASS test unit (inline): vw - ellipse(at 60vw center) 
+PASS test unit (inline): vw - ellipse(at center top 50vw) 
+PASS test unit (inline): vw - ellipse(at center left 50vw) 
+PASS test unit (inline): vw - ellipse(at center right 70vw) 
+PASS test unit (inline): vw - ellipse(at center bottom 70vw) 
+PASS test unit (inline): vw - ellipse(at left top 50vw) 
+PASS test unit (inline): vw - ellipse(at left bottom 70vw) 
+PASS test unit (inline): vw - ellipse(at top left 50vw) 
+PASS test unit (inline): vw - ellipse(at top right 70vw) 
+PASS test unit (inline): vw - ellipse(at bottom left 50vw) 
+PASS test unit (inline): vw - ellipse(at bottom right 70vw) 
+PASS test unit (inline): vw - ellipse(at right bottom 70vw) 
+PASS test unit (inline): vw - ellipse(at right top 50vw) 
+PASS test unit (inline): vw - ellipse(at left 50vw center) 
+PASS test unit (inline): vw - ellipse(at left 50vw top) 
+PASS test unit (inline): vw - ellipse(at left 50vw bottom) 
+PASS test unit (inline): vw - ellipse(at top 50vw center) 
+PASS test unit (inline): vw - ellipse(at top 50vw left) 
+PASS test unit (inline): vw - ellipse(at top 50vw right) 
+PASS test unit (inline): vw - ellipse(at bottom 70vw center) 
+PASS test unit (inline): vw - ellipse(at bottom 70vw left) 
+PASS test unit (inline): vw - ellipse(at bottom 70vw right) 
+PASS test unit (inline): vw - ellipse(at right 80vw center) 
+PASS test unit (inline): vw - ellipse(at right 80vw bottom) 
+PASS test unit (inline): vw - ellipse(at right 80vw top) 
+PASS test unit (inline): vw - ellipse(at left 50% top 50vw) 
+PASS test unit (inline): vw - ellipse(at left 50% bottom 70vw) 
+PASS test unit (inline): vw - ellipse(at left 50vw top 50%) 
+PASS test unit (inline): vw - ellipse(at left 50vw top 50vw) 
+PASS test unit (inline): vw - ellipse(at left 50vw bottom 70%) 
+PASS test unit (inline): vw - ellipse(at left 50vw bottom 70vw) 
+PASS test unit (inline): vw - ellipse(at top 50% left 50vw) 
+PASS test unit (inline): vw - ellipse(at top 50% right 80vw) 
+PASS test unit (inline): vw - ellipse(at top 50vw left 50%) 
+PASS test unit (inline): vw - ellipse(at top 50vw left 50vw) 
+PASS test unit (inline): vw - ellipse(at top 50vw right 80%) 
+PASS test unit (inline): vw - ellipse(at top 50vw right 80vw) 
+PASS test unit (inline): vw - ellipse(at bottom 70% left 50vw) 
+PASS test unit (inline): vw - ellipse(at bottom 70% right 80vw) 
+PASS test unit (inline): vw - ellipse(at bottom 70vw left 50%) 
+PASS test unit (inline): vw - ellipse(at bottom 70vw left 50vw) 
+PASS test unit (inline): vw - ellipse(at bottom 70vw right 80%) 
+PASS test unit (inline): vw - ellipse(at bottom 70vw right 80vw) 
+PASS test unit (inline): vw - ellipse(at right 80% top 50vw) 
+PASS test unit (inline): vw - ellipse(at right 80% bottom 70vw) 
+PASS test unit (inline): vw - ellipse(at right 80vw top 50%) 
+PASS test unit (inline): vw - ellipse(at right 80vw top 50vw) 
+PASS test unit (inline): vw - ellipse(at right 80vw bottom 70%) 
+PASS test unit (inline): vw - ellipse(at right 80vw bottom 70vw) 
+PASS test unit (inline): vh - ellipse(at 50vh) 
+PASS test unit (inline): vh - ellipse(at 50% 50vh) 
+PASS test unit (inline): vh - ellipse(at 50vh 50%) 
+PASS test unit (inline): vh - ellipse(at 50vh 50vh) 
+PASS test unit (inline): vh - ellipse(at left 50vh) 
+PASS test unit (inline): vh - ellipse(at 50vh top) 
+PASS test unit (inline): vh - ellipse(at right 80vh) 
+PASS test unit (inline): vh - ellipse(at 70vh bottom) 
+PASS test unit (inline): vh - ellipse(at center 60vh) 
+PASS test unit (inline): vh - ellipse(at 60vh center) 
+PASS test unit (inline): vh - ellipse(at center top 50vh) 
+PASS test unit (inline): vh - ellipse(at center left 50vh) 
+PASS test unit (inline): vh - ellipse(at center right 70vh) 
+PASS test unit (inline): vh - ellipse(at center bottom 70vh) 
+PASS test unit (inline): vh - ellipse(at left top 50vh) 
+PASS test unit (inline): vh - ellipse(at left bottom 70vh) 
+PASS test unit (inline): vh - ellipse(at top left 50vh) 
+PASS test unit (inline): vh - ellipse(at top right 70vh) 
+PASS test unit (inline): vh - ellipse(at bottom left 50vh) 
+PASS test unit (inline): vh - ellipse(at bottom right 70vh) 
+PASS test unit (inline): vh - ellipse(at right bottom 70vh) 
+PASS test unit (inline): vh - ellipse(at right top 50vh) 
+PASS test unit (inline): vh - ellipse(at left 50vh center) 
+PASS test unit (inline): vh - ellipse(at left 50vh top) 
+PASS test unit (inline): vh - ellipse(at left 50vh bottom) 
+PASS test unit (inline): vh - ellipse(at top 50vh center) 
+PASS test unit (inline): vh - ellipse(at top 50vh left) 
+PASS test unit (inline): vh - ellipse(at top 50vh right) 
+PASS test unit (inline): vh - ellipse(at bottom 70vh center) 
+PASS test unit (inline): vh - ellipse(at bottom 70vh left) 
+PASS test unit (inline): vh - ellipse(at bottom 70vh right) 
+PASS test unit (inline): vh - ellipse(at right 80vh center) 
+PASS test unit (inline): vh - ellipse(at right 80vh bottom) 
+PASS test unit (inline): vh - ellipse(at right 80vh top) 
+PASS test unit (inline): vh - ellipse(at left 50% top 50vh) 
+PASS test unit (inline): vh - ellipse(at left 50% bottom 70vh) 
+PASS test unit (inline): vh - ellipse(at left 50vh top 50%) 
+PASS test unit (inline): vh - ellipse(at left 50vh top 50vh) 
+PASS test unit (inline): vh - ellipse(at left 50vh bottom 70%) 
+PASS test unit (inline): vh - ellipse(at left 50vh bottom 70vh) 
+PASS test unit (inline): vh - ellipse(at top 50% left 50vh) 
+PASS test unit (inline): vh - ellipse(at top 50% right 80vh) 
+PASS test unit (inline): vh - ellipse(at top 50vh left 50%) 
+PASS test unit (inline): vh - ellipse(at top 50vh left 50vh) 
+PASS test unit (inline): vh - ellipse(at top 50vh right 80%) 
+PASS test unit (inline): vh - ellipse(at top 50vh right 80vh) 
+PASS test unit (inline): vh - ellipse(at bottom 70% left 50vh) 
+PASS test unit (inline): vh - ellipse(at bottom 70% right 80vh) 
+PASS test unit (inline): vh - ellipse(at bottom 70vh left 50%) 
+PASS test unit (inline): vh - ellipse(at bottom 70vh left 50vh) 
+PASS test unit (inline): vh - ellipse(at bottom 70vh right 80%) 
+PASS test unit (inline): vh - ellipse(at bottom 70vh right 80vh) 
+PASS test unit (inline): vh - ellipse(at right 80% top 50vh) 
+PASS test unit (inline): vh - ellipse(at right 80% bottom 70vh) 
+PASS test unit (inline): vh - ellipse(at right 80vh top 50%) 
+PASS test unit (inline): vh - ellipse(at right 80vh top 50vh) 
+PASS test unit (inline): vh - ellipse(at right 80vh bottom 70%) 
+PASS test unit (inline): vh - ellipse(at right 80vh bottom 70vh) 
+PASS test unit (inline): vmin - ellipse(at 50vmin) 
+PASS test unit (inline): vmin - ellipse(at 50% 50vmin) 
+PASS test unit (inline): vmin - ellipse(at 50vmin 50%) 
+PASS test unit (inline): vmin - ellipse(at 50vmin 50vmin) 
+PASS test unit (inline): vmin - ellipse(at left 50vmin) 
+PASS test unit (inline): vmin - ellipse(at 50vmin top) 
+PASS test unit (inline): vmin - ellipse(at right 80vmin) 
+PASS test unit (inline): vmin - ellipse(at 70vmin bottom) 
+PASS test unit (inline): vmin - ellipse(at center 60vmin) 
+PASS test unit (inline): vmin - ellipse(at 60vmin center) 
+PASS test unit (inline): vmin - ellipse(at center top 50vmin) 
+PASS test unit (inline): vmin - ellipse(at center left 50vmin) 
+PASS test unit (inline): vmin - ellipse(at center right 70vmin) 
+PASS test unit (inline): vmin - ellipse(at center bottom 70vmin) 
+PASS test unit (inline): vmin - ellipse(at left top 50vmin) 
+PASS test unit (inline): vmin - ellipse(at left bottom 70vmin) 
+PASS test unit (inline): vmin - ellipse(at top left 50vmin) 
+PASS test unit (inline): vmin - ellipse(at top right 70vmin) 
+PASS test unit (inline): vmin - ellipse(at bottom left 50vmin) 
+PASS test unit (inline): vmin - ellipse(at bottom right 70vmin) 
+PASS test unit (inline): vmin - ellipse(at right bottom 70vmin) 
+PASS test unit (inline): vmin - ellipse(at right top 50vmin) 
+PASS test unit (inline): vmin - ellipse(at left 50vmin center) 
+PASS test unit (inline): vmin - ellipse(at left 50vmin top) 
+PASS test unit (inline): vmin - ellipse(at left 50vmin bottom) 
+PASS test unit (inline): vmin - ellipse(at top 50vmin center) 
+PASS test unit (inline): vmin - ellipse(at top 50vmin left) 
+PASS test unit (inline): vmin - ellipse(at top 50vmin right) 
+PASS test unit (inline): vmin - ellipse(at bottom 70vmin center) 
+PASS test unit (inline): vmin - ellipse(at bottom 70vmin left) 
+PASS test unit (inline): vmin - ellipse(at bottom 70vmin right) 
+PASS test unit (inline): vmin - ellipse(at right 80vmin center) 
+PASS test unit (inline): vmin - ellipse(at right 80vmin bottom) 
+PASS test unit (inline): vmin - ellipse(at right 80vmin top) 
+PASS test unit (inline): vmin - ellipse(at left 50% top 50vmin) 
+PASS test unit (inline): vmin - ellipse(at left 50% bottom 70vmin) 
+PASS test unit (inline): vmin - ellipse(at left 50vmin top 50%) 
+PASS test unit (inline): vmin - ellipse(at left 50vmin top 50vmin) 
+PASS test unit (inline): vmin - ellipse(at left 50vmin bottom 70%) 
+PASS test unit (inline): vmin - ellipse(at left 50vmin bottom 70vmin) 
+PASS test unit (inline): vmin - ellipse(at top 50% left 50vmin) 
+PASS test unit (inline): vmin - ellipse(at top 50% right 80vmin) 
+PASS test unit (inline): vmin - ellipse(at top 50vmin left 50%) 
+PASS test unit (inline): vmin - ellipse(at top 50vmin left 50vmin) 
+PASS test unit (inline): vmin - ellipse(at top 50vmin right 80%) 
+PASS test unit (inline): vmin - ellipse(at top 50vmin right 80vmin) 
+PASS test unit (inline): vmin - ellipse(at bottom 70% left 50vmin) 
+PASS test unit (inline): vmin - ellipse(at bottom 70% right 80vmin) 
+PASS test unit (inline): vmin - ellipse(at bottom 70vmin left 50%) 
+PASS test unit (inline): vmin - ellipse(at bottom 70vmin left 50vmin) 
+PASS test unit (inline): vmin - ellipse(at bottom 70vmin right 80%) 
+PASS test unit (inline): vmin - ellipse(at bottom 70vmin right 80vmin) 
+PASS test unit (inline): vmin - ellipse(at right 80% top 50vmin) 
+PASS test unit (inline): vmin - ellipse(at right 80% bottom 70vmin) 
+PASS test unit (inline): vmin - ellipse(at right 80vmin top 50%) 
+PASS test unit (inline): vmin - ellipse(at right 80vmin top 50vmin) 
+PASS test unit (inline): vmin - ellipse(at right 80vmin bottom 70%) 
+PASS test unit (inline): vmin - ellipse(at right 80vmin bottom 70vmin) 
+PASS test unit (inline): vmax - ellipse(at 50vmax) 
+PASS test unit (inline): vmax - ellipse(at 50% 50vmax) 
+PASS test unit (inline): vmax - ellipse(at 50vmax 50%) 
+PASS test unit (inline): vmax - ellipse(at 50vmax 50vmax) 
+PASS test unit (inline): vmax - ellipse(at left 50vmax) 
+PASS test unit (inline): vmax - ellipse(at 50vmax top) 
+PASS test unit (inline): vmax - ellipse(at right 80vmax) 
+PASS test unit (inline): vmax - ellipse(at 70vmax bottom) 
+PASS test unit (inline): vmax - ellipse(at center 60vmax) 
+PASS test unit (inline): vmax - ellipse(at 60vmax center) 
+PASS test unit (inline): vmax - ellipse(at center top 50vmax) 
+PASS test unit (inline): vmax - ellipse(at center left 50vmax) 
+PASS test unit (inline): vmax - ellipse(at center right 70vmax) 
+PASS test unit (inline): vmax - ellipse(at center bottom 70vmax) 
+PASS test unit (inline): vmax - ellipse(at left top 50vmax) 
+PASS test unit (inline): vmax - ellipse(at left bottom 70vmax) 
+PASS test unit (inline): vmax - ellipse(at top left 50vmax) 
+PASS test unit (inline): vmax - ellipse(at top right 70vmax) 
+PASS test unit (inline): vmax - ellipse(at bottom left 50vmax) 
+PASS test unit (inline): vmax - ellipse(at bottom right 70vmax) 
+PASS test unit (inline): vmax - ellipse(at right bottom 70vmax) 
+PASS test unit (inline): vmax - ellipse(at right top 50vmax) 
+PASS test unit (inline): vmax - ellipse(at left 50vmax center) 
+PASS test unit (inline): vmax - ellipse(at left 50vmax top) 
+PASS test unit (inline): vmax - ellipse(at left 50vmax bottom) 
+PASS test unit (inline): vmax - ellipse(at top 50vmax center) 
+PASS test unit (inline): vmax - ellipse(at top 50vmax left) 
+PASS test unit (inline): vmax - ellipse(at top 50vmax right) 
+PASS test unit (inline): vmax - ellipse(at bottom 70vmax center) 
+PASS test unit (inline): vmax - ellipse(at bottom 70vmax left) 
+PASS test unit (inline): vmax - ellipse(at bottom 70vmax right) 
+PASS test unit (inline): vmax - ellipse(at right 80vmax center) 
+PASS test unit (inline): vmax - ellipse(at right 80vmax bottom) 
+PASS test unit (inline): vmax - ellipse(at right 80vmax top) 
+PASS test unit (inline): vmax - ellipse(at left 50% top 50vmax) 
+PASS test unit (inline): vmax - ellipse(at left 50% bottom 70vmax) 
+PASS test unit (inline): vmax - ellipse(at left 50vmax top 50%) 
+PASS test unit (inline): vmax - ellipse(at left 50vmax top 50vmax) 
+PASS test unit (inline): vmax - ellipse(at left 50vmax bottom 70%) 
+PASS test unit (inline): vmax - ellipse(at left 50vmax bottom 70vmax) 
+PASS test unit (inline): vmax - ellipse(at top 50% left 50vmax) 
+PASS test unit (inline): vmax - ellipse(at top 50% right 80vmax) 
+PASS test unit (inline): vmax - ellipse(at top 50vmax left 50%) 
+PASS test unit (inline): vmax - ellipse(at top 50vmax left 50vmax) 
+PASS test unit (inline): vmax - ellipse(at top 50vmax right 80%) 
+PASS test unit (inline): vmax - ellipse(at top 50vmax right 80vmax) 
+PASS test unit (inline): vmax - ellipse(at bottom 70% left 50vmax) 
+PASS test unit (inline): vmax - ellipse(at bottom 70% right 80vmax) 
+PASS test unit (inline): vmax - ellipse(at bottom 70vmax left 50%) 
+PASS test unit (inline): vmax - ellipse(at bottom 70vmax left 50vmax) 
+PASS test unit (inline): vmax - ellipse(at bottom 70vmax right 80%) 
+PASS test unit (inline): vmax - ellipse(at bottom 70vmax right 80vmax) 
+PASS test unit (inline): vmax - ellipse(at right 80% top 50vmax) 
+PASS test unit (inline): vmax - ellipse(at right 80% bottom 70vmax) 
+PASS test unit (inline): vmax - ellipse(at right 80vmax top 50%) 
+PASS test unit (inline): vmax - ellipse(at right 80vmax top 50vmax) 
+PASS test unit (inline): vmax - ellipse(at right 80vmax bottom 70%) 
+PASS test unit (inline): vmax - ellipse(at right 80vmax bottom 70vmax) 
+PASS test unit (computed): cm - ellipse(at 50cm) 
+PASS test unit (computed): cm - ellipse(at 50% 50cm) 
+PASS test unit (computed): cm - ellipse(at 50cm 50%) 
+PASS test unit (computed): cm - ellipse(at 50cm 50cm) 
+PASS test unit (computed): cm - ellipse(at left 50cm) 
+PASS test unit (computed): cm - ellipse(at 50cm top) 
+PASS test unit (computed): cm - ellipse(at right 80cm) 
+PASS test unit (computed): cm - ellipse(at 70cm bottom) 
+PASS test unit (computed): cm - ellipse(at center 60cm) 
+PASS test unit (computed): cm - ellipse(at 60cm center) 
+PASS test unit (computed): cm - ellipse(at center top 50cm) 
+PASS test unit (computed): cm - ellipse(at center left 50cm) 
+PASS test unit (computed): cm - ellipse(at center right 70cm) 
+PASS test unit (computed): cm - ellipse(at center bottom 70cm) 
+PASS test unit (computed): cm - ellipse(at left top 50cm) 
+PASS test unit (computed): cm - ellipse(at left bottom 70cm) 
+PASS test unit (computed): cm - ellipse(at top left 50cm) 
+PASS test unit (computed): cm - ellipse(at top right 70cm) 
+PASS test unit (computed): cm - ellipse(at bottom left 50cm) 
+PASS test unit (computed): cm - ellipse(at bottom right 70cm) 
+PASS test unit (computed): cm - ellipse(at right bottom 70cm) 
+PASS test unit (computed): cm - ellipse(at right top 50cm) 
+PASS test unit (computed): cm - ellipse(at left 50cm center) 
+PASS test unit (computed): cm - ellipse(at left 50cm top) 
+PASS test unit (computed): cm - ellipse(at left 50cm bottom) 
+PASS test unit (computed): cm - ellipse(at top 50cm center) 
+PASS test unit (computed): cm - ellipse(at top 50cm left) 
+PASS test unit (computed): cm - ellipse(at top 50cm right) 
+PASS test unit (computed): cm - ellipse(at bottom 70cm center) 
+PASS test unit (computed): cm - ellipse(at bottom 70cm left) 
+PASS test unit (computed): cm - ellipse(at bottom 70cm right) 
+PASS test unit (computed): cm - ellipse(at right 80cm center) 
+PASS test unit (computed): cm - ellipse(at right 80cm bottom) 
+PASS test unit (computed): cm - ellipse(at right 80cm top) 
+PASS test unit (computed): cm - ellipse(at left 50% top 50cm) 
+PASS test unit (computed): cm - ellipse(at left 50% bottom 70cm) 
+PASS test unit (computed): cm - ellipse(at left 50cm top 50%) 
+PASS test unit (computed): cm - ellipse(at left 50cm top 50cm) 
+PASS test unit (computed): cm - ellipse(at left 50cm bottom 70%) 
+PASS test unit (computed): cm - ellipse(at left 50cm bottom 70cm) 
+PASS test unit (computed): cm - ellipse(at top 50% left 50cm) 
+PASS test unit (computed): cm - ellipse(at top 50% right 80cm) 
+PASS test unit (computed): cm - ellipse(at top 50cm left 50%) 
+PASS test unit (computed): cm - ellipse(at top 50cm left 50cm) 
+PASS test unit (computed): cm - ellipse(at top 50cm right 80%) 
+PASS test unit (computed): cm - ellipse(at top 50cm right 80cm) 
+PASS test unit (computed): cm - ellipse(at bottom 70% left 50cm) 
+PASS test unit (computed): cm - ellipse(at bottom 70% right 80cm) 
+PASS test unit (computed): cm - ellipse(at bottom 70cm left 50%) 
+PASS test unit (computed): cm - ellipse(at bottom 70cm left 50cm) 
+PASS test unit (computed): cm - ellipse(at bottom 70cm right 80%) 
+PASS test unit (computed): cm - ellipse(at bottom 70cm right 80cm) 
+PASS test unit (computed): cm - ellipse(at right 80% top 50cm) 
+PASS test unit (computed): cm - ellipse(at right 80% bottom 70cm) 
+PASS test unit (computed): cm - ellipse(at right 80cm top 50%) 
+PASS test unit (computed): cm - ellipse(at right 80cm top 50cm) 
+PASS test unit (computed): cm - ellipse(at right 80cm bottom 70%) 
+PASS test unit (computed): cm - ellipse(at right 80cm bottom 70cm) 
+PASS test unit (computed): mm - ellipse(at 50mm) 
+PASS test unit (computed): mm - ellipse(at 50% 50mm) 
+PASS test unit (computed): mm - ellipse(at 50mm 50%) 
+PASS test unit (computed): mm - ellipse(at 50mm 50mm) 
+PASS test unit (computed): mm - ellipse(at left 50mm) 
+PASS test unit (computed): mm - ellipse(at 50mm top) 
+PASS test unit (computed): mm - ellipse(at right 80mm) 
+PASS test unit (computed): mm - ellipse(at 70mm bottom) 
+PASS test unit (computed): mm - ellipse(at center 60mm) 
+PASS test unit (computed): mm - ellipse(at 60mm center) 
+PASS test unit (computed): mm - ellipse(at center top 50mm) 
+PASS test unit (computed): mm - ellipse(at center left 50mm) 
+PASS test unit (computed): mm - ellipse(at center right 70mm) 
+PASS test unit (computed): mm - ellipse(at center bottom 70mm) 
+PASS test unit (computed): mm - ellipse(at left top 50mm) 
+PASS test unit (computed): mm - ellipse(at left bottom 70mm) 
+PASS test unit (computed): mm - ellipse(at top left 50mm) 
+PASS test unit (computed): mm - ellipse(at top right 70mm) 
+PASS test unit (computed): mm - ellipse(at bottom left 50mm) 
+PASS test unit (computed): mm - ellipse(at bottom right 70mm) 
+PASS test unit (computed): mm - ellipse(at right bottom 70mm) 
+PASS test unit (computed): mm - ellipse(at right top 50mm) 
+PASS test unit (computed): mm - ellipse(at left 50mm center) 
+PASS test unit (computed): mm - ellipse(at left 50mm top) 
+PASS test unit (computed): mm - ellipse(at left 50mm bottom) 
+PASS test unit (computed): mm - ellipse(at top 50mm center) 
+PASS test unit (computed): mm - ellipse(at top 50mm left) 
+PASS test unit (computed): mm - ellipse(at top 50mm right) 
+PASS test unit (computed): mm - ellipse(at bottom 70mm center) 
+PASS test unit (computed): mm - ellipse(at bottom 70mm left) 
+PASS test unit (computed): mm - ellipse(at bottom 70mm right) 
+PASS test unit (computed): mm - ellipse(at right 80mm center) 
+PASS test unit (computed): mm - ellipse(at right 80mm bottom) 
+PASS test unit (computed): mm - ellipse(at right 80mm top) 
+PASS test unit (computed): mm - ellipse(at left 50% top 50mm) 
+PASS test unit (computed): mm - ellipse(at left 50% bottom 70mm) 
+PASS test unit (computed): mm - ellipse(at left 50mm top 50%) 
+PASS test unit (computed): mm - ellipse(at left 50mm top 50mm) 
+PASS test unit (computed): mm - ellipse(at left 50mm bottom 70%) 
+PASS test unit (computed): mm - ellipse(at left 50mm bottom 70mm) 
+PASS test unit (computed): mm - ellipse(at top 50% left 50mm) 
+PASS test unit (computed): mm - ellipse(at top 50% right 80mm) 
+PASS test unit (computed): mm - ellipse(at top 50mm left 50%) 
+PASS test unit (computed): mm - ellipse(at top 50mm left 50mm) 
+PASS test unit (computed): mm - ellipse(at top 50mm right 80%) 
+PASS test unit (computed): mm - ellipse(at top 50mm right 80mm) 
+PASS test unit (computed): mm - ellipse(at bottom 70% left 50mm) 
+PASS test unit (computed): mm - ellipse(at bottom 70% right 80mm) 
+PASS test unit (computed): mm - ellipse(at bottom 70mm left 50%) 
+PASS test unit (computed): mm - ellipse(at bottom 70mm left 50mm) 
+PASS test unit (computed): mm - ellipse(at bottom 70mm right 80%) 
+PASS test unit (computed): mm - ellipse(at bottom 70mm right 80mm) 
+PASS test unit (computed): mm - ellipse(at right 80% top 50mm) 
+PASS test unit (computed): mm - ellipse(at right 80% bottom 70mm) 
+PASS test unit (computed): mm - ellipse(at right 80mm top 50%) 
+PASS test unit (computed): mm - ellipse(at right 80mm top 50mm) 
+PASS test unit (computed): mm - ellipse(at right 80mm bottom 70%) 
+PASS test unit (computed): mm - ellipse(at right 80mm bottom 70mm) 
+PASS test unit (computed): in - ellipse(at 50in) 
+PASS test unit (computed): in - ellipse(at 50% 50in) 
+PASS test unit (computed): in - ellipse(at 50in 50%) 
+PASS test unit (computed): in - ellipse(at 50in 50in) 
+PASS test unit (computed): in - ellipse(at left 50in) 
+PASS test unit (computed): in - ellipse(at 50in top) 
+PASS test unit (computed): in - ellipse(at right 80in) 
+PASS test unit (computed): in - ellipse(at 70in bottom) 
+PASS test unit (computed): in - ellipse(at center 60in) 
+PASS test unit (computed): in - ellipse(at 60in center) 
+PASS test unit (computed): in - ellipse(at center top 50in) 
+PASS test unit (computed): in - ellipse(at center left 50in) 
+PASS test unit (computed): in - ellipse(at center right 70in) 
+PASS test unit (computed): in - ellipse(at center bottom 70in) 
+PASS test unit (computed): in - ellipse(at left top 50in) 
+PASS test unit (computed): in - ellipse(at left bottom 70in) 
+PASS test unit (computed): in - ellipse(at top left 50in) 
+PASS test unit (computed): in - ellipse(at top right 70in) 
+PASS test unit (computed): in - ellipse(at bottom left 50in) 
+PASS test unit (computed): in - ellipse(at bottom right 70in) 
+PASS test unit (computed): in - ellipse(at right bottom 70in) 
+PASS test unit (computed): in - ellipse(at right top 50in) 
+PASS test unit (computed): in - ellipse(at left 50in center) 
+PASS test unit (computed): in - ellipse(at left 50in top) 
+PASS test unit (computed): in - ellipse(at left 50in bottom) 
+PASS test unit (computed): in - ellipse(at top 50in center) 
+PASS test unit (computed): in - ellipse(at top 50in left) 
+PASS test unit (computed): in - ellipse(at top 50in right) 
+PASS test unit (computed): in - ellipse(at bottom 70in center) 
+PASS test unit (computed): in - ellipse(at bottom 70in left) 
+PASS test unit (computed): in - ellipse(at bottom 70in right) 
+PASS test unit (computed): in - ellipse(at right 80in center) 
+PASS test unit (computed): in - ellipse(at right 80in bottom) 
+PASS test unit (computed): in - ellipse(at right 80in top) 
+PASS test unit (computed): in - ellipse(at left 50% top 50in) 
+PASS test unit (computed): in - ellipse(at left 50% bottom 70in) 
+PASS test unit (computed): in - ellipse(at left 50in top 50%) 
+PASS test unit (computed): in - ellipse(at left 50in top 50in) 
+PASS test unit (computed): in - ellipse(at left 50in bottom 70%) 
+PASS test unit (computed): in - ellipse(at left 50in bottom 70in) 
+PASS test unit (computed): in - ellipse(at top 50% left 50in) 
+PASS test unit (computed): in - ellipse(at top 50% right 80in) 
+PASS test unit (computed): in - ellipse(at top 50in left 50%) 
+PASS test unit (computed): in - ellipse(at top 50in left 50in) 
+PASS test unit (computed): in - ellipse(at top 50in right 80%) 
+PASS test unit (computed): in - ellipse(at top 50in right 80in) 
+PASS test unit (computed): in - ellipse(at bottom 70% left 50in) 
+PASS test unit (computed): in - ellipse(at bottom 70% right 80in) 
+PASS test unit (computed): in - ellipse(at bottom 70in left 50%) 
+PASS test unit (computed): in - ellipse(at bottom 70in left 50in) 
+PASS test unit (computed): in - ellipse(at bottom 70in right 80%) 
+PASS test unit (computed): in - ellipse(at bottom 70in right 80in) 
+PASS test unit (computed): in - ellipse(at right 80% top 50in) 
+PASS test unit (computed): in - ellipse(at right 80% bottom 70in) 
+PASS test unit (computed): in - ellipse(at right 80in top 50%) 
+PASS test unit (computed): in - ellipse(at right 80in top 50in) 
+PASS test unit (computed): in - ellipse(at right 80in bottom 70%) 
+PASS test unit (computed): in - ellipse(at right 80in bottom 70in) 
+PASS test unit (computed): pt - ellipse(at 50pt) 
+PASS test unit (computed): pt - ellipse(at 50% 50pt) 
+PASS test unit (computed): pt - ellipse(at 50pt 50%) 
+PASS test unit (computed): pt - ellipse(at 50pt 50pt) 
+PASS test unit (computed): pt - ellipse(at left 50pt) 
+PASS test unit (computed): pt - ellipse(at 50pt top) 
+PASS test unit (computed): pt - ellipse(at right 80pt) 
+PASS test unit (computed): pt - ellipse(at 70pt bottom) 
+PASS test unit (computed): pt - ellipse(at center 60pt) 
+PASS test unit (computed): pt - ellipse(at 60pt center) 
+PASS test unit (computed): pt - ellipse(at center top 50pt) 
+PASS test unit (computed): pt - ellipse(at center left 50pt) 
+PASS test unit (computed): pt - ellipse(at center right 70pt) 
+PASS test unit (computed): pt - ellipse(at center bottom 70pt) 
+PASS test unit (computed): pt - ellipse(at left top 50pt) 
+PASS test unit (computed): pt - ellipse(at left bottom 70pt) 
+PASS test unit (computed): pt - ellipse(at top left 50pt) 
+PASS test unit (computed): pt - ellipse(at top right 70pt) 
+PASS test unit (computed): pt - ellipse(at bottom left 50pt) 
+PASS test unit (computed): pt - ellipse(at bottom right 70pt) 
+PASS test unit (computed): pt - ellipse(at right bottom 70pt) 
+PASS test unit (computed): pt - ellipse(at right top 50pt) 
+PASS test unit (computed): pt - ellipse(at left 50pt center) 
+PASS test unit (computed): pt - ellipse(at left 50pt top) 
+PASS test unit (computed): pt - ellipse(at left 50pt bottom) 
+PASS test unit (computed): pt - ellipse(at top 50pt center) 
+PASS test unit (computed): pt - ellipse(at top 50pt left) 
+PASS test unit (computed): pt - ellipse(at top 50pt right) 
+PASS test unit (computed): pt - ellipse(at bottom 70pt center) 
+PASS test unit (computed): pt - ellipse(at bottom 70pt left) 
+PASS test unit (computed): pt - ellipse(at bottom 70pt right) 
+PASS test unit (computed): pt - ellipse(at right 80pt center) 
+PASS test unit (computed): pt - ellipse(at right 80pt bottom) 
+PASS test unit (computed): pt - ellipse(at right 80pt top) 
+PASS test unit (computed): pt - ellipse(at left 50% top 50pt) 
+PASS test unit (computed): pt - ellipse(at left 50% bottom 70pt) 
+PASS test unit (computed): pt - ellipse(at left 50pt top 50%) 
+PASS test unit (computed): pt - ellipse(at left 50pt top 50pt) 
+PASS test unit (computed): pt - ellipse(at left 50pt bottom 70%) 
+PASS test unit (computed): pt - ellipse(at left 50pt bottom 70pt) 
+PASS test unit (computed): pt - ellipse(at top 50% left 50pt) 
+PASS test unit (computed): pt - ellipse(at top 50% right 80pt) 
+PASS test unit (computed): pt - ellipse(at top 50pt left 50%) 
+PASS test unit (computed): pt - ellipse(at top 50pt left 50pt) 
+PASS test unit (computed): pt - ellipse(at top 50pt right 80%) 
+PASS test unit (computed): pt - ellipse(at top 50pt right 80pt) 
+PASS test unit (computed): pt - ellipse(at bottom 70% left 50pt) 
+PASS test unit (computed): pt - ellipse(at bottom 70% right 80pt) 
+PASS test unit (computed): pt - ellipse(at bottom 70pt left 50%) 
+PASS test unit (computed): pt - ellipse(at bottom 70pt left 50pt) 
+PASS test unit (computed): pt - ellipse(at bottom 70pt right 80%) 
+PASS test unit (computed): pt - ellipse(at bottom 70pt right 80pt) 
+PASS test unit (computed): pt - ellipse(at right 80% top 50pt) 
+PASS test unit (computed): pt - ellipse(at right 80% bottom 70pt) 
+PASS test unit (computed): pt - ellipse(at right 80pt top 50%) 
+PASS test unit (computed): pt - ellipse(at right 80pt top 50pt) 
+PASS test unit (computed): pt - ellipse(at right 80pt bottom 70%) 
+PASS test unit (computed): pt - ellipse(at right 80pt bottom 70pt) 
+PASS test unit (computed): pc - ellipse(at 50pc) 
+PASS test unit (computed): pc - ellipse(at 50% 50pc) 
+PASS test unit (computed): pc - ellipse(at 50pc 50%) 
+PASS test unit (computed): pc - ellipse(at 50pc 50pc) 
+PASS test unit (computed): pc - ellipse(at left 50pc) 
+PASS test unit (computed): pc - ellipse(at 50pc top) 
+PASS test unit (computed): pc - ellipse(at right 80pc) 
+PASS test unit (computed): pc - ellipse(at 70pc bottom) 
+PASS test unit (computed): pc - ellipse(at center 60pc) 
+PASS test unit (computed): pc - ellipse(at 60pc center) 
+PASS test unit (computed): pc - ellipse(at center top 50pc) 
+PASS test unit (computed): pc - ellipse(at center left 50pc) 
+PASS test unit (computed): pc - ellipse(at center right 70pc) 
+PASS test unit (computed): pc - ellipse(at center bottom 70pc) 
+PASS test unit (computed): pc - ellipse(at left top 50pc) 
+PASS test unit (computed): pc - ellipse(at left bottom 70pc) 
+PASS test unit (computed): pc - ellipse(at top left 50pc) 
+PASS test unit (computed): pc - ellipse(at top right 70pc) 
+PASS test unit (computed): pc - ellipse(at bottom left 50pc) 
+PASS test unit (computed): pc - ellipse(at bottom right 70pc) 
+PASS test unit (computed): pc - ellipse(at right bottom 70pc) 
+PASS test unit (computed): pc - ellipse(at right top 50pc) 
+PASS test unit (computed): pc - ellipse(at left 50pc center) 
+PASS test unit (computed): pc - ellipse(at left 50pc top) 
+PASS test unit (computed): pc - ellipse(at left 50pc bottom) 
+PASS test unit (computed): pc - ellipse(at top 50pc center) 
+PASS test unit (computed): pc - ellipse(at top 50pc left) 
+PASS test unit (computed): pc - ellipse(at top 50pc right) 
+PASS test unit (computed): pc - ellipse(at bottom 70pc center) 
+PASS test unit (computed): pc - ellipse(at bottom 70pc left) 
+PASS test unit (computed): pc - ellipse(at bottom 70pc right) 
+PASS test unit (computed): pc - ellipse(at right 80pc center) 
+PASS test unit (computed): pc - ellipse(at right 80pc bottom) 
+PASS test unit (computed): pc - ellipse(at right 80pc top) 
+PASS test unit (computed): pc - ellipse(at left 50% top 50pc) 
+PASS test unit (computed): pc - ellipse(at left 50% bottom 70pc) 
+PASS test unit (computed): pc - ellipse(at left 50pc top 50%) 
+PASS test unit (computed): pc - ellipse(at left 50pc top 50pc) 
+PASS test unit (computed): pc - ellipse(at left 50pc bottom 70%) 
+PASS test unit (computed): pc - ellipse(at left 50pc bottom 70pc) 
+PASS test unit (computed): pc - ellipse(at top 50% left 50pc) 
+PASS test unit (computed): pc - ellipse(at top 50% right 80pc) 
+PASS test unit (computed): pc - ellipse(at top 50pc left 50%) 
+PASS test unit (computed): pc - ellipse(at top 50pc left 50pc) 
+PASS test unit (computed): pc - ellipse(at top 50pc right 80%) 
+PASS test unit (computed): pc - ellipse(at top 50pc right 80pc) 
+PASS test unit (computed): pc - ellipse(at bottom 70% left 50pc) 
+PASS test unit (computed): pc - ellipse(at bottom 70% right 80pc) 
+PASS test unit (computed): pc - ellipse(at bottom 70pc left 50%) 
+PASS test unit (computed): pc - ellipse(at bottom 70pc left 50pc) 
+PASS test unit (computed): pc - ellipse(at bottom 70pc right 80%) 
+PASS test unit (computed): pc - ellipse(at bottom 70pc right 80pc) 
+PASS test unit (computed): pc - ellipse(at right 80% top 50pc) 
+PASS test unit (computed): pc - ellipse(at right 80% bottom 70pc) 
+PASS test unit (computed): pc - ellipse(at right 80pc top 50%) 
+PASS test unit (computed): pc - ellipse(at right 80pc top 50pc) 
+PASS test unit (computed): pc - ellipse(at right 80pc bottom 70%) 
+PASS test unit (computed): pc - ellipse(at right 80pc bottom 70pc) 
+PASS test unit (computed): em - ellipse(at 50em) 
+PASS test unit (computed): em - ellipse(at 50% 50em) 
+PASS test unit (computed): em - ellipse(at 50em 50%) 
+PASS test unit (computed): em - ellipse(at 50em 50em) 
+PASS test unit (computed): em - ellipse(at left 50em) 
+PASS test unit (computed): em - ellipse(at 50em top) 
+PASS test unit (computed): em - ellipse(at right 80em) 
+PASS test unit (computed): em - ellipse(at 70em bottom) 
+PASS test unit (computed): em - ellipse(at center 60em) 
+PASS test unit (computed): em - ellipse(at 60em center) 
+PASS test unit (computed): em - ellipse(at center top 50em) 
+PASS test unit (computed): em - ellipse(at center left 50em) 
+PASS test unit (computed): em - ellipse(at center right 70em) 
+PASS test unit (computed): em - ellipse(at center bottom 70em) 
+PASS test unit (computed): em - ellipse(at left top 50em) 
+PASS test unit (computed): em - ellipse(at left bottom 70em) 
+PASS test unit (computed): em - ellipse(at top left 50em) 
+PASS test unit (computed): em - ellipse(at top right 70em) 
+PASS test unit (computed): em - ellipse(at bottom left 50em) 
+PASS test unit (computed): em - ellipse(at bottom right 70em) 
+PASS test unit (computed): em - ellipse(at right bottom 70em) 
+PASS test unit (computed): em - ellipse(at right top 50em) 
+PASS test unit (computed): em - ellipse(at left 50em center) 
+PASS test unit (computed): em - ellipse(at left 50em top) 
+PASS test unit (computed): em - ellipse(at left 50em bottom) 
+PASS test unit (computed): em - ellipse(at top 50em center) 
+PASS test unit (computed): em - ellipse(at top 50em left) 
+PASS test unit (computed): em - ellipse(at top 50em right) 
+PASS test unit (computed): em - ellipse(at bottom 70em center) 
+PASS test unit (computed): em - ellipse(at bottom 70em left) 
+PASS test unit (computed): em - ellipse(at bottom 70em right) 
+PASS test unit (computed): em - ellipse(at right 80em center) 
+PASS test unit (computed): em - ellipse(at right 80em bottom) 
+PASS test unit (computed): em - ellipse(at right 80em top) 
+PASS test unit (computed): em - ellipse(at left 50% top 50em) 
+PASS test unit (computed): em - ellipse(at left 50% bottom 70em) 
+PASS test unit (computed): em - ellipse(at left 50em top 50%) 
+PASS test unit (computed): em - ellipse(at left 50em top 50em) 
+PASS test unit (computed): em - ellipse(at left 50em bottom 70%) 
+PASS test unit (computed): em - ellipse(at left 50em bottom 70em) 
+PASS test unit (computed): em - ellipse(at top 50% left 50em) 
+PASS test unit (computed): em - ellipse(at top 50% right 80em) 
+PASS test unit (computed): em - ellipse(at top 50em left 50%) 
+PASS test unit (computed): em - ellipse(at top 50em left 50em) 
+PASS test unit (computed): em - ellipse(at top 50em right 80%) 
+PASS test unit (computed): em - ellipse(at top 50em right 80em) 
+PASS test unit (computed): em - ellipse(at bottom 70% left 50em) 
+PASS test unit (computed): em - ellipse(at bottom 70% right 80em) 
+PASS test unit (computed): em - ellipse(at bottom 70em left 50%) 
+PASS test unit (computed): em - ellipse(at bottom 70em left 50em) 
+PASS test unit (computed): em - ellipse(at bottom 70em right 80%) 
+PASS test unit (computed): em - ellipse(at bottom 70em right 80em) 
+PASS test unit (computed): em - ellipse(at right 80% top 50em) 
+PASS test unit (computed): em - ellipse(at right 80% bottom 70em) 
+PASS test unit (computed): em - ellipse(at right 80em top 50%) 
+PASS test unit (computed): em - ellipse(at right 80em top 50em) 
+PASS test unit (computed): em - ellipse(at right 80em bottom 70%) 
+PASS test unit (computed): em - ellipse(at right 80em bottom 70em) 
+PASS test unit (computed): ex - ellipse(at 50ex) 
+PASS test unit (computed): ex - ellipse(at 50% 50ex) 
+PASS test unit (computed): ex - ellipse(at 50ex 50%) 
+PASS test unit (computed): ex - ellipse(at 50ex 50ex) 
+PASS test unit (computed): ex - ellipse(at left 50ex) 
+PASS test unit (computed): ex - ellipse(at 50ex top) 
+PASS test unit (computed): ex - ellipse(at right 80ex) 
+PASS test unit (computed): ex - ellipse(at 70ex bottom) 
+PASS test unit (computed): ex - ellipse(at center 60ex) 
+PASS test unit (computed): ex - ellipse(at 60ex center) 
+PASS test unit (computed): ex - ellipse(at center top 50ex) 
+PASS test unit (computed): ex - ellipse(at center left 50ex) 
+PASS test unit (computed): ex - ellipse(at center right 70ex) 
+PASS test unit (computed): ex - ellipse(at center bottom 70ex) 
+PASS test unit (computed): ex - ellipse(at left top 50ex) 
+PASS test unit (computed): ex - ellipse(at left bottom 70ex) 
+PASS test unit (computed): ex - ellipse(at top left 50ex) 
+PASS test unit (computed): ex - ellipse(at top right 70ex) 
+PASS test unit (computed): ex - ellipse(at bottom left 50ex) 
+PASS test unit (computed): ex - ellipse(at bottom right 70ex) 
+PASS test unit (computed): ex - ellipse(at right bottom 70ex) 
+PASS test unit (computed): ex - ellipse(at right top 50ex) 
+PASS test unit (computed): ex - ellipse(at left 50ex center) 
+PASS test unit (computed): ex - ellipse(at left 50ex top) 
+PASS test unit (computed): ex - ellipse(at left 50ex bottom) 
+PASS test unit (computed): ex - ellipse(at top 50ex center) 
+PASS test unit (computed): ex - ellipse(at top 50ex left) 
+PASS test unit (computed): ex - ellipse(at top 50ex right) 
+PASS test unit (computed): ex - ellipse(at bottom 70ex center) 
+PASS test unit (computed): ex - ellipse(at bottom 70ex left) 
+PASS test unit (computed): ex - ellipse(at bottom 70ex right) 
+PASS test unit (computed): ex - ellipse(at right 80ex center) 
+PASS test unit (computed): ex - ellipse(at right 80ex bottom) 
+PASS test unit (computed): ex - ellipse(at right 80ex top) 
+PASS test unit (computed): ex - ellipse(at left 50% top 50ex) 
+PASS test unit (computed): ex - ellipse(at left 50% bottom 70ex) 
+PASS test unit (computed): ex - ellipse(at left 50ex top 50%) 
+PASS test unit (computed): ex - ellipse(at left 50ex top 50ex) 
+PASS test unit (computed): ex - ellipse(at left 50ex bottom 70%) 
+PASS test unit (computed): ex - ellipse(at left 50ex bottom 70ex) 
+PASS test unit (computed): ex - ellipse(at top 50% left 50ex) 
+PASS test unit (computed): ex - ellipse(at top 50% right 80ex) 
+PASS test unit (computed): ex - ellipse(at top 50ex left 50%) 
+PASS test unit (computed): ex - ellipse(at top 50ex left 50ex) 
+PASS test unit (computed): ex - ellipse(at top 50ex right 80%) 
+PASS test unit (computed): ex - ellipse(at top 50ex right 80ex) 
+PASS test unit (computed): ex - ellipse(at bottom 70% left 50ex) 
+PASS test unit (computed): ex - ellipse(at bottom 70% right 80ex) 
+PASS test unit (computed): ex - ellipse(at bottom 70ex left 50%) 
+PASS test unit (computed): ex - ellipse(at bottom 70ex left 50ex) 
+PASS test unit (computed): ex - ellipse(at bottom 70ex right 80%) 
+PASS test unit (computed): ex - ellipse(at bottom 70ex right 80ex) 
+PASS test unit (computed): ex - ellipse(at right 80% top 50ex) 
+PASS test unit (computed): ex - ellipse(at right 80% bottom 70ex) 
+PASS test unit (computed): ex - ellipse(at right 80ex top 50%) 
+PASS test unit (computed): ex - ellipse(at right 80ex top 50ex) 
+PASS test unit (computed): ex - ellipse(at right 80ex bottom 70%) 
+PASS test unit (computed): ex - ellipse(at right 80ex bottom 70ex) 
+PASS test unit (computed): ch - ellipse(at 50ch) 
+PASS test unit (computed): ch - ellipse(at 50% 50ch) 
+PASS test unit (computed): ch - ellipse(at 50ch 50%) 
+PASS test unit (computed): ch - ellipse(at 50ch 50ch) 
+PASS test unit (computed): ch - ellipse(at left 50ch) 
+PASS test unit (computed): ch - ellipse(at 50ch top) 
+PASS test unit (computed): ch - ellipse(at right 80ch) 
+PASS test unit (computed): ch - ellipse(at 70ch bottom) 
+PASS test unit (computed): ch - ellipse(at center 60ch) 
+PASS test unit (computed): ch - ellipse(at 60ch center) 
+PASS test unit (computed): ch - ellipse(at center top 50ch) 
+PASS test unit (computed): ch - ellipse(at center left 50ch) 
+PASS test unit (computed): ch - ellipse(at center right 70ch) 
+PASS test unit (computed): ch - ellipse(at center bottom 70ch) 
+PASS test unit (computed): ch - ellipse(at left top 50ch) 
+PASS test unit (computed): ch - ellipse(at left bottom 70ch) 
+PASS test unit (computed): ch - ellipse(at top left 50ch) 
+PASS test unit (computed): ch - ellipse(at top right 70ch) 
+PASS test unit (computed): ch - ellipse(at bottom left 50ch) 
+PASS test unit (computed): ch - ellipse(at bottom right 70ch) 
+PASS test unit (computed): ch - ellipse(at right bottom 70ch) 
+PASS test unit (computed): ch - ellipse(at right top 50ch) 
+PASS test unit (computed): ch - ellipse(at left 50ch center) 
+PASS test unit (computed): ch - ellipse(at left 50ch top) 
+PASS test unit (computed): ch - ellipse(at left 50ch bottom) 
+PASS test unit (computed): ch - ellipse(at top 50ch center) 
+PASS test unit (computed): ch - ellipse(at top 50ch left) 
+PASS test unit (computed): ch - ellipse(at top 50ch right) 
+PASS test unit (computed): ch - ellipse(at bottom 70ch center) 
+PASS test unit (computed): ch - ellipse(at bottom 70ch left) 
+PASS test unit (computed): ch - ellipse(at bottom 70ch right) 
+PASS test unit (computed): ch - ellipse(at right 80ch center) 
+PASS test unit (computed): ch - ellipse(at right 80ch bottom) 
+PASS test unit (computed): ch - ellipse(at right 80ch top) 
+PASS test unit (computed): ch - ellipse(at left 50% top 50ch) 
+PASS test unit (computed): ch - ellipse(at left 50% bottom 70ch) 
+PASS test unit (computed): ch - ellipse(at left 50ch top 50%) 
+PASS test unit (computed): ch - ellipse(at left 50ch top 50ch) 
+PASS test unit (computed): ch - ellipse(at left 50ch bottom 70%) 
+PASS test unit (computed): ch - ellipse(at left 50ch bottom 70ch) 
+PASS test unit (computed): ch - ellipse(at top 50% left 50ch) 
+PASS test unit (computed): ch - ellipse(at top 50% right 80ch) 
+PASS test unit (computed): ch - ellipse(at top 50ch left 50%) 
+PASS test unit (computed): ch - ellipse(at top 50ch left 50ch) 
+PASS test unit (computed): ch - ellipse(at top 50ch right 80%) 
+PASS test unit (computed): ch - ellipse(at top 50ch right 80ch) 
+PASS test unit (computed): ch - ellipse(at bottom 70% left 50ch) 
+PASS test unit (computed): ch - ellipse(at bottom 70% right 80ch) 
+PASS test unit (computed): ch - ellipse(at bottom 70ch left 50%) 
+PASS test unit (computed): ch - ellipse(at bottom 70ch left 50ch) 
+PASS test unit (computed): ch - ellipse(at bottom 70ch right 80%) 
+PASS test unit (computed): ch - ellipse(at bottom 70ch right 80ch) 
+PASS test unit (computed): ch - ellipse(at right 80% top 50ch) 
+PASS test unit (computed): ch - ellipse(at right 80% bottom 70ch) 
+PASS test unit (computed): ch - ellipse(at right 80ch top 50%) 
+PASS test unit (computed): ch - ellipse(at right 80ch top 50ch) 
+PASS test unit (computed): ch - ellipse(at right 80ch bottom 70%) 
+PASS test unit (computed): ch - ellipse(at right 80ch bottom 70ch) 
+PASS test unit (computed): rem - ellipse(at 50rem) 
+PASS test unit (computed): rem - ellipse(at 50% 50rem) 
+PASS test unit (computed): rem - ellipse(at 50rem 50%) 
+PASS test unit (computed): rem - ellipse(at 50rem 50rem) 
+PASS test unit (computed): rem - ellipse(at left 50rem) 
+PASS test unit (computed): rem - ellipse(at 50rem top) 
+PASS test unit (computed): rem - ellipse(at right 80rem) 
+PASS test unit (computed): rem - ellipse(at 70rem bottom) 
+PASS test unit (computed): rem - ellipse(at center 60rem) 
+PASS test unit (computed): rem - ellipse(at 60rem center) 
+PASS test unit (computed): rem - ellipse(at center top 50rem) 
+PASS test unit (computed): rem - ellipse(at center left 50rem) 
+PASS test unit (computed): rem - ellipse(at center right 70rem) 
+PASS test unit (computed): rem - ellipse(at center bottom 70rem) 
+PASS test unit (computed): rem - ellipse(at left top 50rem) 
+PASS test unit (computed): rem - ellipse(at left bottom 70rem) 
+PASS test unit (computed): rem - ellipse(at top left 50rem) 
+PASS test unit (computed): rem - ellipse(at top right 70rem) 
+PASS test unit (computed): rem - ellipse(at bottom left 50rem) 
+PASS test unit (computed): rem - ellipse(at bottom right 70rem) 
+PASS test unit (computed): rem - ellipse(at right bottom 70rem) 
+PASS test unit (computed): rem - ellipse(at right top 50rem) 
+PASS test unit (computed): rem - ellipse(at left 50rem center) 
+PASS test unit (computed): rem - ellipse(at left 50rem top) 
+PASS test unit (computed): rem - ellipse(at left 50rem bottom) 
+PASS test unit (computed): rem - ellipse(at top 50rem center) 
+PASS test unit (computed): rem - ellipse(at top 50rem left) 
+PASS test unit (computed): rem - ellipse(at top 50rem right) 
+PASS test unit (computed): rem - ellipse(at bottom 70rem center) 
+PASS test unit (computed): rem - ellipse(at bottom 70rem left) 
+PASS test unit (computed): rem - ellipse(at bottom 70rem right) 
+PASS test unit (computed): rem - ellipse(at right 80rem center) 
+PASS test unit (computed): rem - ellipse(at right 80rem bottom) 
+PASS test unit (computed): rem - ellipse(at right 80rem top) 
+PASS test unit (computed): rem - ellipse(at left 50% top 50rem) 
+PASS test unit (computed): rem - ellipse(at left 50% bottom 70rem) 
+PASS test unit (computed): rem - ellipse(at left 50rem top 50%) 
+PASS test unit (computed): rem - ellipse(at left 50rem top 50rem) 
+PASS test unit (computed): rem - ellipse(at left 50rem bottom 70%) 
+PASS test unit (computed): rem - ellipse(at left 50rem bottom 70rem) 
+PASS test unit (computed): rem - ellipse(at top 50% left 50rem) 
+PASS test unit (computed): rem - ellipse(at top 50% right 80rem) 
+PASS test unit (computed): rem - ellipse(at top 50rem left 50%) 
+PASS test unit (computed): rem - ellipse(at top 50rem left 50rem) 
+PASS test unit (computed): rem - ellipse(at top 50rem right 80%) 
+PASS test unit (computed): rem - ellipse(at top 50rem right 80rem) 
+PASS test unit (computed): rem - ellipse(at bottom 70% left 50rem) 
+PASS test unit (computed): rem - ellipse(at bottom 70% right 80rem) 
+PASS test unit (computed): rem - ellipse(at bottom 70rem left 50%) 
+PASS test unit (computed): rem - ellipse(at bottom 70rem left 50rem) 
+PASS test unit (computed): rem - ellipse(at bottom 70rem right 80%) 
+PASS test unit (computed): rem - ellipse(at bottom 70rem right 80rem) 
+PASS test unit (computed): rem - ellipse(at right 80% top 50rem) 
+PASS test unit (computed): rem - ellipse(at right 80% bottom 70rem) 
+PASS test unit (computed): rem - ellipse(at right 80rem top 50%) 
+PASS test unit (computed): rem - ellipse(at right 80rem top 50rem) 
+PASS test unit (computed): rem - ellipse(at right 80rem bottom 70%) 
+PASS test unit (computed): rem - ellipse(at right 80rem bottom 70rem) 
+PASS test unit (computed): vw - ellipse(at 50vw) 
+PASS test unit (computed): vw - ellipse(at 50% 50vw) 
+PASS test unit (computed): vw - ellipse(at 50vw 50%) 
+PASS test unit (computed): vw - ellipse(at 50vw 50vw) 
+PASS test unit (computed): vw - ellipse(at left 50vw) 
+PASS test unit (computed): vw - ellipse(at 50vw top) 
+PASS test unit (computed): vw - ellipse(at right 80vw) 
+PASS test unit (computed): vw - ellipse(at 70vw bottom) 
+PASS test unit (computed): vw - ellipse(at center 60vw) 
+PASS test unit (computed): vw - ellipse(at 60vw center) 
+PASS test unit (computed): vw - ellipse(at center top 50vw) 
+PASS test unit (computed): vw - ellipse(at center left 50vw) 
+PASS test unit (computed): vw - ellipse(at center right 70vw) 
+PASS test unit (computed): vw - ellipse(at center bottom 70vw) 
+PASS test unit (computed): vw - ellipse(at left top 50vw) 
+PASS test unit (computed): vw - ellipse(at left bottom 70vw) 
+PASS test unit (computed): vw - ellipse(at top left 50vw) 
+PASS test unit (computed): vw - ellipse(at top right 70vw) 
+PASS test unit (computed): vw - ellipse(at bottom left 50vw) 
+PASS test unit (computed): vw - ellipse(at bottom right 70vw) 
+PASS test unit (computed): vw - ellipse(at right bottom 70vw) 
+PASS test unit (computed): vw - ellipse(at right top 50vw) 
+PASS test unit (computed): vw - ellipse(at left 50vw center) 
+PASS test unit (computed): vw - ellipse(at left 50vw top) 
+PASS test unit (computed): vw - ellipse(at left 50vw bottom) 
+PASS test unit (computed): vw - ellipse(at top 50vw center) 
+PASS test unit (computed): vw - ellipse(at top 50vw left) 
+PASS test unit (computed): vw - ellipse(at top 50vw right) 
+PASS test unit (computed): vw - ellipse(at bottom 70vw center) 
+PASS test unit (computed): vw - ellipse(at bottom 70vw left) 
+PASS test unit (computed): vw - ellipse(at bottom 70vw right) 
+PASS test unit (computed): vw - ellipse(at right 80vw center) 
+PASS test unit (computed): vw - ellipse(at right 80vw bottom) 
+PASS test unit (computed): vw - ellipse(at right 80vw top) 
+PASS test unit (computed): vw - ellipse(at left 50% top 50vw) 
+PASS test unit (computed): vw - ellipse(at left 50% bottom 70vw) 
+PASS test unit (computed): vw - ellipse(at left 50vw top 50%) 
+PASS test unit (computed): vw - ellipse(at left 50vw top 50vw) 
+PASS test unit (computed): vw - ellipse(at left 50vw bottom 70%) 
+PASS test unit (computed): vw - ellipse(at left 50vw bottom 70vw) 
+PASS test unit (computed): vw - ellipse(at top 50% left 50vw) 
+PASS test unit (computed): vw - ellipse(at top 50% right 80vw) 
+PASS test unit (computed): vw - ellipse(at top 50vw left 50%) 
+PASS test unit (computed): vw - ellipse(at top 50vw left 50vw) 
+PASS test unit (computed): vw - ellipse(at top 50vw right 80%) 
+PASS test unit (computed): vw - ellipse(at top 50vw right 80vw) 
+PASS test unit (computed): vw - ellipse(at bottom 70% left 50vw) 
+PASS test unit (computed): vw - ellipse(at bottom 70% right 80vw) 
+PASS test unit (computed): vw - ellipse(at bottom 70vw left 50%) 
+PASS test unit (computed): vw - ellipse(at bottom 70vw left 50vw) 
+PASS test unit (computed): vw - ellipse(at bottom 70vw right 80%) 
+PASS test unit (computed): vw - ellipse(at bottom 70vw right 80vw) 
+PASS test unit (computed): vw - ellipse(at right 80% top 50vw) 
+PASS test unit (computed): vw - ellipse(at right 80% bottom 70vw) 
+PASS test unit (computed): vw - ellipse(at right 80vw top 50%) 
+PASS test unit (computed): vw - ellipse(at right 80vw top 50vw) 
+PASS test unit (computed): vw - ellipse(at right 80vw bottom 70%) 
+PASS test unit (computed): vw - ellipse(at right 80vw bottom 70vw) 
+PASS test unit (computed): vh - ellipse(at 50vh) 
+PASS test unit (computed): vh - ellipse(at 50% 50vh) 
+PASS test unit (computed): vh - ellipse(at 50vh 50%) 
+PASS test unit (computed): vh - ellipse(at 50vh 50vh) 
+PASS test unit (computed): vh - ellipse(at left 50vh) 
+PASS test unit (computed): vh - ellipse(at 50vh top) 
+PASS test unit (computed): vh - ellipse(at right 80vh) 
+PASS test unit (computed): vh - ellipse(at 70vh bottom) 
+PASS test unit (computed): vh - ellipse(at center 60vh) 
+PASS test unit (computed): vh - ellipse(at 60vh center) 
+PASS test unit (computed): vh - ellipse(at center top 50vh) 
+PASS test unit (computed): vh - ellipse(at center left 50vh) 
+PASS test unit (computed): vh - ellipse(at center right 70vh) 
+PASS test unit (computed): vh - ellipse(at center bottom 70vh) 
+PASS test unit (computed): vh - ellipse(at left top 50vh) 
+PASS test unit (computed): vh - ellipse(at left bottom 70vh) 
+PASS test unit (computed): vh - ellipse(at top left 50vh) 
+PASS test unit (computed): vh - ellipse(at top right 70vh) 
+PASS test unit (computed): vh - ellipse(at bottom left 50vh) 
+PASS test unit (computed): vh - ellipse(at bottom right 70vh) 
+PASS test unit (computed): vh - ellipse(at right bottom 70vh) 
+PASS test unit (computed): vh - ellipse(at right top 50vh) 
+PASS test unit (computed): vh - ellipse(at left 50vh center) 
+PASS test unit (computed): vh - ellipse(at left 50vh top) 
+PASS test unit (computed): vh - ellipse(at left 50vh bottom) 
+PASS test unit (computed): vh - ellipse(at top 50vh center) 
+PASS test unit (computed): vh - ellipse(at top 50vh left) 
+PASS test unit (computed): vh - ellipse(at top 50vh right) 
+PASS test unit (computed): vh - ellipse(at bottom 70vh center) 
+PASS test unit (computed): vh - ellipse(at bottom 70vh left) 
+PASS test unit (computed): vh - ellipse(at bottom 70vh right) 
+PASS test unit (computed): vh - ellipse(at right 80vh center) 
+PASS test unit (computed): vh - ellipse(at right 80vh bottom) 
+PASS test unit (computed): vh - ellipse(at right 80vh top) 
+PASS test unit (computed): vh - ellipse(at left 50% top 50vh) 
+PASS test unit (computed): vh - ellipse(at left 50% bottom 70vh) 
+PASS test unit (computed): vh - ellipse(at left 50vh top 50%) 
+PASS test unit (computed): vh - ellipse(at left 50vh top 50vh) 
+PASS test unit (computed): vh - ellipse(at left 50vh bottom 70%) 
+PASS test unit (computed): vh - ellipse(at left 50vh bottom 70vh) 
+PASS test unit (computed): vh - ellipse(at top 50% left 50vh) 
+PASS test unit (computed): vh - ellipse(at top 50% right 80vh) 
+PASS test unit (computed): vh - ellipse(at top 50vh left 50%) 
+PASS test unit (computed): vh - ellipse(at top 50vh left 50vh) 
+PASS test unit (computed): vh - ellipse(at top 50vh right 80%) 
+PASS test unit (computed): vh - ellipse(at top 50vh right 80vh) 
+PASS test unit (computed): vh - ellipse(at bottom 70% left 50vh) 
+PASS test unit (computed): vh - ellipse(at bottom 70% right 80vh) 
+PASS test unit (computed): vh - ellipse(at bottom 70vh left 50%) 
+PASS test unit (computed): vh - ellipse(at bottom 70vh left 50vh) 
+PASS test unit (computed): vh - ellipse(at bottom 70vh right 80%) 
+PASS test unit (computed): vh - ellipse(at bottom 70vh right 80vh) 
+PASS test unit (computed): vh - ellipse(at right 80% top 50vh) 
+PASS test unit (computed): vh - ellipse(at right 80% bottom 70vh) 
+PASS test unit (computed): vh - ellipse(at right 80vh top 50%) 
+PASS test unit (computed): vh - ellipse(at right 80vh top 50vh) 
+PASS test unit (computed): vh - ellipse(at right 80vh bottom 70%) 
+PASS test unit (computed): vh - ellipse(at right 80vh bottom 70vh) 
+PASS test unit (computed): vmin - ellipse(at 50vmin) 
+PASS test unit (computed): vmin - ellipse(at 50% 50vmin) 
+PASS test unit (computed): vmin - ellipse(at 50vmin 50%) 
+PASS test unit (computed): vmin - ellipse(at 50vmin 50vmin) 
+PASS test unit (computed): vmin - ellipse(at left 50vmin) 
+PASS test unit (computed): vmin - ellipse(at 50vmin top) 
+PASS test unit (computed): vmin - ellipse(at right 80vmin) 
+PASS test unit (computed): vmin - ellipse(at 70vmin bottom) 
+PASS test unit (computed): vmin - ellipse(at center 60vmin) 
+PASS test unit (computed): vmin - ellipse(at 60vmin center) 
+PASS test unit (computed): vmin - ellipse(at center top 50vmin) 
+PASS test unit (computed): vmin - ellipse(at center left 50vmin) 
+PASS test unit (computed): vmin - ellipse(at center right 70vmin) 
+PASS test unit (computed): vmin - ellipse(at center bottom 70vmin) 
+PASS test unit (computed): vmin - ellipse(at left top 50vmin) 
+PASS test unit (computed): vmin - ellipse(at left bottom 70vmin) 
+PASS test unit (computed): vmin - ellipse(at top left 50vmin) 
+PASS test unit (computed): vmin - ellipse(at top right 70vmin) 
+PASS test unit (computed): vmin - ellipse(at bottom left 50vmin) 
+PASS test unit (computed): vmin - ellipse(at bottom right 70vmin) 
+PASS test unit (computed): vmin - ellipse(at right bottom 70vmin) 
+PASS test unit (computed): vmin - ellipse(at right top 50vmin) 
+PASS test unit (computed): vmin - ellipse(at left 50vmin center) 
+PASS test unit (computed): vmin - ellipse(at left 50vmin top) 
+PASS test unit (computed): vmin - ellipse(at left 50vmin bottom) 
+PASS test unit (computed): vmin - ellipse(at top 50vmin center) 
+PASS test unit (computed): vmin - ellipse(at top 50vmin left) 
+PASS test unit (computed): vmin - ellipse(at top 50vmin right) 
+PASS test unit (computed): vmin - ellipse(at bottom 70vmin center) 
+PASS test unit (computed): vmin - ellipse(at bottom 70vmin left) 
+PASS test unit (computed): vmin - ellipse(at bottom 70vmin right) 
+PASS test unit (computed): vmin - ellipse(at right 80vmin center) 
+PASS test unit (computed): vmin - ellipse(at right 80vmin bottom) 
+PASS test unit (computed): vmin - ellipse(at right 80vmin top) 
+PASS test unit (computed): vmin - ellipse(at left 50% top 50vmin) 
+PASS test unit (computed): vmin - ellipse(at left 50% bottom 70vmin) 
+PASS test unit (computed): vmin - ellipse(at left 50vmin top 50%) 
+PASS test unit (computed): vmin - ellipse(at left 50vmin top 50vmin) 
+PASS test unit (computed): vmin - ellipse(at left 50vmin bottom 70%) 
+PASS test unit (computed): vmin - ellipse(at left 50vmin bottom 70vmin) 
+PASS test unit (computed): vmin - ellipse(at top 50% left 50vmin) 
+PASS test unit (computed): vmin - ellipse(at top 50% right 80vmin) 
+PASS test unit (computed): vmin - ellipse(at top 50vmin left 50%) 
+PASS test unit (computed): vmin - ellipse(at top 50vmin left 50vmin) 
+PASS test unit (computed): vmin - ellipse(at top 50vmin right 80%) 
+PASS test unit (computed): vmin - ellipse(at top 50vmin right 80vmin) 
+PASS test unit (computed): vmin - ellipse(at bottom 70% left 50vmin) 
+PASS test unit (computed): vmin - ellipse(at bottom 70% right 80vmin) 
+PASS test unit (computed): vmin - ellipse(at bottom 70vmin left 50%) 
+PASS test unit (computed): vmin - ellipse(at bottom 70vmin left 50vmin) 
+PASS test unit (computed): vmin - ellipse(at bottom 70vmin right 80%) 
+PASS test unit (computed): vmin - ellipse(at bottom 70vmin right 80vmin) 
+PASS test unit (computed): vmin - ellipse(at right 80% top 50vmin) 
+PASS test unit (computed): vmin - ellipse(at right 80% bottom 70vmin) 
+PASS test unit (computed): vmin - ellipse(at right 80vmin top 50%) 
+PASS test unit (computed): vmin - ellipse(at right 80vmin top 50vmin) 
+PASS test unit (computed): vmin - ellipse(at right 80vmin bottom 70%) 
+PASS test unit (computed): vmin - ellipse(at right 80vmin bottom 70vmin) 
+PASS test unit (computed): vmax - ellipse(at 50vmax) 
+PASS test unit (computed): vmax - ellipse(at 50% 50vmax) 
+PASS test unit (computed): vmax - ellipse(at 50vmax 50%) 
+PASS test unit (computed): vmax - ellipse(at 50vmax 50vmax) 
+PASS test unit (computed): vmax - ellipse(at left 50vmax) 
+PASS test unit (computed): vmax - ellipse(at 50vmax top) 
+PASS test unit (computed): vmax - ellipse(at right 80vmax) 
+PASS test unit (computed): vmax - ellipse(at 70vmax bottom) 
+PASS test unit (computed): vmax - ellipse(at center 60vmax) 
+PASS test unit (computed): vmax - ellipse(at 60vmax center) 
+PASS test unit (computed): vmax - ellipse(at center top 50vmax) 
+PASS test unit (computed): vmax - ellipse(at center left 50vmax) 
+PASS test unit (computed): vmax - ellipse(at center right 70vmax) 
+PASS test unit (computed): vmax - ellipse(at center bottom 70vmax) 
+PASS test unit (computed): vmax - ellipse(at left top 50vmax) 
+PASS test unit (computed): vmax - ellipse(at left bottom 70vmax) 
+PASS test unit (computed): vmax - ellipse(at top left 50vmax) 
+PASS test unit (computed): vmax - ellipse(at top right 70vmax) 
+PASS test unit (computed): vmax - ellipse(at bottom left 50vmax) 
+PASS test unit (computed): vmax - ellipse(at bottom right 70vmax) 
+PASS test unit (computed): vmax - ellipse(at right bottom 70vmax) 
+PASS test unit (computed): vmax - ellipse(at right top 50vmax) 
+PASS test unit (computed): vmax - ellipse(at left 50vmax center) 
+PASS test unit (computed): vmax - ellipse(at left 50vmax top) 
+PASS test unit (computed): vmax - ellipse(at left 50vmax bottom) 
+PASS test unit (computed): vmax - ellipse(at top 50vmax center) 
+PASS test unit (computed): vmax - ellipse(at top 50vmax left) 
+PASS test unit (computed): vmax - ellipse(at top 50vmax right) 
+PASS test unit (computed): vmax - ellipse(at bottom 70vmax center) 
+PASS test unit (computed): vmax - ellipse(at bottom 70vmax left) 
+PASS test unit (computed): vmax - ellipse(at bottom 70vmax right) 
+PASS test unit (computed): vmax - ellipse(at right 80vmax center) 
+PASS test unit (computed): vmax - ellipse(at right 80vmax bottom) 
+PASS test unit (computed): vmax - ellipse(at right 80vmax top) 
+PASS test unit (computed): vmax - ellipse(at left 50% top 50vmax) 
+PASS test unit (computed): vmax - ellipse(at left 50% bottom 70vmax) 
+PASS test unit (computed): vmax - ellipse(at left 50vmax top 50%) 
+PASS test unit (computed): vmax - ellipse(at left 50vmax top 50vmax) 
+PASS test unit (computed): vmax - ellipse(at left 50vmax bottom 70%) 
+PASS test unit (computed): vmax - ellipse(at left 50vmax bottom 70vmax) 
+PASS test unit (computed): vmax - ellipse(at top 50% left 50vmax) 
+PASS test unit (computed): vmax - ellipse(at top 50% right 80vmax) 
+PASS test unit (computed): vmax - ellipse(at top 50vmax left 50%) 
+PASS test unit (computed): vmax - ellipse(at top 50vmax left 50vmax) 
+PASS test unit (computed): vmax - ellipse(at top 50vmax right 80%) 
+PASS test unit (computed): vmax - ellipse(at top 50vmax right 80vmax) 
+PASS test unit (computed): vmax - ellipse(at bottom 70% left 50vmax) 
+PASS test unit (computed): vmax - ellipse(at bottom 70% right 80vmax) 
+PASS test unit (computed): vmax - ellipse(at bottom 70vmax left 50%) 
+PASS test unit (computed): vmax - ellipse(at bottom 70vmax left 50vmax) 
+PASS test unit (computed): vmax - ellipse(at bottom 70vmax right 80%) 
+PASS test unit (computed): vmax - ellipse(at bottom 70vmax right 80vmax) 
+PASS test unit (computed): vmax - ellipse(at right 80% top 50vmax) 
+PASS test unit (computed): vmax - ellipse(at right 80% bottom 70vmax) 
+PASS test unit (computed): vmax - ellipse(at right 80vmax top 50%) 
+PASS test unit (computed): vmax - ellipse(at right 80vmax top 50vmax) 
+PASS test unit (computed): vmax - ellipse(at right 80vmax bottom 70%) 
+PASS test unit (computed): vmax - ellipse(at right 80vmax bottom 70vmax) 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-004-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse005expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-005-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-005-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-005-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,236 @@
</span><ins>+
+PASS test unit: cm - ellipse(50cm) - inline 
+PASS test unit: cm - ellipse(50cm 100cm) - inline 
+PASS test unit: cm - ellipse(100cm 100px) - inline 
+PASS test unit: cm - ellipse(50cm 25%) - inline 
+PASS test unit: cm - ellipse(25% 50cm) - inline 
+PASS test unit: cm - ellipse(25cm closest-side) - inline 
+PASS test unit: cm - ellipse(closest-side 75cm) - inline 
+PASS test unit: cm - ellipse(25cm farthest-side) - inline 
+PASS test unit: cm - ellipse(farthest-side 75cm) - inline 
+PASS test unit: mm - ellipse(50mm) - inline 
+PASS test unit: mm - ellipse(50mm 100mm) - inline 
+PASS test unit: mm - ellipse(100mm 100px) - inline 
+PASS test unit: mm - ellipse(50mm 25%) - inline 
+PASS test unit: mm - ellipse(25% 50mm) - inline 
+PASS test unit: mm - ellipse(25mm closest-side) - inline 
+PASS test unit: mm - ellipse(closest-side 75mm) - inline 
+PASS test unit: mm - ellipse(25mm farthest-side) - inline 
+PASS test unit: mm - ellipse(farthest-side 75mm) - inline 
+PASS test unit: in - ellipse(50in) - inline 
+PASS test unit: in - ellipse(50in 100in) - inline 
+PASS test unit: in - ellipse(100in 100px) - inline 
+PASS test unit: in - ellipse(50in 25%) - inline 
+PASS test unit: in - ellipse(25% 50in) - inline 
+PASS test unit: in - ellipse(25in closest-side) - inline 
+PASS test unit: in - ellipse(closest-side 75in) - inline 
+PASS test unit: in - ellipse(25in farthest-side) - inline 
+PASS test unit: in - ellipse(farthest-side 75in) - inline 
+PASS test unit: pt - ellipse(50pt) - inline 
+PASS test unit: pt - ellipse(50pt 100pt) - inline 
+PASS test unit: pt - ellipse(100pt 100px) - inline 
+PASS test unit: pt - ellipse(50pt 25%) - inline 
+PASS test unit: pt - ellipse(25% 50pt) - inline 
+PASS test unit: pt - ellipse(25pt closest-side) - inline 
+PASS test unit: pt - ellipse(closest-side 75pt) - inline 
+PASS test unit: pt - ellipse(25pt farthest-side) - inline 
+PASS test unit: pt - ellipse(farthest-side 75pt) - inline 
+PASS test unit: pc - ellipse(50pc) - inline 
+PASS test unit: pc - ellipse(50pc 100pc) - inline 
+PASS test unit: pc - ellipse(100pc 100px) - inline 
+PASS test unit: pc - ellipse(50pc 25%) - inline 
+PASS test unit: pc - ellipse(25% 50pc) - inline 
+PASS test unit: pc - ellipse(25pc closest-side) - inline 
+PASS test unit: pc - ellipse(closest-side 75pc) - inline 
+PASS test unit: pc - ellipse(25pc farthest-side) - inline 
+PASS test unit: pc - ellipse(farthest-side 75pc) - inline 
+PASS test unit: em - ellipse(50em) - inline 
+PASS test unit: em - ellipse(50em 100em) - inline 
+PASS test unit: em - ellipse(100em 100px) - inline 
+PASS test unit: em - ellipse(50em 25%) - inline 
+PASS test unit: em - ellipse(25% 50em) - inline 
+PASS test unit: em - ellipse(25em closest-side) - inline 
+PASS test unit: em - ellipse(closest-side 75em) - inline 
+PASS test unit: em - ellipse(25em farthest-side) - inline 
+PASS test unit: em - ellipse(farthest-side 75em) - inline 
+PASS test unit: ex - ellipse(50ex) - inline 
+PASS test unit: ex - ellipse(50ex 100ex) - inline 
+PASS test unit: ex - ellipse(100ex 100px) - inline 
+PASS test unit: ex - ellipse(50ex 25%) - inline 
+PASS test unit: ex - ellipse(25% 50ex) - inline 
+PASS test unit: ex - ellipse(25ex closest-side) - inline 
+PASS test unit: ex - ellipse(closest-side 75ex) - inline 
+PASS test unit: ex - ellipse(25ex farthest-side) - inline 
+PASS test unit: ex - ellipse(farthest-side 75ex) - inline 
+PASS test unit: ch - ellipse(50ch) - inline 
+PASS test unit: ch - ellipse(50ch 100ch) - inline 
+PASS test unit: ch - ellipse(100ch 100px) - inline 
+PASS test unit: ch - ellipse(50ch 25%) - inline 
+PASS test unit: ch - ellipse(25% 50ch) - inline 
+PASS test unit: ch - ellipse(25ch closest-side) - inline 
+PASS test unit: ch - ellipse(closest-side 75ch) - inline 
+PASS test unit: ch - ellipse(25ch farthest-side) - inline 
+PASS test unit: ch - ellipse(farthest-side 75ch) - inline 
+PASS test unit: rem - ellipse(50rem) - inline 
+PASS test unit: rem - ellipse(50rem 100rem) - inline 
+PASS test unit: rem - ellipse(100rem 100px) - inline 
+PASS test unit: rem - ellipse(50rem 25%) - inline 
+PASS test unit: rem - ellipse(25% 50rem) - inline 
+PASS test unit: rem - ellipse(25rem closest-side) - inline 
+PASS test unit: rem - ellipse(closest-side 75rem) - inline 
+PASS test unit: rem - ellipse(25rem farthest-side) - inline 
+PASS test unit: rem - ellipse(farthest-side 75rem) - inline 
+PASS test unit: vw - ellipse(50vw) - inline 
+PASS test unit: vw - ellipse(50vw 100vw) - inline 
+PASS test unit: vw - ellipse(100vw 100px) - inline 
+PASS test unit: vw - ellipse(50vw 25%) - inline 
+PASS test unit: vw - ellipse(25% 50vw) - inline 
+PASS test unit: vw - ellipse(25vw closest-side) - inline 
+PASS test unit: vw - ellipse(closest-side 75vw) - inline 
+PASS test unit: vw - ellipse(25vw farthest-side) - inline 
+PASS test unit: vw - ellipse(farthest-side 75vw) - inline 
+PASS test unit: vh - ellipse(50vh) - inline 
+PASS test unit: vh - ellipse(50vh 100vh) - inline 
+PASS test unit: vh - ellipse(100vh 100px) - inline 
+PASS test unit: vh - ellipse(50vh 25%) - inline 
+PASS test unit: vh - ellipse(25% 50vh) - inline 
+PASS test unit: vh - ellipse(25vh closest-side) - inline 
+PASS test unit: vh - ellipse(closest-side 75vh) - inline 
+PASS test unit: vh - ellipse(25vh farthest-side) - inline 
+PASS test unit: vh - ellipse(farthest-side 75vh) - inline 
+PASS test unit: vmin - ellipse(50vmin) - inline 
+PASS test unit: vmin - ellipse(50vmin 100vmin) - inline 
+PASS test unit: vmin - ellipse(100vmin 100px) - inline 
+PASS test unit: vmin - ellipse(50vmin 25%) - inline 
+PASS test unit: vmin - ellipse(25% 50vmin) - inline 
+PASS test unit: vmin - ellipse(25vmin closest-side) - inline 
+PASS test unit: vmin - ellipse(closest-side 75vmin) - inline 
+PASS test unit: vmin - ellipse(25vmin farthest-side) - inline 
+PASS test unit: vmin - ellipse(farthest-side 75vmin) - inline 
+PASS test unit: vmax - ellipse(50vmax) - inline 
+PASS test unit: vmax - ellipse(50vmax 100vmax) - inline 
+PASS test unit: vmax - ellipse(100vmax 100px) - inline 
+PASS test unit: vmax - ellipse(50vmax 25%) - inline 
+PASS test unit: vmax - ellipse(25% 50vmax) - inline 
+PASS test unit: vmax - ellipse(25vmax closest-side) - inline 
+PASS test unit: vmax - ellipse(closest-side 75vmax) - inline 
+PASS test unit: vmax - ellipse(25vmax farthest-side) - inline 
+PASS test unit: vmax - ellipse(farthest-side 75vmax) - inline 
+PASS test unit: cm - ellipse(50cm) - computed 
+PASS test unit: cm - ellipse(50cm 100cm) - computed 
+PASS test unit: cm - ellipse(100cm 100px) - computed 
+PASS test unit: cm - ellipse(50cm 25%) - computed 
+PASS test unit: cm - ellipse(25% 50cm) - computed 
+PASS test unit: cm - ellipse(25cm closest-side) - computed 
+PASS test unit: cm - ellipse(closest-side 75cm) - computed 
+PASS test unit: cm - ellipse(25cm farthest-side) - computed 
+PASS test unit: cm - ellipse(farthest-side 75cm) - computed 
+PASS test unit: mm - ellipse(50mm) - computed 
+PASS test unit: mm - ellipse(50mm 100mm) - computed 
+PASS test unit: mm - ellipse(100mm 100px) - computed 
+PASS test unit: mm - ellipse(50mm 25%) - computed 
+PASS test unit: mm - ellipse(25% 50mm) - computed 
+PASS test unit: mm - ellipse(25mm closest-side) - computed 
+PASS test unit: mm - ellipse(closest-side 75mm) - computed 
+PASS test unit: mm - ellipse(25mm farthest-side) - computed 
+PASS test unit: mm - ellipse(farthest-side 75mm) - computed 
+PASS test unit: in - ellipse(50in) - computed 
+PASS test unit: in - ellipse(50in 100in) - computed 
+PASS test unit: in - ellipse(100in 100px) - computed 
+PASS test unit: in - ellipse(50in 25%) - computed 
+PASS test unit: in - ellipse(25% 50in) - computed 
+PASS test unit: in - ellipse(25in closest-side) - computed 
+PASS test unit: in - ellipse(closest-side 75in) - computed 
+PASS test unit: in - ellipse(25in farthest-side) - computed 
+PASS test unit: in - ellipse(farthest-side 75in) - computed 
+PASS test unit: pt - ellipse(50pt) - computed 
+PASS test unit: pt - ellipse(50pt 100pt) - computed 
+PASS test unit: pt - ellipse(100pt 100px) - computed 
+PASS test unit: pt - ellipse(50pt 25%) - computed 
+PASS test unit: pt - ellipse(25% 50pt) - computed 
+PASS test unit: pt - ellipse(25pt closest-side) - computed 
+PASS test unit: pt - ellipse(closest-side 75pt) - computed 
+PASS test unit: pt - ellipse(25pt farthest-side) - computed 
+PASS test unit: pt - ellipse(farthest-side 75pt) - computed 
+PASS test unit: pc - ellipse(50pc) - computed 
+PASS test unit: pc - ellipse(50pc 100pc) - computed 
+PASS test unit: pc - ellipse(100pc 100px) - computed 
+PASS test unit: pc - ellipse(50pc 25%) - computed 
+PASS test unit: pc - ellipse(25% 50pc) - computed 
+PASS test unit: pc - ellipse(25pc closest-side) - computed 
+PASS test unit: pc - ellipse(closest-side 75pc) - computed 
+PASS test unit: pc - ellipse(25pc farthest-side) - computed 
+PASS test unit: pc - ellipse(farthest-side 75pc) - computed 
+PASS test unit: em - ellipse(50em) - computed 
+PASS test unit: em - ellipse(50em 100em) - computed 
+PASS test unit: em - ellipse(100em 100px) - computed 
+PASS test unit: em - ellipse(50em 25%) - computed 
+PASS test unit: em - ellipse(25% 50em) - computed 
+PASS test unit: em - ellipse(25em closest-side) - computed 
+PASS test unit: em - ellipse(closest-side 75em) - computed 
+PASS test unit: em - ellipse(25em farthest-side) - computed 
+PASS test unit: em - ellipse(farthest-side 75em) - computed 
+PASS test unit: ex - ellipse(50ex) - computed 
+PASS test unit: ex - ellipse(50ex 100ex) - computed 
+PASS test unit: ex - ellipse(100ex 100px) - computed 
+PASS test unit: ex - ellipse(50ex 25%) - computed 
+PASS test unit: ex - ellipse(25% 50ex) - computed 
+PASS test unit: ex - ellipse(25ex closest-side) - computed 
+PASS test unit: ex - ellipse(closest-side 75ex) - computed 
+PASS test unit: ex - ellipse(25ex farthest-side) - computed 
+PASS test unit: ex - ellipse(farthest-side 75ex) - computed 
+PASS test unit: ch - ellipse(50ch) - computed 
+PASS test unit: ch - ellipse(50ch 100ch) - computed 
+PASS test unit: ch - ellipse(100ch 100px) - computed 
+PASS test unit: ch - ellipse(50ch 25%) - computed 
+PASS test unit: ch - ellipse(25% 50ch) - computed 
+PASS test unit: ch - ellipse(25ch closest-side) - computed 
+PASS test unit: ch - ellipse(closest-side 75ch) - computed 
+PASS test unit: ch - ellipse(25ch farthest-side) - computed 
+PASS test unit: ch - ellipse(farthest-side 75ch) - computed 
+PASS test unit: rem - ellipse(50rem) - computed 
+PASS test unit: rem - ellipse(50rem 100rem) - computed 
+PASS test unit: rem - ellipse(100rem 100px) - computed 
+PASS test unit: rem - ellipse(50rem 25%) - computed 
+PASS test unit: rem - ellipse(25% 50rem) - computed 
+PASS test unit: rem - ellipse(25rem closest-side) - computed 
+PASS test unit: rem - ellipse(closest-side 75rem) - computed 
+PASS test unit: rem - ellipse(25rem farthest-side) - computed 
+PASS test unit: rem - ellipse(farthest-side 75rem) - computed 
+PASS test unit: vw - ellipse(50vw) - computed 
+PASS test unit: vw - ellipse(50vw 100vw) - computed 
+PASS test unit: vw - ellipse(100vw 100px) - computed 
+PASS test unit: vw - ellipse(50vw 25%) - computed 
+PASS test unit: vw - ellipse(25% 50vw) - computed 
+PASS test unit: vw - ellipse(25vw closest-side) - computed 
+PASS test unit: vw - ellipse(closest-side 75vw) - computed 
+PASS test unit: vw - ellipse(25vw farthest-side) - computed 
+PASS test unit: vw - ellipse(farthest-side 75vw) - computed 
+PASS test unit: vh - ellipse(50vh) - computed 
+PASS test unit: vh - ellipse(50vh 100vh) - computed 
+PASS test unit: vh - ellipse(100vh 100px) - computed 
+PASS test unit: vh - ellipse(50vh 25%) - computed 
+PASS test unit: vh - ellipse(25% 50vh) - computed 
+PASS test unit: vh - ellipse(25vh closest-side) - computed 
+PASS test unit: vh - ellipse(closest-side 75vh) - computed 
+PASS test unit: vh - ellipse(25vh farthest-side) - computed 
+PASS test unit: vh - ellipse(farthest-side 75vh) - computed 
+PASS test unit: vmin - ellipse(50vmin) - computed 
+PASS test unit: vmin - ellipse(50vmin 100vmin) - computed 
+PASS test unit: vmin - ellipse(100vmin 100px) - computed 
+PASS test unit: vmin - ellipse(50vmin 25%) - computed 
+PASS test unit: vmin - ellipse(25% 50vmin) - computed 
+PASS test unit: vmin - ellipse(25vmin closest-side) - computed 
+PASS test unit: vmin - ellipse(closest-side 75vmin) - computed 
+PASS test unit: vmin - ellipse(25vmin farthest-side) - computed 
+PASS test unit: vmin - ellipse(farthest-side 75vmin) - computed 
+PASS test unit: vmax - ellipse(50vmax) - computed 
+PASS test unit: vmax - ellipse(50vmax 100vmax) - computed 
+PASS test unit: vmax - ellipse(100vmax 100px) - computed 
+PASS test unit: vmax - ellipse(50vmax 25%) - computed 
+PASS test unit: vmax - ellipse(25% 50vmax) - computed 
+PASS test unit: vmax - ellipse(25vmax closest-side) - computed 
+PASS test unit: vmax - ellipse(closest-side 75vmax) - computed 
+PASS test unit: vmax - ellipse(25vmax farthest-side) - computed 
+PASS test unit: vmax - ellipse(farthest-side 75vmax) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-005-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse006expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-006-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-006-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-006-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,29 @@
</span><ins>+
+PASS ellipse(+10px +20px) - inline 
+PASS ellipse(+30px 40px) - inline 
+PASS ellipse(50px +60px) - inline 
+PASS ellipse(+10.00px +20.230px) - inline 
+PASS ellipse(+30.00px 40.567px) - inline 
+PASS ellipse(50.10px +60.7px) - inline 
+PASS ellipse(+10% +20%) - inline 
+PASS ellipse(+30% 40%) - inline 
+PASS ellipse(+50% +60%) - inline 
+PASS ellipse(+10.00% +20.230%) - inline 
+PASS ellipse(+30.00% 40.567%) - inline 
+PASS ellipse(50.10% +60.7%) - inline 
+PASS ellipse(+10px +20px) - computed 
+PASS ellipse(+30px 40px) - computed 
+PASS ellipse(50px +60px) - computed 
+PASS ellipse(+10.00px +20.230px) - computed 
+PASS ellipse(+30.00px 40.567px) - computed 
+PASS ellipse(50.10px +60.7px) - computed 
+PASS ellipse(+10% +20%) - computed 
+PASS ellipse(+30% 40%) - computed 
+PASS ellipse(+50% +60%) - computed 
+PASS ellipse(+10.00% +20.230%) - computed 
+PASS ellipse(+30.00% 40.567%) - computed 
+PASS ellipse(50.10% +60.7%) - computed 
+FAIL ellipse(-10px -20px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(-30px 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(50px -60px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-006-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse007expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-007-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-007-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-007-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+
+FAIL ellipse(foo) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(10) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(20px 30px 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(20% 30% 40%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(20px, 30px, 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(20%, 30%, 40%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(20px 30px closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(20px 30px farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(closest-side 20px 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(farthest-side 20px 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(20% 30% closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(20% 30% farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(closest-side 20% 30%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(farthest-side 20% 30%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(closest-side farthest-side 20px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(closest-side farthest-side 20%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(farthest-side closest-side closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(farthest-side, closest-side, closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-007-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse008expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-008-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-008-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-008-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+
+FAIL ellipse(at foo) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 50) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 10px 20px 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 20% 30% 40%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 20px, 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 20%, 30%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 20px, 30px, 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 20%, 30%, 40%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 20px 30px closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 20px 30px farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 20px 30px foo) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at closest-side 20px 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at farthest-side 20px 30px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 20% 30% closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at 20% 30% farthest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at closest-side 20% 30%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at farthest-side 20% 30%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at closest-side farthest-side 20px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at closest-side farthest-side 20%) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at farthest-side closest-side closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at farthest-side, closest-side, closest-side) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL ellipse(at left 50x top 50px bottom) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-008-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse009expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-009-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-009-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-009-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,40 @@
</span><ins>+
+PASS ellipse(at +50px) - inline 
+PASS ellipse(at -50px) - inline 
+PASS ellipse(at +50%) - inline 
+PASS ellipse(at -50%) - inline 
+PASS ellipse(at left +50px) - inline 
+PASS ellipse(at left +50%) - inline 
+PASS ellipse(at right -50px) - inline 
+PASS ellipse(at right -50%) - inline 
+PASS ellipse(at +50px top) - inline 
+PASS ellipse(at +50% top) - inline 
+PASS ellipse(at -50px bottom) - inline 
+PASS ellipse(at -50% bottom) - inline 
+PASS ellipse(at +50px +50px) - inline 
+PASS ellipse(at +50% +50%) - inline 
+PASS ellipse(at -50px -50px) - inline 
+PASS ellipse(at +50px -50px) - inline 
+PASS ellipse(at -50px +50px) - inline 
+PASS ellipse(at +50% -50%) - inline 
+PASS ellipse(at -50% +50%) - inline 
+PASS ellipse(at +50px) - computed 
+PASS ellipse(at -50px) - computed 
+PASS ellipse(at +50%) - computed 
+PASS ellipse(at -50%) - computed 
+PASS ellipse(at left +50px) - computed 
+PASS ellipse(at left +50%) - computed 
+PASS ellipse(at right -50px) - computed 
+PASS ellipse(at right -50%) - computed 
+PASS ellipse(at +50px top) - computed 
+PASS ellipse(at +50% top) - computed 
+PASS ellipse(at -50px bottom) - computed 
+PASS ellipse(at -50% bottom) - computed 
+PASS ellipse(at +50px +50px) - computed 
+PASS ellipse(at +50% +50%) - computed 
+PASS ellipse(at -50px -50px) - computed 
+PASS ellipse(at +50px -50px) - computed 
+PASS ellipse(at -50px +50px) - computed 
+PASS ellipse(at +50% -50%) - computed 
+PASS ellipse(at -50% +50%) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-009-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse010expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-010-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-010-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-010-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,44 @@
</span><ins>+
+PASS ellipse(calc(10in)) - inline style 
+PASS ellipse(calc(10in + 20px)) - inline style 
+PASS ellipse(calc(30%)) - inline style 
+PASS ellipse(calc(100%/4)) - inline style 
+PASS ellipse(calc(25%*3)) - inline style 
+PASS ellipse(calc(25%*3 - 10in)) - inline style 
+PASS ellipse(calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS ellipse(farthest-side calc(10in)) - inline style 
+PASS ellipse(farthest-side calc(10in + 20px)) - inline style 
+PASS ellipse(farthest-side calc(30%)) - inline style 
+PASS ellipse(farthest-side calc(100%/4)) - inline style 
+PASS ellipse(farthest-side calc(25%*3)) - inline style 
+PASS ellipse(farthest-side calc(25%*3 - 10in)) - inline style 
+PASS ellipse(farthest-side calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS ellipse(calc(10in) calc(10in)) - inline style 
+PASS ellipse(calc(10in + 20px) calc(10in + 20px)) - inline style 
+PASS ellipse(calc(30%) calc(30%)) - inline style 
+PASS ellipse(calc(100%/4) calc(100%/4)) - inline style 
+PASS ellipse(calc(25%*3) calc(25%*3)) - inline style 
+PASS ellipse(calc(25%*3 - 10in) calc(25%*3 - 10in)) - inline style 
+PASS ellipse(calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS ellipse(calc(10in)) - computed style 
+PASS ellipse(calc(10in + 20px)) - computed style 
+PASS ellipse(calc(30%)) - computed style 
+PASS ellipse(calc(100%/4)) - computed style 
+PASS ellipse(calc(25%*3)) - computed style 
+PASS ellipse(calc(25%*3 - 10in)) - computed style 
+PASS ellipse(calc((12.5%*6 + 10in) / 4)) - computed style 
+PASS ellipse(farthest-side calc(10in)) - computed style 
+PASS ellipse(farthest-side calc(10in + 20px)) - computed style 
+PASS ellipse(farthest-side calc(30%)) - computed style 
+PASS ellipse(farthest-side calc(100%/4)) - computed style 
+PASS ellipse(farthest-side calc(25%*3)) - computed style 
+PASS ellipse(farthest-side calc(25%*3 - 10in)) - computed style 
+PASS ellipse(farthest-side calc((12.5%*6 + 10in) / 4)) - computed style 
+PASS ellipse(calc(10in) calc(10in)) - computed style 
+PASS ellipse(calc(10in + 20px) calc(10in + 20px)) - computed style 
+PASS ellipse(calc(30%) calc(30%)) - computed style 
+PASS ellipse(calc(100%/4) calc(100%/4)) - computed style 
+PASS ellipse(calc(25%*3) calc(25%*3)) - computed style 
+PASS ellipse(calc(25%*3 - 10in) calc(25%*3 - 10in)) - computed style 
+PASS ellipse(calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - computed style 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-010-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideellipse011expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-011-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-011-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-011-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,44 @@
</span><ins>+
+PASS ellipse(at calc(10in) 50%) - inline style 
+PASS ellipse(at calc(10in + 20px) 50%) - inline style 
+PASS ellipse(at calc(30%) 50%) - inline style 
+PASS ellipse(at calc(100%/4) 50%) - inline style 
+PASS ellipse(at calc(25%*3) 50%) - inline style 
+PASS ellipse(at calc(25%*3 - 10in) 50%) - inline style 
+PASS ellipse(at calc((12.5%*6 + 10in) / 4) 50%) - inline style 
+PASS ellipse(farthest-side at calc(10in) 50%) - inline style 
+PASS ellipse(farthest-side at calc(10in + 20px) 50%) - inline style 
+PASS ellipse(farthest-side at calc(30%) 50%) - inline style 
+PASS ellipse(farthest-side at calc(100%/4) 50%) - inline style 
+PASS ellipse(farthest-side at calc(25%*3) 50%) - inline style 
+PASS ellipse(farthest-side at calc(25%*3 - 10in) 50%) - inline style 
+PASS ellipse(farthest-side at calc((12.5%*6 + 10in) / 4) 50%) - inline style 
+PASS ellipse(closest-side farthest-side at calc(10in) calc(10in)) - inline style 
+PASS ellipse(closest-side farthest-side at calc(10in + 20px) calc(10in + 20px)) - inline style 
+PASS ellipse(closest-side farthest-side at calc(30%) calc(30%)) - inline style 
+PASS ellipse(closest-side farthest-side at calc(100%/4) calc(100%/4)) - inline style 
+PASS ellipse(closest-side farthest-side at calc(25%*3) calc(25%*3)) - inline style 
+PASS ellipse(closest-side farthest-side at calc(25%*3 - 10in) calc(25%*3 - 10in)) - inline style 
+PASS ellipse(closest-side farthest-side at calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS ellipse(at calc(10in) 50%) - computed style 
+PASS ellipse(at calc(10in + 20px) 50%) - computed style 
+PASS ellipse(at calc(30%) 50%) - computed style 
+PASS ellipse(at calc(100%/4) 50%) - computed style 
+PASS ellipse(at calc(25%*3) 50%) - computed style 
+PASS ellipse(at calc(25%*3 - 10in) 50%) - computed style 
+PASS ellipse(at calc((12.5%*6 + 10in) / 4) 50%) - computed style 
+PASS ellipse(farthest-side at calc(10in) 50%) - computed style 
+PASS ellipse(farthest-side at calc(10in + 20px) 50%) - computed style 
+PASS ellipse(farthest-side at calc(30%) 50%) - computed style 
+PASS ellipse(farthest-side at calc(100%/4) 50%) - computed style 
+PASS ellipse(farthest-side at calc(25%*3) 50%) - computed style 
+PASS ellipse(farthest-side at calc(25%*3 - 10in) 50%) - computed style 
+PASS ellipse(farthest-side at calc((12.5%*6 + 10in) / 4) 50%) - computed style 
+PASS ellipse(closest-side farthest-side at calc(10in) calc(10in)) - computed style 
+PASS ellipse(closest-side farthest-side at calc(10in + 20px) calc(10in + 20px)) - computed style 
+PASS ellipse(closest-side farthest-side at calc(30%) calc(30%)) - computed style 
+PASS ellipse(closest-side farthest-side at calc(100%/4) calc(100%/4)) - computed style 
+PASS ellipse(closest-side farthest-side at calc(25%*3) calc(25%*3)) - computed style 
+PASS ellipse(closest-side farthest-side at calc(25%*3 - 10in) calc(25%*3 - 10in)) - computed style 
+PASS ellipse(closest-side farthest-side at calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - computed style 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-011-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+
+PASS 1 inset - inline 
+PASS 2 insets - inline 
+PASS 3 insets - inline 
+PASS 4 insets - inline 
+PASS 1 inset and round - inline 
+PASS 2 insets and round - inline 
+PASS 3 insets and round - inline 
+PASS 4 insets and round - inline 
+PASS 1 inset - computed 
+PASS 2 insets - computed 
+PASS 3 insets - computed 
+PASS 4 insets - computed 
+PASS 1 inset and round - computed 
+PASS 2 insets and round - computed 
+PASS 3 insets and round - computed 
+PASS 4 insets and round - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,686 @@
</span><ins>+
+PASS One arg - cm - inline 
+PASS One arg - % - inline 
+PASS Two args - cm cm - inline 
+PASS Two args - cm % - inline 
+PASS Two args - % cm - inline 
+PASS Two args - % % - inline 
+PASS Three args - cm cm cm - inline 
+PASS Three args - cm cm % - inline 
+PASS Three args - cm % cm - inline 
+PASS Three args - cm % %  - inline 
+PASS Three args - % cm cm - inline 
+PASS Three args - % cm %  - inline 
+PASS Three args - % % cm  - inline 
+PASS Three args - % % %  - inline 
+PASS Four args - cm cm cm cm - inline 
+PASS Four args - cm cm cm % - inline 
+PASS Four args - cm cm % cm - inline 
+PASS Four args - cm cm % % - inline 
+PASS Four args - cm % cm cm - inline 
+PASS Four args - cm % cm % - inline 
+PASS Four args - cm % % cm - inline 
+PASS Four args - cm % % % - inline 
+PASS Four args - % cm cm cm - inline 
+PASS Four args - % cm cm % - inline 
+PASS Four args - % cm % cm - inline 
+PASS Four args - % cm % % - inline 
+PASS Four args - % % cm cm - inline 
+PASS Four args - % % cm % - inline 
+PASS Four args - % % % cm - inline 
+PASS Four args - % % % % - inline 
+PASS One arg - mm - inline 
+PASS Two args - mm mm - inline 
+PASS Two args - mm % - inline 
+PASS Two args - % mm - inline 
+PASS Three args - mm mm mm - inline 
+PASS Three args - mm mm % - inline 
+PASS Three args - mm % mm - inline 
+PASS Three args - mm % %  - inline 
+PASS Three args - % mm mm - inline 
+PASS Three args - % mm %  - inline 
+PASS Three args - % % mm  - inline 
+PASS Four args - mm mm mm mm - inline 
+PASS Four args - mm mm mm % - inline 
+PASS Four args - mm mm % mm - inline 
+PASS Four args - mm mm % % - inline 
+PASS Four args - mm % mm mm - inline 
+PASS Four args - mm % mm % - inline 
+PASS Four args - mm % % mm - inline 
+PASS Four args - mm % % % - inline 
+PASS Four args - % mm mm mm - inline 
+PASS Four args - % mm mm % - inline 
+PASS Four args - % mm % mm - inline 
+PASS Four args - % mm % % - inline 
+PASS Four args - % % mm mm - inline 
+PASS Four args - % % mm % - inline 
+PASS Four args - % % % mm - inline 
+PASS One arg - in - inline 
+PASS Two args - in in - inline 
+PASS Two args - in % - inline 
+PASS Two args - % in - inline 
+PASS Three args - in in in - inline 
+PASS Three args - in in % - inline 
+PASS Three args - in % in - inline 
+PASS Three args - in % %  - inline 
+PASS Three args - % in in - inline 
+PASS Three args - % in %  - inline 
+PASS Three args - % % in  - inline 
+PASS Four args - in in in in - inline 
+PASS Four args - in in in % - inline 
+PASS Four args - in in % in - inline 
+PASS Four args - in in % % - inline 
+PASS Four args - in % in in - inline 
+PASS Four args - in % in % - inline 
+PASS Four args - in % % in - inline 
+PASS Four args - in % % % - inline 
+PASS Four args - % in in in - inline 
+PASS Four args - % in in % - inline 
+PASS Four args - % in % in - inline 
+PASS Four args - % in % % - inline 
+PASS Four args - % % in in - inline 
+PASS Four args - % % in % - inline 
+PASS Four args - % % % in - inline 
+PASS One arg - pt - inline 
+PASS Two args - pt pt - inline 
+PASS Two args - pt % - inline 
+PASS Two args - % pt - inline 
+PASS Three args - pt pt pt - inline 
+PASS Three args - pt pt % - inline 
+PASS Three args - pt % pt - inline 
+PASS Three args - pt % %  - inline 
+PASS Three args - % pt pt - inline 
+PASS Three args - % pt %  - inline 
+PASS Three args - % % pt  - inline 
+PASS Four args - pt pt pt pt - inline 
+PASS Four args - pt pt pt % - inline 
+PASS Four args - pt pt % pt - inline 
+PASS Four args - pt pt % % - inline 
+PASS Four args - pt % pt pt - inline 
+PASS Four args - pt % pt % - inline 
+PASS Four args - pt % % pt - inline 
+PASS Four args - pt % % % - inline 
+PASS Four args - % pt pt pt - inline 
+PASS Four args - % pt pt % - inline 
+PASS Four args - % pt % pt - inline 
+PASS Four args - % pt % % - inline 
+PASS Four args - % % pt pt - inline 
+PASS Four args - % % pt % - inline 
+PASS Four args - % % % pt - inline 
+PASS One arg - pc - inline 
+PASS Two args - pc pc - inline 
+PASS Two args - pc % - inline 
+PASS Two args - % pc - inline 
+PASS Three args - pc pc pc - inline 
+PASS Three args - pc pc % - inline 
+PASS Three args - pc % pc - inline 
+PASS Three args - pc % %  - inline 
+PASS Three args - % pc pc - inline 
+PASS Three args - % pc %  - inline 
+PASS Three args - % % pc  - inline 
+PASS Four args - pc pc pc pc - inline 
+PASS Four args - pc pc pc % - inline 
+PASS Four args - pc pc % pc - inline 
+PASS Four args - pc pc % % - inline 
+PASS Four args - pc % pc pc - inline 
+PASS Four args - pc % pc % - inline 
+PASS Four args - pc % % pc - inline 
+PASS Four args - pc % % % - inline 
+PASS Four args - % pc pc pc - inline 
+PASS Four args - % pc pc % - inline 
+PASS Four args - % pc % pc - inline 
+PASS Four args - % pc % % - inline 
+PASS Four args - % % pc pc - inline 
+PASS Four args - % % pc % - inline 
+PASS Four args - % % % pc - inline 
+PASS One arg - em - inline 
+PASS Two args - em em - inline 
+PASS Two args - em % - inline 
+PASS Two args - % em - inline 
+PASS Three args - em em em - inline 
+PASS Three args - em em % - inline 
+PASS Three args - em % em - inline 
+PASS Three args - em % %  - inline 
+PASS Three args - % em em - inline 
+PASS Three args - % em %  - inline 
+PASS Three args - % % em  - inline 
+PASS Four args - em em em em - inline 
+PASS Four args - em em em % - inline 
+PASS Four args - em em % em - inline 
+PASS Four args - em em % % - inline 
+PASS Four args - em % em em - inline 
+PASS Four args - em % em % - inline 
+PASS Four args - em % % em - inline 
+PASS Four args - em % % % - inline 
+PASS Four args - % em em em - inline 
+PASS Four args - % em em % - inline 
+PASS Four args - % em % em - inline 
+PASS Four args - % em % % - inline 
+PASS Four args - % % em em - inline 
+PASS Four args - % % em % - inline 
+PASS Four args - % % % em - inline 
+PASS One arg - ex - inline 
+PASS Two args - ex ex - inline 
+PASS Two args - ex % - inline 
+PASS Two args - % ex - inline 
+PASS Three args - ex ex ex - inline 
+PASS Three args - ex ex % - inline 
+PASS Three args - ex % ex - inline 
+PASS Three args - ex % %  - inline 
+PASS Three args - % ex ex - inline 
+PASS Three args - % ex %  - inline 
+PASS Three args - % % ex  - inline 
+PASS Four args - ex ex ex ex - inline 
+PASS Four args - ex ex ex % - inline 
+PASS Four args - ex ex % ex - inline 
+PASS Four args - ex ex % % - inline 
+PASS Four args - ex % ex ex - inline 
+PASS Four args - ex % ex % - inline 
+PASS Four args - ex % % ex - inline 
+PASS Four args - ex % % % - inline 
+PASS Four args - % ex ex ex - inline 
+PASS Four args - % ex ex % - inline 
+PASS Four args - % ex % ex - inline 
+PASS Four args - % ex % % - inline 
+PASS Four args - % % ex ex - inline 
+PASS Four args - % % ex % - inline 
+PASS Four args - % % % ex - inline 
+PASS One arg - ch - inline 
+PASS Two args - ch ch - inline 
+PASS Two args - ch % - inline 
+PASS Two args - % ch - inline 
+PASS Three args - ch ch ch - inline 
+PASS Three args - ch ch % - inline 
+PASS Three args - ch % ch - inline 
+PASS Three args - ch % %  - inline 
+PASS Three args - % ch ch - inline 
+PASS Three args - % ch %  - inline 
+PASS Three args - % % ch  - inline 
+PASS Four args - ch ch ch ch - inline 
+PASS Four args - ch ch ch % - inline 
+PASS Four args - ch ch % ch - inline 
+PASS Four args - ch ch % % - inline 
+PASS Four args - ch % ch ch - inline 
+PASS Four args - ch % ch % - inline 
+PASS Four args - ch % % ch - inline 
+PASS Four args - ch % % % - inline 
+PASS Four args - % ch ch ch - inline 
+PASS Four args - % ch ch % - inline 
+PASS Four args - % ch % ch - inline 
+PASS Four args - % ch % % - inline 
+PASS Four args - % % ch ch - inline 
+PASS Four args - % % ch % - inline 
+PASS Four args - % % % ch - inline 
+PASS One arg - rem - inline 
+PASS Two args - rem rem - inline 
+PASS Two args - rem % - inline 
+PASS Two args - % rem - inline 
+PASS Three args - rem rem rem - inline 
+PASS Three args - rem rem % - inline 
+PASS Three args - rem % rem - inline 
+PASS Three args - rem % %  - inline 
+PASS Three args - % rem rem - inline 
+PASS Three args - % rem %  - inline 
+PASS Three args - % % rem  - inline 
+PASS Four args - rem rem rem rem - inline 
+PASS Four args - rem rem rem % - inline 
+PASS Four args - rem rem % rem - inline 
+PASS Four args - rem rem % % - inline 
+PASS Four args - rem % rem rem - inline 
+PASS Four args - rem % rem % - inline 
+PASS Four args - rem % % rem - inline 
+PASS Four args - rem % % % - inline 
+PASS Four args - % rem rem rem - inline 
+PASS Four args - % rem rem % - inline 
+PASS Four args - % rem % rem - inline 
+PASS Four args - % rem % % - inline 
+PASS Four args - % % rem rem - inline 
+PASS Four args - % % rem % - inline 
+PASS Four args - % % % rem - inline 
+PASS One arg - vw - inline 
+PASS Two args - vw vw - inline 
+PASS Two args - vw % - inline 
+PASS Two args - % vw - inline 
+PASS Three args - vw vw vw - inline 
+PASS Three args - vw vw % - inline 
+PASS Three args - vw % vw - inline 
+PASS Three args - vw % %  - inline 
+PASS Three args - % vw vw - inline 
+PASS Three args - % vw %  - inline 
+PASS Three args - % % vw  - inline 
+PASS Four args - vw vw vw vw - inline 
+PASS Four args - vw vw vw % - inline 
+PASS Four args - vw vw % vw - inline 
+PASS Four args - vw vw % % - inline 
+PASS Four args - vw % vw vw - inline 
+PASS Four args - vw % vw % - inline 
+PASS Four args - vw % % vw - inline 
+PASS Four args - vw % % % - inline 
+PASS Four args - % vw vw vw - inline 
+PASS Four args - % vw vw % - inline 
+PASS Four args - % vw % vw - inline 
+PASS Four args - % vw % % - inline 
+PASS Four args - % % vw vw - inline 
+PASS Four args - % % vw % - inline 
+PASS Four args - % % % vw - inline 
+PASS One arg - vh - inline 
+PASS Two args - vh vh - inline 
+PASS Two args - vh % - inline 
+PASS Two args - % vh - inline 
+PASS Three args - vh vh vh - inline 
+PASS Three args - vh vh % - inline 
+PASS Three args - vh % vh - inline 
+PASS Three args - vh % %  - inline 
+PASS Three args - % vh vh - inline 
+PASS Three args - % vh %  - inline 
+PASS Three args - % % vh  - inline 
+PASS Four args - vh vh vh vh - inline 
+PASS Four args - vh vh vh % - inline 
+PASS Four args - vh vh % vh - inline 
+PASS Four args - vh vh % % - inline 
+PASS Four args - vh % vh vh - inline 
+PASS Four args - vh % vh % - inline 
+PASS Four args - vh % % vh - inline 
+PASS Four args - vh % % % - inline 
+PASS Four args - % vh vh vh - inline 
+PASS Four args - % vh vh % - inline 
+PASS Four args - % vh % vh - inline 
+PASS Four args - % vh % % - inline 
+PASS Four args - % % vh vh - inline 
+PASS Four args - % % vh % - inline 
+PASS Four args - % % % vh - inline 
+PASS One arg - vmin - inline 
+PASS Two args - vmin vmin - inline 
+PASS Two args - vmin % - inline 
+PASS Two args - % vmin - inline 
+PASS Three args - vmin vmin vmin - inline 
+PASS Three args - vmin vmin % - inline 
+PASS Three args - vmin % vmin - inline 
+PASS Three args - vmin % %  - inline 
+PASS Three args - % vmin vmin - inline 
+PASS Three args - % vmin %  - inline 
+PASS Three args - % % vmin  - inline 
+PASS Four args - vmin vmin vmin vmin - inline 
+PASS Four args - vmin vmin vmin % - inline 
+PASS Four args - vmin vmin % vmin - inline 
+PASS Four args - vmin vmin % % - inline 
+PASS Four args - vmin % vmin vmin - inline 
+PASS Four args - vmin % vmin % - inline 
+PASS Four args - vmin % % vmin - inline 
+PASS Four args - vmin % % % - inline 
+PASS Four args - % vmin vmin vmin - inline 
+PASS Four args - % vmin vmin % - inline 
+PASS Four args - % vmin % vmin - inline 
+PASS Four args - % vmin % % - inline 
+PASS Four args - % % vmin vmin - inline 
+PASS Four args - % % vmin % - inline 
+PASS Four args - % % % vmin - inline 
+PASS One arg - vmax - inline 
+PASS Two args - vmax vmax - inline 
+PASS Two args - vmax % - inline 
+PASS Two args - % vmax - inline 
+PASS Three args - vmax vmax vmax - inline 
+PASS Three args - vmax vmax % - inline 
+PASS Three args - vmax % vmax - inline 
+PASS Three args - vmax % %  - inline 
+PASS Three args - % vmax vmax - inline 
+PASS Three args - % vmax %  - inline 
+PASS Three args - % % vmax  - inline 
+PASS Four args - vmax vmax vmax vmax - inline 
+PASS Four args - vmax vmax vmax % - inline 
+PASS Four args - vmax vmax % vmax - inline 
+PASS Four args - vmax vmax % % - inline 
+PASS Four args - vmax % vmax vmax - inline 
+PASS Four args - vmax % vmax % - inline 
+PASS Four args - vmax % % vmax - inline 
+PASS Four args - vmax % % % - inline 
+PASS Four args - % vmax vmax vmax - inline 
+PASS Four args - % vmax vmax % - inline 
+PASS Four args - % vmax % vmax - inline 
+PASS Four args - % vmax % % - inline 
+PASS Four args - % % vmax vmax - inline 
+PASS Four args - % % vmax % - inline 
+PASS Four args - % % % vmax - inline 
+PASS One arg - cm - computed 
+PASS One arg - % - computed 
+PASS Two args - cm cm - computed 
+PASS Two args - cm % - computed 
+PASS Two args - % cm - computed 
+PASS Two args - % % - computed 
+PASS Three args - cm cm cm - computed 
+PASS Three args - cm cm % - computed 
+PASS Three args - cm % cm - computed 
+PASS Three args - cm % %  - computed 
+PASS Three args - % cm cm - computed 
+PASS Three args - % cm %  - computed 
+PASS Three args - % % cm  - computed 
+PASS Three args - % % %  - computed 
+PASS Four args - cm cm cm cm - computed 
+PASS Four args - cm cm cm % - computed 
+PASS Four args - cm cm % cm - computed 
+PASS Four args - cm cm % % - computed 
+PASS Four args - cm % cm cm - computed 
+PASS Four args - cm % cm % - computed 
+PASS Four args - cm % % cm - computed 
+PASS Four args - cm % % % - computed 
+PASS Four args - % cm cm cm - computed 
+PASS Four args - % cm cm % - computed 
+PASS Four args - % cm % cm - computed 
+PASS Four args - % cm % % - computed 
+PASS Four args - % % cm cm - computed 
+PASS Four args - % % cm % - computed 
+PASS Four args - % % % cm - computed 
+PASS Four args - % % % % - computed 
+PASS One arg - mm - computed 
+PASS Two args - mm mm - computed 
+PASS Two args - mm % - computed 
+PASS Two args - % mm - computed 
+PASS Three args - mm mm mm - computed 
+PASS Three args - mm mm % - computed 
+PASS Three args - mm % mm - computed 
+PASS Three args - mm % %  - computed 
+PASS Three args - % mm mm - computed 
+PASS Three args - % mm %  - computed 
+PASS Three args - % % mm  - computed 
+PASS Four args - mm mm mm mm - computed 
+PASS Four args - mm mm mm % - computed 
+PASS Four args - mm mm % mm - computed 
+PASS Four args - mm mm % % - computed 
+PASS Four args - mm % mm mm - computed 
+PASS Four args - mm % mm % - computed 
+PASS Four args - mm % % mm - computed 
+PASS Four args - mm % % % - computed 
+PASS Four args - % mm mm mm - computed 
+PASS Four args - % mm mm % - computed 
+PASS Four args - % mm % mm - computed 
+PASS Four args - % mm % % - computed 
+PASS Four args - % % mm mm - computed 
+PASS Four args - % % mm % - computed 
+PASS Four args - % % % mm - computed 
+PASS One arg - in - computed 
+PASS Two args - in in - computed 
+PASS Two args - in % - computed 
+PASS Two args - % in - computed 
+PASS Three args - in in in - computed 
+PASS Three args - in in % - computed 
+PASS Three args - in % in - computed 
+PASS Three args - in % %  - computed 
+PASS Three args - % in in - computed 
+PASS Three args - % in %  - computed 
+PASS Three args - % % in  - computed 
+PASS Four args - in in in in - computed 
+PASS Four args - in in in % - computed 
+PASS Four args - in in % in - computed 
+PASS Four args - in in % % - computed 
+PASS Four args - in % in in - computed 
+PASS Four args - in % in % - computed 
+PASS Four args - in % % in - computed 
+PASS Four args - in % % % - computed 
+PASS Four args - % in in in - computed 
+PASS Four args - % in in % - computed 
+PASS Four args - % in % in - computed 
+PASS Four args - % in % % - computed 
+PASS Four args - % % in in - computed 
+PASS Four args - % % in % - computed 
+PASS Four args - % % % in - computed 
+PASS One arg - pt - computed 
+PASS Two args - pt pt - computed 
+PASS Two args - pt % - computed 
+PASS Two args - % pt - computed 
+PASS Three args - pt pt pt - computed 
+PASS Three args - pt pt % - computed 
+PASS Three args - pt % pt - computed 
+PASS Three args - pt % %  - computed 
+PASS Three args - % pt pt - computed 
+PASS Three args - % pt %  - computed 
+PASS Three args - % % pt  - computed 
+PASS Four args - pt pt pt pt - computed 
+PASS Four args - pt pt pt % - computed 
+PASS Four args - pt pt % pt - computed 
+PASS Four args - pt pt % % - computed 
+PASS Four args - pt % pt pt - computed 
+PASS Four args - pt % pt % - computed 
+PASS Four args - pt % % pt - computed 
+PASS Four args - pt % % % - computed 
+PASS Four args - % pt pt pt - computed 
+PASS Four args - % pt pt % - computed 
+PASS Four args - % pt % pt - computed 
+PASS Four args - % pt % % - computed 
+PASS Four args - % % pt pt - computed 
+PASS Four args - % % pt % - computed 
+PASS Four args - % % % pt - computed 
+PASS One arg - pc - computed 
+PASS Two args - pc pc - computed 
+PASS Two args - pc % - computed 
+PASS Two args - % pc - computed 
+PASS Three args - pc pc pc - computed 
+PASS Three args - pc pc % - computed 
+PASS Three args - pc % pc - computed 
+PASS Three args - pc % %  - computed 
+PASS Three args - % pc pc - computed 
+PASS Three args - % pc %  - computed 
+PASS Three args - % % pc  - computed 
+PASS Four args - pc pc pc pc - computed 
+PASS Four args - pc pc pc % - computed 
+PASS Four args - pc pc % pc - computed 
+PASS Four args - pc pc % % - computed 
+PASS Four args - pc % pc pc - computed 
+PASS Four args - pc % pc % - computed 
+PASS Four args - pc % % pc - computed 
+PASS Four args - pc % % % - computed 
+PASS Four args - % pc pc pc - computed 
+PASS Four args - % pc pc % - computed 
+PASS Four args - % pc % pc - computed 
+PASS Four args - % pc % % - computed 
+PASS Four args - % % pc pc - computed 
+PASS Four args - % % pc % - computed 
+PASS Four args - % % % pc - computed 
+PASS One arg - em - computed 
+PASS Two args - em em - computed 
+PASS Two args - em % - computed 
+PASS Two args - % em - computed 
+PASS Three args - em em em - computed 
+PASS Three args - em em % - computed 
+PASS Three args - em % em - computed 
+PASS Three args - em % %  - computed 
+PASS Three args - % em em - computed 
+PASS Three args - % em %  - computed 
+PASS Three args - % % em  - computed 
+PASS Four args - em em em em - computed 
+PASS Four args - em em em % - computed 
+PASS Four args - em em % em - computed 
+PASS Four args - em em % % - computed 
+PASS Four args - em % em em - computed 
+PASS Four args - em % em % - computed 
+PASS Four args - em % % em - computed 
+PASS Four args - em % % % - computed 
+PASS Four args - % em em em - computed 
+PASS Four args - % em em % - computed 
+PASS Four args - % em % em - computed 
+PASS Four args - % em % % - computed 
+PASS Four args - % % em em - computed 
+PASS Four args - % % em % - computed 
+PASS Four args - % % % em - computed 
+PASS One arg - ex - computed 
+PASS Two args - ex ex - computed 
+PASS Two args - ex % - computed 
+PASS Two args - % ex - computed 
+PASS Three args - ex ex ex - computed 
+PASS Three args - ex ex % - computed 
+PASS Three args - ex % ex - computed 
+PASS Three args - ex % %  - computed 
+PASS Three args - % ex ex - computed 
+PASS Three args - % ex %  - computed 
+PASS Three args - % % ex  - computed 
+PASS Four args - ex ex ex ex - computed 
+PASS Four args - ex ex ex % - computed 
+PASS Four args - ex ex % ex - computed 
+PASS Four args - ex ex % % - computed 
+PASS Four args - ex % ex ex - computed 
+PASS Four args - ex % ex % - computed 
+PASS Four args - ex % % ex - computed 
+PASS Four args - ex % % % - computed 
+PASS Four args - % ex ex ex - computed 
+PASS Four args - % ex ex % - computed 
+PASS Four args - % ex % ex - computed 
+PASS Four args - % ex % % - computed 
+PASS Four args - % % ex ex - computed 
+PASS Four args - % % ex % - computed 
+PASS Four args - % % % ex - computed 
+PASS One arg - ch - computed 
+PASS Two args - ch ch - computed 
+PASS Two args - ch % - computed 
+PASS Two args - % ch - computed 
+PASS Three args - ch ch ch - computed 
+PASS Three args - ch ch % - computed 
+PASS Three args - ch % ch - computed 
+PASS Three args - ch % %  - computed 
+PASS Three args - % ch ch - computed 
+PASS Three args - % ch %  - computed 
+PASS Three args - % % ch  - computed 
+PASS Four args - ch ch ch ch - computed 
+PASS Four args - ch ch ch % - computed 
+PASS Four args - ch ch % ch - computed 
+PASS Four args - ch ch % % - computed 
+PASS Four args - ch % ch ch - computed 
+PASS Four args - ch % ch % - computed 
+PASS Four args - ch % % ch - computed 
+PASS Four args - ch % % % - computed 
+PASS Four args - % ch ch ch - computed 
+PASS Four args - % ch ch % - computed 
+PASS Four args - % ch % ch - computed 
+PASS Four args - % ch % % - computed 
+PASS Four args - % % ch ch - computed 
+PASS Four args - % % ch % - computed 
+PASS Four args - % % % ch - computed 
+PASS One arg - rem - computed 
+PASS Two args - rem rem - computed 
+PASS Two args - rem % - computed 
+PASS Two args - % rem - computed 
+PASS Three args - rem rem rem - computed 
+PASS Three args - rem rem % - computed 
+PASS Three args - rem % rem - computed 
+PASS Three args - rem % %  - computed 
+PASS Three args - % rem rem - computed 
+PASS Three args - % rem %  - computed 
+PASS Three args - % % rem  - computed 
+PASS Four args - rem rem rem rem - computed 
+PASS Four args - rem rem rem % - computed 
+PASS Four args - rem rem % rem - computed 
+PASS Four args - rem rem % % - computed 
+PASS Four args - rem % rem rem - computed 
+PASS Four args - rem % rem % - computed 
+PASS Four args - rem % % rem - computed 
+PASS Four args - rem % % % - computed 
+PASS Four args - % rem rem rem - computed 
+PASS Four args - % rem rem % - computed 
+PASS Four args - % rem % rem - computed 
+PASS Four args - % rem % % - computed 
+PASS Four args - % % rem rem - computed 
+PASS Four args - % % rem % - computed 
+PASS Four args - % % % rem - computed 
+PASS One arg - vw - computed 
+PASS Two args - vw vw - computed 
+PASS Two args - vw % - computed 
+PASS Two args - % vw - computed 
+PASS Three args - vw vw vw - computed 
+PASS Three args - vw vw % - computed 
+PASS Three args - vw % vw - computed 
+PASS Three args - vw % %  - computed 
+PASS Three args - % vw vw - computed 
+PASS Three args - % vw %  - computed 
+PASS Three args - % % vw  - computed 
+PASS Four args - vw vw vw vw - computed 
+PASS Four args - vw vw vw % - computed 
+PASS Four args - vw vw % vw - computed 
+PASS Four args - vw vw % % - computed 
+PASS Four args - vw % vw vw - computed 
+PASS Four args - vw % vw % - computed 
+PASS Four args - vw % % vw - computed 
+PASS Four args - vw % % % - computed 
+PASS Four args - % vw vw vw - computed 
+PASS Four args - % vw vw % - computed 
+PASS Four args - % vw % vw - computed 
+PASS Four args - % vw % % - computed 
+PASS Four args - % % vw vw - computed 
+PASS Four args - % % vw % - computed 
+PASS Four args - % % % vw - computed 
+PASS One arg - vh - computed 
+PASS Two args - vh vh - computed 
+PASS Two args - vh % - computed 
+PASS Two args - % vh - computed 
+PASS Three args - vh vh vh - computed 
+PASS Three args - vh vh % - computed 
+PASS Three args - vh % vh - computed 
+PASS Three args - vh % %  - computed 
+PASS Three args - % vh vh - computed 
+PASS Three args - % vh %  - computed 
+PASS Three args - % % vh  - computed 
+PASS Four args - vh vh vh vh - computed 
+PASS Four args - vh vh vh % - computed 
+PASS Four args - vh vh % vh - computed 
+PASS Four args - vh vh % % - computed 
+PASS Four args - vh % vh vh - computed 
+PASS Four args - vh % vh % - computed 
+PASS Four args - vh % % vh - computed 
+PASS Four args - vh % % % - computed 
+PASS Four args - % vh vh vh - computed 
+PASS Four args - % vh vh % - computed 
+PASS Four args - % vh % vh - computed 
+PASS Four args - % vh % % - computed 
+PASS Four args - % % vh vh - computed 
+PASS Four args - % % vh % - computed 
+PASS Four args - % % % vh - computed 
+PASS One arg - vmin - computed 
+PASS Two args - vmin vmin - computed 
+PASS Two args - vmin % - computed 
+PASS Two args - % vmin - computed 
+PASS Three args - vmin vmin vmin - computed 
+PASS Three args - vmin vmin % - computed 
+PASS Three args - vmin % vmin - computed 
+PASS Three args - vmin % %  - computed 
+PASS Three args - % vmin vmin - computed 
+PASS Three args - % vmin %  - computed 
+PASS Three args - % % vmin  - computed 
+PASS Four args - vmin vmin vmin vmin - computed 
+PASS Four args - vmin vmin vmin % - computed 
+PASS Four args - vmin vmin % vmin - computed 
+PASS Four args - vmin vmin % % - computed 
+PASS Four args - vmin % vmin vmin - computed 
+PASS Four args - vmin % vmin % - computed 
+PASS Four args - vmin % % vmin - computed 
+PASS Four args - vmin % % % - computed 
+PASS Four args - % vmin vmin vmin - computed 
+PASS Four args - % vmin vmin % - computed 
+PASS Four args - % vmin % vmin - computed 
+PASS Four args - % vmin % % - computed 
+PASS Four args - % % vmin vmin - computed 
+PASS Four args - % % vmin % - computed 
+PASS Four args - % % % vmin - computed 
+PASS One arg - vmax - computed 
+PASS Two args - vmax vmax - computed 
+PASS Two args - vmax % - computed 
+PASS Two args - % vmax - computed 
+PASS Three args - vmax vmax vmax - computed 
+PASS Three args - vmax vmax % - computed 
+PASS Three args - vmax % vmax - computed 
+PASS Three args - vmax % %  - computed 
+PASS Three args - % vmax vmax - computed 
+PASS Three args - % vmax %  - computed 
+PASS Three args - % % vmax  - computed 
+PASS Four args - vmax vmax vmax vmax - computed 
+PASS Four args - vmax vmax vmax % - computed 
+PASS Four args - vmax vmax % vmax - computed 
+PASS Four args - vmax vmax % % - computed 
+PASS Four args - vmax % vmax vmax - computed 
+PASS Four args - vmax % vmax % - computed 
+PASS Four args - vmax % % vmax - computed 
+PASS Four args - vmax % % % - computed 
+PASS Four args - % vmax vmax vmax - computed 
+PASS Four args - % vmax vmax % - computed 
+PASS Four args - % vmax % vmax - computed 
+PASS Four args - % vmax % % - computed 
+PASS Four args - % % vmax vmax - computed 
+PASS Four args - % % vmax % - computed 
+PASS Four args - % % % vmax - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-002-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-002-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,82 @@
</span><ins>+
+PASS inset(10px round 10px) - inline 
+PASS inset(10px round 10px / 10px) - inline 
+PASS inset(10px round 10px / 10px 20px) - inline 
+PASS inset(10px round 10px / 10px 20px 30px) - inline 
+PASS inset(10px round 10px / 10px 20px 30px 40px) - inline 
+PASS inset(10px round 10px 20px) - inline 
+PASS inset(10px round 10px 20px / 10px) - inline 
+PASS inset(10px round 10px 20px / 10px 20px) - inline 
+PASS inset(10px round 10px 20px / 10px 20px 30px) - inline 
+PASS inset(10px round 10px 20px / 10px 20px 30px 40px) - inline 
+PASS inset(10px round 10px 20px 30px) - inline 
+PASS inset(10px round 10px 20px 30px / 10px) - inline 
+PASS inset(10px round 10px 20px 30px / 10px 20px) - inline 
+PASS inset(10px round 10px 20px 30px / 10px 20px 30px) - inline 
+PASS inset(10px round 10px 20px 30px / 10px 20px 30px 40px) - inline 
+PASS inset(10px round 10px 20px 30px 40px) - inline 
+PASS inset(10px round 10px 20px 30px 40px / 10px) - inline 
+PASS inset(10px round 10px 20px 30px 40px / 10px 20px) - inline 
+PASS inset(10px round 10px 20px 30px 40px / 10px 20px 30px) - inline 
+PASS inset(10px round 10px 20px 30px 40px / 10px 20px 30px 40px) - inline 
+PASS inset(10% round 10%) - inline 
+PASS inset(10% round 10% / 10%) - inline 
+PASS inset(10% round 10% / 10% 20%) - inline 
+PASS inset(10% round 10% / 10% 20% 30%) - inline 
+PASS inset(10% round 10% / 10% 20% 30% 40%) - inline 
+PASS inset(10% round 10% 20%) - inline 
+PASS inset(10% round 10% 20% / 10%) - inline 
+PASS inset(10% round 10% 20% / 10% 20%) - inline 
+PASS inset(10% round 10% 20% / 10% 20% 30%) - inline 
+PASS inset(10% round 10% 20% / 10% 20% 30% 40%) - inline 
+PASS inset(10% round 10% 20% 30%) - inline 
+PASS inset(10% round 10% 20% 30% / 10%) - inline 
+PASS inset(10% round 10% 20% 30% / 10% 20%) - inline 
+PASS inset(10% round 10% 20% 30% / 10% 20% 30%) - inline 
+PASS inset(10% round 10% 20% 30% / 10% 20% 30% 40%) - inline 
+PASS inset(10% round 10% 20% 30% 40%) - inline 
+PASS inset(10% round 10% 20% 30% 40% / 10%) - inline 
+PASS inset(10% round 10% 20% 30% 40% / 10% 20%) - inline 
+PASS inset(10% round 10% 20% 30% 40% / 10% 20% 30%) - inline 
+PASS inset(10% round 10% 20% 30% 40% / 10% 20% 30% 40%) - inline 
+PASS inset(10px round 10px) - computed 
+PASS inset(10px round 10px / 10px) - computed 
+PASS inset(10px round 10px / 10px 20px) - computed 
+PASS inset(10px round 10px / 10px 20px 30px) - computed 
+PASS inset(10px round 10px / 10px 20px 30px 40px) - computed 
+PASS inset(10px round 10px 20px) - computed 
+PASS inset(10px round 10px 20px / 10px) - computed 
+PASS inset(10px round 10px 20px / 10px 20px) - computed 
+PASS inset(10px round 10px 20px / 10px 20px 30px) - computed 
+PASS inset(10px round 10px 20px / 10px 20px 30px 40px) - computed 
+PASS inset(10px round 10px 20px 30px) - computed 
+PASS inset(10px round 10px 20px 30px / 10px) - computed 
+PASS inset(10px round 10px 20px 30px / 10px 20px) - computed 
+PASS inset(10px round 10px 20px 30px / 10px 20px 30px) - computed 
+PASS inset(10px round 10px 20px 30px / 10px 20px 30px 40px) - computed 
+PASS inset(10px round 10px 20px 30px 40px) - computed 
+PASS inset(10px round 10px 20px 30px 40px / 10px) - computed 
+PASS inset(10px round 10px 20px 30px 40px / 10px 20px) - computed 
+PASS inset(10px round 10px 20px 30px 40px / 10px 20px 30px) - computed 
+PASS inset(10px round 10px 20px 30px 40px / 10px 20px 30px 40px) - computed 
+PASS inset(10% round 10%) - computed 
+PASS inset(10% round 10% / 10%) - computed 
+PASS inset(10% round 10% / 10% 20%) - computed 
+PASS inset(10% round 10% / 10% 20% 30%) - computed 
+PASS inset(10% round 10% / 10% 20% 30% 40%) - computed 
+PASS inset(10% round 10% 20%) - computed 
+PASS inset(10% round 10% 20% / 10%) - computed 
+PASS inset(10% round 10% 20% / 10% 20%) - computed 
+PASS inset(10% round 10% 20% / 10% 20% 30%) - computed 
+PASS inset(10% round 10% 20% / 10% 20% 30% 40%) - computed 
+PASS inset(10% round 10% 20% 30%) - computed 
+PASS inset(10% round 10% 20% 30% / 10%) - computed 
+PASS inset(10% round 10% 20% 30% / 10% 20%) - computed 
+PASS inset(10% round 10% 20% 30% / 10% 20% 30%) - computed 
+PASS inset(10% round 10% 20% 30% / 10% 20% 30% 40%) - computed 
+PASS inset(10% round 10% 20% 30% 40%) - computed 
+PASS inset(10% round 10% 20% 30% 40% / 10%) - computed 
+PASS inset(10% round 10% 20% 30% 40% / 10% 20%) - computed 
+PASS inset(10% round 10% 20% 30% 40% / 10% 20% 30%) - computed 
+PASS inset(10% round 10% 20% 30% 40% / 10% 20% 30% 40%) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-002-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-003-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-003-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,522 @@
</span><ins>+
+PASS inset(10cm round 10cm) - inline 
+PASS inset(10cm round 10cm / 10cm) - inline 
+PASS inset(10cm round 10cm / 10cm 20cm) - inline 
+PASS inset(10cm round 10cm / 10cm 20cm 30cm) - inline 
+PASS inset(10cm round 10cm / 10cm 20cm 30cm 40cm) - inline 
+PASS inset(10cm round 10cm 20cm) - inline 
+PASS inset(10cm round 10cm 20cm / 10cm) - inline 
+PASS inset(10cm round 10cm 20cm / 10cm 20cm) - inline 
+PASS inset(10cm round 10cm 20cm / 10cm 20cm 30cm) - inline 
+PASS inset(10cm round 10cm 20cm / 10cm 20cm 30cm 40cm) - inline 
+PASS inset(10cm round 10cm 20cm 30cm) - inline 
+PASS inset(10cm round 10cm 20cm 30cm / 10cm) - inline 
+PASS inset(10cm round 10cm 20cm 30cm / 10cm 20cm) - inline 
+PASS inset(10cm round 10cm 20cm 30cm / 10cm 20cm 30cm) - inline 
+PASS inset(10cm round 10cm 20cm 30cm / 10cm 20cm 30cm 40cm) - inline 
+PASS inset(10cm round 10cm 20cm 30cm 40cm) - inline 
+PASS inset(10cm round 10cm 20cm 30cm 40cm / 10cm) - inline 
+PASS inset(10cm round 10cm 20cm 30cm 40cm / 10cm 20cm) - inline 
+PASS inset(10cm round 10cm 20cm 30cm 40cm / 10cm 20cm 30cm) - inline 
+PASS inset(10cm round 10cm 20cm 30cm 40cm / 10cm 20cm 30cm 40cm) - inline 
+PASS inset(10mm round 10mm) - inline 
+PASS inset(10mm round 10mm / 10mm) - inline 
+PASS inset(10mm round 10mm / 10mm 20mm) - inline 
+PASS inset(10mm round 10mm / 10mm 20mm 30mm) - inline 
+PASS inset(10mm round 10mm / 10mm 20mm 30mm 40mm) - inline 
+PASS inset(10mm round 10mm 20mm) - inline 
+PASS inset(10mm round 10mm 20mm / 10mm) - inline 
+PASS inset(10mm round 10mm 20mm / 10mm 20mm) - inline 
+PASS inset(10mm round 10mm 20mm / 10mm 20mm 30mm) - inline 
+PASS inset(10mm round 10mm 20mm / 10mm 20mm 30mm 40mm) - inline 
+PASS inset(10mm round 10mm 20mm 30mm) - inline 
+PASS inset(10mm round 10mm 20mm 30mm / 10mm) - inline 
+PASS inset(10mm round 10mm 20mm 30mm / 10mm 20mm) - inline 
+PASS inset(10mm round 10mm 20mm 30mm / 10mm 20mm 30mm) - inline 
+PASS inset(10mm round 10mm 20mm 30mm / 10mm 20mm 30mm 40mm) - inline 
+PASS inset(10mm round 10mm 20mm 30mm 40mm) - inline 
+PASS inset(10mm round 10mm 20mm 30mm 40mm / 10mm) - inline 
+PASS inset(10mm round 10mm 20mm 30mm 40mm / 10mm 20mm) - inline 
+PASS inset(10mm round 10mm 20mm 30mm 40mm / 10mm 20mm 30mm) - inline 
+PASS inset(10mm round 10mm 20mm 30mm 40mm / 10mm 20mm 30mm 40mm) - inline 
+PASS inset(10in round 10in) - inline 
+PASS inset(10in round 10in / 10in) - inline 
+PASS inset(10in round 10in / 10in 20in) - inline 
+PASS inset(10in round 10in / 10in 20in 30in) - inline 
+PASS inset(10in round 10in / 10in 20in 30in 40in) - inline 
+PASS inset(10in round 10in 20in) - inline 
+PASS inset(10in round 10in 20in / 10in) - inline 
+PASS inset(10in round 10in 20in / 10in 20in) - inline 
+PASS inset(10in round 10in 20in / 10in 20in 30in) - inline 
+PASS inset(10in round 10in 20in / 10in 20in 30in 40in) - inline 
+PASS inset(10in round 10in 20in 30in) - inline 
+PASS inset(10in round 10in 20in 30in / 10in) - inline 
+PASS inset(10in round 10in 20in 30in / 10in 20in) - inline 
+PASS inset(10in round 10in 20in 30in / 10in 20in 30in) - inline 
+PASS inset(10in round 10in 20in 30in / 10in 20in 30in 40in) - inline 
+PASS inset(10in round 10in 20in 30in 40in) - inline 
+PASS inset(10in round 10in 20in 30in 40in / 10in) - inline 
+PASS inset(10in round 10in 20in 30in 40in / 10in 20in) - inline 
+PASS inset(10in round 10in 20in 30in 40in / 10in 20in 30in) - inline 
+PASS inset(10in round 10in 20in 30in 40in / 10in 20in 30in 40in) - inline 
+PASS inset(10pt round 10pt) - inline 
+PASS inset(10pt round 10pt / 10pt) - inline 
+PASS inset(10pt round 10pt / 10pt 20pt) - inline 
+PASS inset(10pt round 10pt / 10pt 20pt 30pt) - inline 
+PASS inset(10pt round 10pt / 10pt 20pt 30pt 40pt) - inline 
+PASS inset(10pt round 10pt 20pt) - inline 
+PASS inset(10pt round 10pt 20pt / 10pt) - inline 
+PASS inset(10pt round 10pt 20pt / 10pt 20pt) - inline 
+PASS inset(10pt round 10pt 20pt / 10pt 20pt 30pt) - inline 
+PASS inset(10pt round 10pt 20pt / 10pt 20pt 30pt 40pt) - inline 
+PASS inset(10pt round 10pt 20pt 30pt) - inline 
+PASS inset(10pt round 10pt 20pt 30pt / 10pt) - inline 
+PASS inset(10pt round 10pt 20pt 30pt / 10pt 20pt) - inline 
+PASS inset(10pt round 10pt 20pt 30pt / 10pt 20pt 30pt) - inline 
+PASS inset(10pt round 10pt 20pt 30pt / 10pt 20pt 30pt 40pt) - inline 
+PASS inset(10pt round 10pt 20pt 30pt 40pt) - inline 
+PASS inset(10pt round 10pt 20pt 30pt 40pt / 10pt) - inline 
+PASS inset(10pt round 10pt 20pt 30pt 40pt / 10pt 20pt) - inline 
+PASS inset(10pt round 10pt 20pt 30pt 40pt / 10pt 20pt 30pt) - inline 
+PASS inset(10pt round 10pt 20pt 30pt 40pt / 10pt 20pt 30pt 40pt) - inline 
+PASS inset(10pc round 10pc) - inline 
+PASS inset(10pc round 10pc / 10pc) - inline 
+PASS inset(10pc round 10pc / 10pc 20pc) - inline 
+PASS inset(10pc round 10pc / 10pc 20pc 30pc) - inline 
+PASS inset(10pc round 10pc / 10pc 20pc 30pc 40pc) - inline 
+PASS inset(10pc round 10pc 20pc) - inline 
+PASS inset(10pc round 10pc 20pc / 10pc) - inline 
+PASS inset(10pc round 10pc 20pc / 10pc 20pc) - inline 
+PASS inset(10pc round 10pc 20pc / 10pc 20pc 30pc) - inline 
+PASS inset(10pc round 10pc 20pc / 10pc 20pc 30pc 40pc) - inline 
+PASS inset(10pc round 10pc 20pc 30pc) - inline 
+PASS inset(10pc round 10pc 20pc 30pc / 10pc) - inline 
+PASS inset(10pc round 10pc 20pc 30pc / 10pc 20pc) - inline 
+PASS inset(10pc round 10pc 20pc 30pc / 10pc 20pc 30pc) - inline 
+PASS inset(10pc round 10pc 20pc 30pc / 10pc 20pc 30pc 40pc) - inline 
+PASS inset(10pc round 10pc 20pc 30pc 40pc) - inline 
+PASS inset(10pc round 10pc 20pc 30pc 40pc / 10pc) - inline 
+PASS inset(10pc round 10pc 20pc 30pc 40pc / 10pc 20pc) - inline 
+PASS inset(10pc round 10pc 20pc 30pc 40pc / 10pc 20pc 30pc) - inline 
+PASS inset(10pc round 10pc 20pc 30pc 40pc / 10pc 20pc 30pc 40pc) - inline 
+PASS inset(10em round 10em) - inline 
+PASS inset(10em round 10em / 10em) - inline 
+PASS inset(10em round 10em / 10em 20em) - inline 
+PASS inset(10em round 10em / 10em 20em 30em) - inline 
+PASS inset(10em round 10em / 10em 20em 30em 40em) - inline 
+PASS inset(10em round 10em 20em) - inline 
+PASS inset(10em round 10em 20em / 10em) - inline 
+PASS inset(10em round 10em 20em / 10em 20em) - inline 
+PASS inset(10em round 10em 20em / 10em 20em 30em) - inline 
+PASS inset(10em round 10em 20em / 10em 20em 30em 40em) - inline 
+PASS inset(10em round 10em 20em 30em) - inline 
+PASS inset(10em round 10em 20em 30em / 10em) - inline 
+PASS inset(10em round 10em 20em 30em / 10em 20em) - inline 
+PASS inset(10em round 10em 20em 30em / 10em 20em 30em) - inline 
+PASS inset(10em round 10em 20em 30em / 10em 20em 30em 40em) - inline 
+PASS inset(10em round 10em 20em 30em 40em) - inline 
+PASS inset(10em round 10em 20em 30em 40em / 10em) - inline 
+PASS inset(10em round 10em 20em 30em 40em / 10em 20em) - inline 
+PASS inset(10em round 10em 20em 30em 40em / 10em 20em 30em) - inline 
+PASS inset(10em round 10em 20em 30em 40em / 10em 20em 30em 40em) - inline 
+PASS inset(10ex round 10ex) - inline 
+PASS inset(10ex round 10ex / 10ex) - inline 
+PASS inset(10ex round 10ex / 10ex 20ex) - inline 
+PASS inset(10ex round 10ex / 10ex 20ex 30ex) - inline 
+PASS inset(10ex round 10ex / 10ex 20ex 30ex 40ex) - inline 
+PASS inset(10ex round 10ex 20ex) - inline 
+PASS inset(10ex round 10ex 20ex / 10ex) - inline 
+PASS inset(10ex round 10ex 20ex / 10ex 20ex) - inline 
+PASS inset(10ex round 10ex 20ex / 10ex 20ex 30ex) - inline 
+PASS inset(10ex round 10ex 20ex / 10ex 20ex 30ex 40ex) - inline 
+PASS inset(10ex round 10ex 20ex 30ex) - inline 
+PASS inset(10ex round 10ex 20ex 30ex / 10ex) - inline 
+PASS inset(10ex round 10ex 20ex 30ex / 10ex 20ex) - inline 
+PASS inset(10ex round 10ex 20ex 30ex / 10ex 20ex 30ex) - inline 
+PASS inset(10ex round 10ex 20ex 30ex / 10ex 20ex 30ex 40ex) - inline 
+PASS inset(10ex round 10ex 20ex 30ex 40ex) - inline 
+PASS inset(10ex round 10ex 20ex 30ex 40ex / 10ex) - inline 
+PASS inset(10ex round 10ex 20ex 30ex 40ex / 10ex 20ex) - inline 
+PASS inset(10ex round 10ex 20ex 30ex 40ex / 10ex 20ex 30ex) - inline 
+PASS inset(10ex round 10ex 20ex 30ex 40ex / 10ex 20ex 30ex 40ex) - inline 
+PASS inset(10ch round 10ch) - inline 
+PASS inset(10ch round 10ch / 10ch) - inline 
+PASS inset(10ch round 10ch / 10ch 20ch) - inline 
+PASS inset(10ch round 10ch / 10ch 20ch 30ch) - inline 
+PASS inset(10ch round 10ch / 10ch 20ch 30ch 40ch) - inline 
+PASS inset(10ch round 10ch 20ch) - inline 
+PASS inset(10ch round 10ch 20ch / 10ch) - inline 
+PASS inset(10ch round 10ch 20ch / 10ch 20ch) - inline 
+PASS inset(10ch round 10ch 20ch / 10ch 20ch 30ch) - inline 
+PASS inset(10ch round 10ch 20ch / 10ch 20ch 30ch 40ch) - inline 
+PASS inset(10ch round 10ch 20ch 30ch) - inline 
+PASS inset(10ch round 10ch 20ch 30ch / 10ch) - inline 
+PASS inset(10ch round 10ch 20ch 30ch / 10ch 20ch) - inline 
+PASS inset(10ch round 10ch 20ch 30ch / 10ch 20ch 30ch) - inline 
+PASS inset(10ch round 10ch 20ch 30ch / 10ch 20ch 30ch 40ch) - inline 
+PASS inset(10ch round 10ch 20ch 30ch 40ch) - inline 
+PASS inset(10ch round 10ch 20ch 30ch 40ch / 10ch) - inline 
+PASS inset(10ch round 10ch 20ch 30ch 40ch / 10ch 20ch) - inline 
+PASS inset(10ch round 10ch 20ch 30ch 40ch / 10ch 20ch 30ch) - inline 
+PASS inset(10ch round 10ch 20ch 30ch 40ch / 10ch 20ch 30ch 40ch) - inline 
+PASS inset(10rem round 10rem) - inline 
+PASS inset(10rem round 10rem / 10rem) - inline 
+PASS inset(10rem round 10rem / 10rem 20rem) - inline 
+PASS inset(10rem round 10rem / 10rem 20rem 30rem) - inline 
+PASS inset(10rem round 10rem / 10rem 20rem 30rem 40rem) - inline 
+PASS inset(10rem round 10rem 20rem) - inline 
+PASS inset(10rem round 10rem 20rem / 10rem) - inline 
+PASS inset(10rem round 10rem 20rem / 10rem 20rem) - inline 
+PASS inset(10rem round 10rem 20rem / 10rem 20rem 30rem) - inline 
+PASS inset(10rem round 10rem 20rem / 10rem 20rem 30rem 40rem) - inline 
+PASS inset(10rem round 10rem 20rem 30rem) - inline 
+PASS inset(10rem round 10rem 20rem 30rem / 10rem) - inline 
+PASS inset(10rem round 10rem 20rem 30rem / 10rem 20rem) - inline 
+PASS inset(10rem round 10rem 20rem 30rem / 10rem 20rem 30rem) - inline 
+PASS inset(10rem round 10rem 20rem 30rem / 10rem 20rem 30rem 40rem) - inline 
+PASS inset(10rem round 10rem 20rem 30rem 40rem) - inline 
+PASS inset(10rem round 10rem 20rem 30rem 40rem / 10rem) - inline 
+PASS inset(10rem round 10rem 20rem 30rem 40rem / 10rem 20rem) - inline 
+PASS inset(10rem round 10rem 20rem 30rem 40rem / 10rem 20rem 30rem) - inline 
+PASS inset(10rem round 10rem 20rem 30rem 40rem / 10rem 20rem 30rem 40rem) - inline 
+PASS inset(10vw round 10vw) - inline 
+PASS inset(10vw round 10vw / 10vw) - inline 
+PASS inset(10vw round 10vw / 10vw 20vw) - inline 
+PASS inset(10vw round 10vw / 10vw 20vw 30vw) - inline 
+PASS inset(10vw round 10vw / 10vw 20vw 30vw 40vw) - inline 
+PASS inset(10vw round 10vw 20vw) - inline 
+PASS inset(10vw round 10vw 20vw / 10vw) - inline 
+PASS inset(10vw round 10vw 20vw / 10vw 20vw) - inline 
+PASS inset(10vw round 10vw 20vw / 10vw 20vw 30vw) - inline 
+PASS inset(10vw round 10vw 20vw / 10vw 20vw 30vw 40vw) - inline 
+PASS inset(10vw round 10vw 20vw 30vw) - inline 
+PASS inset(10vw round 10vw 20vw 30vw / 10vw) - inline 
+PASS inset(10vw round 10vw 20vw 30vw / 10vw 20vw) - inline 
+PASS inset(10vw round 10vw 20vw 30vw / 10vw 20vw 30vw) - inline 
+PASS inset(10vw round 10vw 20vw 30vw / 10vw 20vw 30vw 40vw) - inline 
+PASS inset(10vw round 10vw 20vw 30vw 40vw) - inline 
+PASS inset(10vw round 10vw 20vw 30vw 40vw / 10vw) - inline 
+PASS inset(10vw round 10vw 20vw 30vw 40vw / 10vw 20vw) - inline 
+PASS inset(10vw round 10vw 20vw 30vw 40vw / 10vw 20vw 30vw) - inline 
+PASS inset(10vw round 10vw 20vw 30vw 40vw / 10vw 20vw 30vw 40vw) - inline 
+PASS inset(10vh round 10vh) - inline 
+PASS inset(10vh round 10vh / 10vh) - inline 
+PASS inset(10vh round 10vh / 10vh 20vh) - inline 
+PASS inset(10vh round 10vh / 10vh 20vh 30vh) - inline 
+PASS inset(10vh round 10vh / 10vh 20vh 30vh 40vh) - inline 
+PASS inset(10vh round 10vh 20vh) - inline 
+PASS inset(10vh round 10vh 20vh / 10vh) - inline 
+PASS inset(10vh round 10vh 20vh / 10vh 20vh) - inline 
+PASS inset(10vh round 10vh 20vh / 10vh 20vh 30vh) - inline 
+PASS inset(10vh round 10vh 20vh / 10vh 20vh 30vh 40vh) - inline 
+PASS inset(10vh round 10vh 20vh 30vh) - inline 
+PASS inset(10vh round 10vh 20vh 30vh / 10vh) - inline 
+PASS inset(10vh round 10vh 20vh 30vh / 10vh 20vh) - inline 
+PASS inset(10vh round 10vh 20vh 30vh / 10vh 20vh 30vh) - inline 
+PASS inset(10vh round 10vh 20vh 30vh / 10vh 20vh 30vh 40vh) - inline 
+PASS inset(10vh round 10vh 20vh 30vh 40vh) - inline 
+PASS inset(10vh round 10vh 20vh 30vh 40vh / 10vh) - inline 
+PASS inset(10vh round 10vh 20vh 30vh 40vh / 10vh 20vh) - inline 
+PASS inset(10vh round 10vh 20vh 30vh 40vh / 10vh 20vh 30vh) - inline 
+PASS inset(10vh round 10vh 20vh 30vh 40vh / 10vh 20vh 30vh 40vh) - inline 
+PASS inset(10vmin round 10vmin) - inline 
+PASS inset(10vmin round 10vmin / 10vmin) - inline 
+PASS inset(10vmin round 10vmin / 10vmin 20vmin) - inline 
+PASS inset(10vmin round 10vmin / 10vmin 20vmin 30vmin) - inline 
+PASS inset(10vmin round 10vmin / 10vmin 20vmin 30vmin 40vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin / 10vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin / 10vmin 20vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin / 10vmin 20vmin 30vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin / 10vmin 20vmin 30vmin 40vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin 30vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin 30vmin / 10vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin 30vmin / 10vmin 20vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin 30vmin / 10vmin 20vmin 30vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin 30vmin / 10vmin 20vmin 30vmin 40vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin 30vmin 40vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin 20vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin 20vmin 30vmin) - inline 
+PASS inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin 20vmin 30vmin 40vmin) - inline 
+PASS inset(10vmax round 10vmax) - inline 
+PASS inset(10vmax round 10vmax / 10vmax) - inline 
+PASS inset(10vmax round 10vmax / 10vmax 20vmax) - inline 
+PASS inset(10vmax round 10vmax / 10vmax 20vmax 30vmax) - inline 
+PASS inset(10vmax round 10vmax / 10vmax 20vmax 30vmax 40vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax / 10vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax / 10vmax 20vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax / 10vmax 20vmax 30vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax / 10vmax 20vmax 30vmax 40vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax 30vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax 30vmax / 10vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax 30vmax / 10vmax 20vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax 30vmax / 10vmax 20vmax 30vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax 30vmax / 10vmax 20vmax 30vmax 40vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax 30vmax 40vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax 20vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax 20vmax 30vmax) - inline 
+PASS inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax 20vmax 30vmax 40vmax) - inline 
+PASS inset(10cm round 10cm) - computed 
+PASS inset(10cm round 10cm / 10cm) - computed 
+PASS inset(10cm round 10cm / 10cm 20cm) - computed 
+PASS inset(10cm round 10cm / 10cm 20cm 30cm) - computed 
+PASS inset(10cm round 10cm / 10cm 20cm 30cm 40cm) - computed 
+PASS inset(10cm round 10cm 20cm) - computed 
+PASS inset(10cm round 10cm 20cm / 10cm) - computed 
+PASS inset(10cm round 10cm 20cm / 10cm 20cm) - computed 
+PASS inset(10cm round 10cm 20cm / 10cm 20cm 30cm) - computed 
+PASS inset(10cm round 10cm 20cm / 10cm 20cm 30cm 40cm) - computed 
+PASS inset(10cm round 10cm 20cm 30cm) - computed 
+PASS inset(10cm round 10cm 20cm 30cm / 10cm) - computed 
+PASS inset(10cm round 10cm 20cm 30cm / 10cm 20cm) - computed 
+PASS inset(10cm round 10cm 20cm 30cm / 10cm 20cm 30cm) - computed 
+PASS inset(10cm round 10cm 20cm 30cm / 10cm 20cm 30cm 40cm) - computed 
+PASS inset(10cm round 10cm 20cm 30cm 40cm) - computed 
+PASS inset(10cm round 10cm 20cm 30cm 40cm / 10cm) - computed 
+PASS inset(10cm round 10cm 20cm 30cm 40cm / 10cm 20cm) - computed 
+PASS inset(10cm round 10cm 20cm 30cm 40cm / 10cm 20cm 30cm) - computed 
+PASS inset(10cm round 10cm 20cm 30cm 40cm / 10cm 20cm 30cm 40cm) - computed 
+PASS inset(10mm round 10mm) - computed 
+PASS inset(10mm round 10mm / 10mm) - computed 
+PASS inset(10mm round 10mm / 10mm 20mm) - computed 
+PASS inset(10mm round 10mm / 10mm 20mm 30mm) - computed 
+PASS inset(10mm round 10mm / 10mm 20mm 30mm 40mm) - computed 
+PASS inset(10mm round 10mm 20mm) - computed 
+PASS inset(10mm round 10mm 20mm / 10mm) - computed 
+PASS inset(10mm round 10mm 20mm / 10mm 20mm) - computed 
+PASS inset(10mm round 10mm 20mm / 10mm 20mm 30mm) - computed 
+PASS inset(10mm round 10mm 20mm / 10mm 20mm 30mm 40mm) - computed 
+PASS inset(10mm round 10mm 20mm 30mm) - computed 
+PASS inset(10mm round 10mm 20mm 30mm / 10mm) - computed 
+PASS inset(10mm round 10mm 20mm 30mm / 10mm 20mm) - computed 
+PASS inset(10mm round 10mm 20mm 30mm / 10mm 20mm 30mm) - computed 
+PASS inset(10mm round 10mm 20mm 30mm / 10mm 20mm 30mm 40mm) - computed 
+PASS inset(10mm round 10mm 20mm 30mm 40mm) - computed 
+PASS inset(10mm round 10mm 20mm 30mm 40mm / 10mm) - computed 
+PASS inset(10mm round 10mm 20mm 30mm 40mm / 10mm 20mm) - computed 
+PASS inset(10mm round 10mm 20mm 30mm 40mm / 10mm 20mm 30mm) - computed 
+PASS inset(10mm round 10mm 20mm 30mm 40mm / 10mm 20mm 30mm 40mm) - computed 
+PASS inset(10in round 10in) - computed 
+PASS inset(10in round 10in / 10in) - computed 
+PASS inset(10in round 10in / 10in 20in) - computed 
+PASS inset(10in round 10in / 10in 20in 30in) - computed 
+PASS inset(10in round 10in / 10in 20in 30in 40in) - computed 
+PASS inset(10in round 10in 20in) - computed 
+PASS inset(10in round 10in 20in / 10in) - computed 
+PASS inset(10in round 10in 20in / 10in 20in) - computed 
+PASS inset(10in round 10in 20in / 10in 20in 30in) - computed 
+PASS inset(10in round 10in 20in / 10in 20in 30in 40in) - computed 
+PASS inset(10in round 10in 20in 30in) - computed 
+PASS inset(10in round 10in 20in 30in / 10in) - computed 
+PASS inset(10in round 10in 20in 30in / 10in 20in) - computed 
+PASS inset(10in round 10in 20in 30in / 10in 20in 30in) - computed 
+PASS inset(10in round 10in 20in 30in / 10in 20in 30in 40in) - computed 
+PASS inset(10in round 10in 20in 30in 40in) - computed 
+PASS inset(10in round 10in 20in 30in 40in / 10in) - computed 
+PASS inset(10in round 10in 20in 30in 40in / 10in 20in) - computed 
+PASS inset(10in round 10in 20in 30in 40in / 10in 20in 30in) - computed 
+PASS inset(10in round 10in 20in 30in 40in / 10in 20in 30in 40in) - computed 
+PASS inset(10pt round 10pt) - computed 
+PASS inset(10pt round 10pt / 10pt) - computed 
+PASS inset(10pt round 10pt / 10pt 20pt) - computed 
+PASS inset(10pt round 10pt / 10pt 20pt 30pt) - computed 
+PASS inset(10pt round 10pt / 10pt 20pt 30pt 40pt) - computed 
+PASS inset(10pt round 10pt 20pt) - computed 
+PASS inset(10pt round 10pt 20pt / 10pt) - computed 
+PASS inset(10pt round 10pt 20pt / 10pt 20pt) - computed 
+PASS inset(10pt round 10pt 20pt / 10pt 20pt 30pt) - computed 
+PASS inset(10pt round 10pt 20pt / 10pt 20pt 30pt 40pt) - computed 
+PASS inset(10pt round 10pt 20pt 30pt) - computed 
+PASS inset(10pt round 10pt 20pt 30pt / 10pt) - computed 
+PASS inset(10pt round 10pt 20pt 30pt / 10pt 20pt) - computed 
+PASS inset(10pt round 10pt 20pt 30pt / 10pt 20pt 30pt) - computed 
+PASS inset(10pt round 10pt 20pt 30pt / 10pt 20pt 30pt 40pt) - computed 
+PASS inset(10pt round 10pt 20pt 30pt 40pt) - computed 
+PASS inset(10pt round 10pt 20pt 30pt 40pt / 10pt) - computed 
+PASS inset(10pt round 10pt 20pt 30pt 40pt / 10pt 20pt) - computed 
+PASS inset(10pt round 10pt 20pt 30pt 40pt / 10pt 20pt 30pt) - computed 
+PASS inset(10pt round 10pt 20pt 30pt 40pt / 10pt 20pt 30pt 40pt) - computed 
+PASS inset(10pc round 10pc) - computed 
+PASS inset(10pc round 10pc / 10pc) - computed 
+PASS inset(10pc round 10pc / 10pc 20pc) - computed 
+PASS inset(10pc round 10pc / 10pc 20pc 30pc) - computed 
+PASS inset(10pc round 10pc / 10pc 20pc 30pc 40pc) - computed 
+PASS inset(10pc round 10pc 20pc) - computed 
+PASS inset(10pc round 10pc 20pc / 10pc) - computed 
+PASS inset(10pc round 10pc 20pc / 10pc 20pc) - computed 
+PASS inset(10pc round 10pc 20pc / 10pc 20pc 30pc) - computed 
+PASS inset(10pc round 10pc 20pc / 10pc 20pc 30pc 40pc) - computed 
+PASS inset(10pc round 10pc 20pc 30pc) - computed 
+PASS inset(10pc round 10pc 20pc 30pc / 10pc) - computed 
+PASS inset(10pc round 10pc 20pc 30pc / 10pc 20pc) - computed 
+PASS inset(10pc round 10pc 20pc 30pc / 10pc 20pc 30pc) - computed 
+PASS inset(10pc round 10pc 20pc 30pc / 10pc 20pc 30pc 40pc) - computed 
+PASS inset(10pc round 10pc 20pc 30pc 40pc) - computed 
+PASS inset(10pc round 10pc 20pc 30pc 40pc / 10pc) - computed 
+PASS inset(10pc round 10pc 20pc 30pc 40pc / 10pc 20pc) - computed 
+PASS inset(10pc round 10pc 20pc 30pc 40pc / 10pc 20pc 30pc) - computed 
+PASS inset(10pc round 10pc 20pc 30pc 40pc / 10pc 20pc 30pc 40pc) - computed 
+PASS inset(10em round 10em) - computed 
+PASS inset(10em round 10em / 10em) - computed 
+PASS inset(10em round 10em / 10em 20em) - computed 
+PASS inset(10em round 10em / 10em 20em 30em) - computed 
+PASS inset(10em round 10em / 10em 20em 30em 40em) - computed 
+PASS inset(10em round 10em 20em) - computed 
+PASS inset(10em round 10em 20em / 10em) - computed 
+PASS inset(10em round 10em 20em / 10em 20em) - computed 
+PASS inset(10em round 10em 20em / 10em 20em 30em) - computed 
+PASS inset(10em round 10em 20em / 10em 20em 30em 40em) - computed 
+PASS inset(10em round 10em 20em 30em) - computed 
+PASS inset(10em round 10em 20em 30em / 10em) - computed 
+PASS inset(10em round 10em 20em 30em / 10em 20em) - computed 
+PASS inset(10em round 10em 20em 30em / 10em 20em 30em) - computed 
+PASS inset(10em round 10em 20em 30em / 10em 20em 30em 40em) - computed 
+PASS inset(10em round 10em 20em 30em 40em) - computed 
+PASS inset(10em round 10em 20em 30em 40em / 10em) - computed 
+PASS inset(10em round 10em 20em 30em 40em / 10em 20em) - computed 
+PASS inset(10em round 10em 20em 30em 40em / 10em 20em 30em) - computed 
+PASS inset(10em round 10em 20em 30em 40em / 10em 20em 30em 40em) - computed 
+PASS inset(10ex round 10ex) - computed 
+PASS inset(10ex round 10ex / 10ex) - computed 
+PASS inset(10ex round 10ex / 10ex 20ex) - computed 
+PASS inset(10ex round 10ex / 10ex 20ex 30ex) - computed 
+PASS inset(10ex round 10ex / 10ex 20ex 30ex 40ex) - computed 
+PASS inset(10ex round 10ex 20ex) - computed 
+PASS inset(10ex round 10ex 20ex / 10ex) - computed 
+PASS inset(10ex round 10ex 20ex / 10ex 20ex) - computed 
+PASS inset(10ex round 10ex 20ex / 10ex 20ex 30ex) - computed 
+PASS inset(10ex round 10ex 20ex / 10ex 20ex 30ex 40ex) - computed 
+PASS inset(10ex round 10ex 20ex 30ex) - computed 
+PASS inset(10ex round 10ex 20ex 30ex / 10ex) - computed 
+PASS inset(10ex round 10ex 20ex 30ex / 10ex 20ex) - computed 
+PASS inset(10ex round 10ex 20ex 30ex / 10ex 20ex 30ex) - computed 
+PASS inset(10ex round 10ex 20ex 30ex / 10ex 20ex 30ex 40ex) - computed 
+PASS inset(10ex round 10ex 20ex 30ex 40ex) - computed 
+PASS inset(10ex round 10ex 20ex 30ex 40ex / 10ex) - computed 
+PASS inset(10ex round 10ex 20ex 30ex 40ex / 10ex 20ex) - computed 
+PASS inset(10ex round 10ex 20ex 30ex 40ex / 10ex 20ex 30ex) - computed 
+PASS inset(10ex round 10ex 20ex 30ex 40ex / 10ex 20ex 30ex 40ex) - computed 
+PASS inset(10ch round 10ch) - computed 
+PASS inset(10ch round 10ch / 10ch) - computed 
+PASS inset(10ch round 10ch / 10ch 20ch) - computed 
+PASS inset(10ch round 10ch / 10ch 20ch 30ch) - computed 
+PASS inset(10ch round 10ch / 10ch 20ch 30ch 40ch) - computed 
+PASS inset(10ch round 10ch 20ch) - computed 
+PASS inset(10ch round 10ch 20ch / 10ch) - computed 
+PASS inset(10ch round 10ch 20ch / 10ch 20ch) - computed 
+PASS inset(10ch round 10ch 20ch / 10ch 20ch 30ch) - computed 
+PASS inset(10ch round 10ch 20ch / 10ch 20ch 30ch 40ch) - computed 
+PASS inset(10ch round 10ch 20ch 30ch) - computed 
+PASS inset(10ch round 10ch 20ch 30ch / 10ch) - computed 
+PASS inset(10ch round 10ch 20ch 30ch / 10ch 20ch) - computed 
+PASS inset(10ch round 10ch 20ch 30ch / 10ch 20ch 30ch) - computed 
+PASS inset(10ch round 10ch 20ch 30ch / 10ch 20ch 30ch 40ch) - computed 
+PASS inset(10ch round 10ch 20ch 30ch 40ch) - computed 
+PASS inset(10ch round 10ch 20ch 30ch 40ch / 10ch) - computed 
+PASS inset(10ch round 10ch 20ch 30ch 40ch / 10ch 20ch) - computed 
+PASS inset(10ch round 10ch 20ch 30ch 40ch / 10ch 20ch 30ch) - computed 
+PASS inset(10ch round 10ch 20ch 30ch 40ch / 10ch 20ch 30ch 40ch) - computed 
+PASS inset(10rem round 10rem) - computed 
+PASS inset(10rem round 10rem / 10rem) - computed 
+PASS inset(10rem round 10rem / 10rem 20rem) - computed 
+PASS inset(10rem round 10rem / 10rem 20rem 30rem) - computed 
+PASS inset(10rem round 10rem / 10rem 20rem 30rem 40rem) - computed 
+PASS inset(10rem round 10rem 20rem) - computed 
+PASS inset(10rem round 10rem 20rem / 10rem) - computed 
+PASS inset(10rem round 10rem 20rem / 10rem 20rem) - computed 
+PASS inset(10rem round 10rem 20rem / 10rem 20rem 30rem) - computed 
+PASS inset(10rem round 10rem 20rem / 10rem 20rem 30rem 40rem) - computed 
+PASS inset(10rem round 10rem 20rem 30rem) - computed 
+PASS inset(10rem round 10rem 20rem 30rem / 10rem) - computed 
+PASS inset(10rem round 10rem 20rem 30rem / 10rem 20rem) - computed 
+PASS inset(10rem round 10rem 20rem 30rem / 10rem 20rem 30rem) - computed 
+PASS inset(10rem round 10rem 20rem 30rem / 10rem 20rem 30rem 40rem) - computed 
+PASS inset(10rem round 10rem 20rem 30rem 40rem) - computed 
+PASS inset(10rem round 10rem 20rem 30rem 40rem / 10rem) - computed 
+PASS inset(10rem round 10rem 20rem 30rem 40rem / 10rem 20rem) - computed 
+PASS inset(10rem round 10rem 20rem 30rem 40rem / 10rem 20rem 30rem) - computed 
+PASS inset(10rem round 10rem 20rem 30rem 40rem / 10rem 20rem 30rem 40rem) - computed 
+PASS inset(10vw round 10vw) - computed 
+PASS inset(10vw round 10vw / 10vw) - computed 
+PASS inset(10vw round 10vw / 10vw 20vw) - computed 
+PASS inset(10vw round 10vw / 10vw 20vw 30vw) - computed 
+PASS inset(10vw round 10vw / 10vw 20vw 30vw 40vw) - computed 
+PASS inset(10vw round 10vw 20vw) - computed 
+PASS inset(10vw round 10vw 20vw / 10vw) - computed 
+PASS inset(10vw round 10vw 20vw / 10vw 20vw) - computed 
+PASS inset(10vw round 10vw 20vw / 10vw 20vw 30vw) - computed 
+PASS inset(10vw round 10vw 20vw / 10vw 20vw 30vw 40vw) - computed 
+PASS inset(10vw round 10vw 20vw 30vw) - computed 
+PASS inset(10vw round 10vw 20vw 30vw / 10vw) - computed 
+PASS inset(10vw round 10vw 20vw 30vw / 10vw 20vw) - computed 
+PASS inset(10vw round 10vw 20vw 30vw / 10vw 20vw 30vw) - computed 
+PASS inset(10vw round 10vw 20vw 30vw / 10vw 20vw 30vw 40vw) - computed 
+PASS inset(10vw round 10vw 20vw 30vw 40vw) - computed 
+PASS inset(10vw round 10vw 20vw 30vw 40vw / 10vw) - computed 
+PASS inset(10vw round 10vw 20vw 30vw 40vw / 10vw 20vw) - computed 
+PASS inset(10vw round 10vw 20vw 30vw 40vw / 10vw 20vw 30vw) - computed 
+PASS inset(10vw round 10vw 20vw 30vw 40vw / 10vw 20vw 30vw 40vw) - computed 
+PASS inset(10vh round 10vh) - computed 
+PASS inset(10vh round 10vh / 10vh) - computed 
+PASS inset(10vh round 10vh / 10vh 20vh) - computed 
+PASS inset(10vh round 10vh / 10vh 20vh 30vh) - computed 
+PASS inset(10vh round 10vh / 10vh 20vh 30vh 40vh) - computed 
+PASS inset(10vh round 10vh 20vh) - computed 
+PASS inset(10vh round 10vh 20vh / 10vh) - computed 
+PASS inset(10vh round 10vh 20vh / 10vh 20vh) - computed 
+PASS inset(10vh round 10vh 20vh / 10vh 20vh 30vh) - computed 
+PASS inset(10vh round 10vh 20vh / 10vh 20vh 30vh 40vh) - computed 
+PASS inset(10vh round 10vh 20vh 30vh) - computed 
+PASS inset(10vh round 10vh 20vh 30vh / 10vh) - computed 
+PASS inset(10vh round 10vh 20vh 30vh / 10vh 20vh) - computed 
+PASS inset(10vh round 10vh 20vh 30vh / 10vh 20vh 30vh) - computed 
+PASS inset(10vh round 10vh 20vh 30vh / 10vh 20vh 30vh 40vh) - computed 
+PASS inset(10vh round 10vh 20vh 30vh 40vh) - computed 
+PASS inset(10vh round 10vh 20vh 30vh 40vh / 10vh) - computed 
+PASS inset(10vh round 10vh 20vh 30vh 40vh / 10vh 20vh) - computed 
+PASS inset(10vh round 10vh 20vh 30vh 40vh / 10vh 20vh 30vh) - computed 
+PASS inset(10vh round 10vh 20vh 30vh 40vh / 10vh 20vh 30vh 40vh) - computed 
+PASS inset(10vmin round 10vmin) - computed 
+PASS inset(10vmin round 10vmin / 10vmin) - computed 
+PASS inset(10vmin round 10vmin / 10vmin 20vmin) - computed 
+PASS inset(10vmin round 10vmin / 10vmin 20vmin 30vmin) - computed 
+PASS inset(10vmin round 10vmin / 10vmin 20vmin 30vmin 40vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin / 10vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin / 10vmin 20vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin / 10vmin 20vmin 30vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin / 10vmin 20vmin 30vmin 40vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin 30vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin 30vmin / 10vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin 30vmin / 10vmin 20vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin 30vmin / 10vmin 20vmin 30vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin 30vmin / 10vmin 20vmin 30vmin 40vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin 30vmin 40vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin 20vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin 20vmin 30vmin) - computed 
+PASS inset(10vmin round 10vmin 20vmin 30vmin 40vmin / 10vmin 20vmin 30vmin 40vmin) - computed 
+PASS inset(10vmax round 10vmax) - computed 
+PASS inset(10vmax round 10vmax / 10vmax) - computed 
+PASS inset(10vmax round 10vmax / 10vmax 20vmax) - computed 
+PASS inset(10vmax round 10vmax / 10vmax 20vmax 30vmax) - computed 
+PASS inset(10vmax round 10vmax / 10vmax 20vmax 30vmax 40vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax / 10vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax / 10vmax 20vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax / 10vmax 20vmax 30vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax / 10vmax 20vmax 30vmax 40vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax 30vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax 30vmax / 10vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax 30vmax / 10vmax 20vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax 30vmax / 10vmax 20vmax 30vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax 30vmax / 10vmax 20vmax 30vmax 40vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax 30vmax 40vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax 20vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax 20vmax 30vmax) - computed 
+PASS inset(10vmax round 10vmax 20vmax 30vmax 40vmax / 10vmax 20vmax 30vmax 40vmax) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-003-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset004expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-004-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-004-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-004-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,14 @@
</span><ins>+
+PASS inset(+10px -20px +30px -40px) - inline 
+PASS inset(-10px +20px -30px +40px) - inline 
+PASS inset(10.1200px 20.34px 30.56px 40.780px) - inline 
+PASS inset(10.123px 20.00px 30.10px 40.5678px) - inline 
+PASS inset(+10.1200px -20.340px +30.56px -40.780px) - inline 
+PASS inset(-10.123px +20.00px -30.10px +40.5678px) - inline 
+PASS inset(+10px -20px +30px -40px) - computed 
+PASS inset(-10px +20px -30px +40px) - computed 
+PASS inset(10.1200px 20.34px 30.56px 40.780px) - computed 
+PASS inset(10.123px 20.00px 30.10px 40.5678px) - computed 
+PASS inset(+10.1200px -20.340px +30.56px -40.780px) - computed 
+PASS inset(-10.123px +20.00px -30.10px +40.5678px) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-004-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset005expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-005-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-005-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-005-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+
+FAIL inset(10 20px 30px 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px 20 30px 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px, 20px 30 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px  20px 30px 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10 20 30 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px, 20px, 30px, 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px, 20px, 30px 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px, 20px 30px 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px  20px, 30px, 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px  20px 30px, 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(foo bar blah woo) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px roo 30px coo) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(may 20px blah 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-005-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset006expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-006-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-006-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-006-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+
+PASS inset(10px round +10px +20px +30px +40px) - inline 
+PASS inset(10px round 10.1200px 20.34px 30.56px 40.780px) - inline 
+PASS inset(10px round 10.123px 20.00px 30.10px 40.5678px) - inline 
+PASS inset(10px round +10.1200px +20.340px +30.56px +40.780px) - inline 
+PASS inset(10px round +10px +20px +30px +40px / +10px +20px +30px +40px ) - inline 
+PASS inset(10px round 10.1200px 20.34px 30.56px 40.780px / 10.1200px 20.34px 30.56px 40.780px) - inline 
+PASS inset(10px round 10.123px 20.00px 30.10px 40.5678px / 10.123px 20.00px 30.10px 40.5678px) - inline 
+PASS inset(10px round +10.1200px +20.340px +30.56px +40.780px / +10.1200px +20.340px +30.56px +40.780px) - inline 
+PASS inset(10px round +10.123px +20.00px +30.10px +40.5678px / 10.123px +20.00px +30.10px +40.5678px) - inline 
+PASS inset(10px round +10px +20px +30px +40px) - computed 
+PASS inset(10px round 10.1200px 20.34px 30.56px 40.780px) - computed 
+PASS inset(10px round 10.123px 20.00px 30.10px 40.5678px) - computed 
+PASS inset(10px round +10.1200px +20.340px +30.56px +40.780px) - computed 
+PASS inset(10px round +10px +20px +30px +40px / +10px +20px +30px +40px ) - computed 
+PASS inset(10px round 10.1200px 20.34px 30.56px 40.780px / 10.1200px 20.34px 30.56px 40.780px) - computed 
+PASS inset(10px round 10.123px 20.00px 30.10px 40.5678px / 10.123px 20.00px 30.10px 40.5678px) - computed 
+PASS inset(10px round +10.1200px +20.340px +30.56px +40.780px / +10.1200px +20.340px +30.56px +40.780px) - computed 
+PASS inset(10px round +10.123px +20.00px +30.10px +40.5678px / 10.123px +20.00px +30.10px +40.5678px) - computed 
+FAIL inset(10px round -10px -20px -30px -40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round -10.1200px -20.340px -30.56px -40.780px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round -10px -20px -30px -40px / -10px -20px -30px -40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round -10.123px -20.00px -30.10px -40.5678px / 10.123px -20.00px -30.10px -40.5678px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-006-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset007expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-007-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-007-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-007-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,21 @@
</span><ins>+
+FAIL inset(10px round 10 20 30 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round 10px 20 30 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round 10px 20px 30 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round 10px 20px 30px 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round 10px 20px 30px 40px / 10 20 30 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round 10px 20px 30px 40px / 10px 20 30 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round 10px 20px 30px 40px / 10px 20px 30 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round 10px 20px 30px 40px / 10px 20px 30px 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  10px, 20px, 30px, 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  10px, 20px, 30px 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  10px, 20px 30px 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  10px 20px, 30px, 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  10px 20px 30px, 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  10px, 20px, 30px, 40px / 10px, 20px, 30px, 40px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  10px 20px, 30px, 40px / 10px 20px, 30px, 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  10px 20px 30px, 40px / 10px 20px 30px, 40) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  foo, bar, boo, $$) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  10px, xx, px pt) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL inset(10px round  word) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-007-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset008expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-008-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-008-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-008-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,30 @@
</span><ins>+
+PASS inset(calc(10in)) - inline style 
+PASS inset(calc(10in + 20px)) - inline style 
+PASS inset(calc(30%)) - inline style 
+PASS inset(calc(100%/4)) - inline style 
+PASS inset(calc(25%*3)) - inline style 
+PASS inset(calc(25%*3 - 10in)) - inline style 
+PASS inset(calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS inset(calc(10in) calc(10in)) - inline style 
+PASS inset(calc(10in + 20px) calc(10in + 20px)) - inline style 
+PASS inset(calc(30%) calc(30%)) - inline style 
+PASS inset(calc(100%/4) calc(100%/4)) - inline style 
+PASS inset(calc(25%*3) calc(25%*3)) - inline style 
+PASS inset(calc(25%*3 - 10in) calc(25%*3 - 10in)) - inline style 
+PASS inset(calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS inset(calc(10in)) - computed style 
+PASS inset(calc(10in + 20px)) - computed style 
+PASS inset(calc(30%)) - computed style 
+PASS inset(calc(100%/4)) - computed style 
+PASS inset(calc(25%*3)) - computed style 
+PASS inset(calc(25%*3 - 10in)) - computed style 
+PASS inset(calc((12.5%*6 + 10in) / 4)) - computed style 
+PASS inset(calc(10in) calc(10in)) - computed style 
+PASS inset(calc(10in + 20px) calc(10in + 20px)) - computed style 
+PASS inset(calc(30%) calc(30%)) - computed style 
+PASS inset(calc(100%/4) calc(100%/4)) - computed style 
+PASS inset(calc(25%*3) calc(25%*3)) - computed style 
+PASS inset(calc(25%*3 - 10in) calc(25%*3 - 10in)) - computed style 
+PASS inset(calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - computed style 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-008-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideinset009expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-009-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-009-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-009-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,30 @@
</span><ins>+
+PASS inset(10px 10px 10px 10px round calc(10in)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(10in + 20px)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(30%)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(100%/4)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(25%*3)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(25%*3 - 10in)) - inline style 
+PASS inset(10px 10px 10px 10px round calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(10in) calc(10in)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(10in + 20px) calc(10in + 20px)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(30%) calc(30%)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(100%/4) calc(100%/4)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(25%*3) calc(25%*3)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(25%*3 - 10in) calc(25%*3 - 10in)) - inline style 
+PASS inset(10px 10px 10px 10px round calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS inset(10px 10px 10px 10px round calc(10in)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(10in + 20px)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(30%)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(100%/4)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(25%*3)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(25%*3 - 10in)) - computed style 
+PASS inset(10px 10px 10px 10px round calc((12.5%*6 + 10in) / 4)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(10in) calc(10in)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(10in + 20px) calc(10in + 20px)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(30%) calc(30%)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(100%/4) calc(100%/4)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(25%*3) calc(25%*3)) - computed style 
+PASS inset(10px 10px 10px 10px round calc(25%*3 - 10in) calc(25%*3 - 10in)) - computed style 
+PASS inset(10px 10px 10px 10px round calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - computed style 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-009-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+
+PASS Single point - inline 
+PASS Single point with fill-rule - inline 
+PASS Multiple points - inline 
+PASS Multiple points with fill-rule - inline 
+PASS Single point - computed 
+PASS Single point with fill-rule - computed 
+PASS Multiple points - computed 
+PASS Multiple points with fill-rule - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+
+PASS Nonzero - inline 
+PASS Evenodd - inline 
+PASS Nonzero - computed 
+PASS Evenodd - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-002-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-002-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+
+PASS Lengths - inline 
+PASS Percentages - inline 
+PASS Mixed Lengths and Percentages - inline 
+PASS Lengths - computed 
+PASS Percentages - computed 
+PASS Mixed Lengths and Percentages - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-002-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-003-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-003-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+
+FAIL polygon() - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(evenodd) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(nonzero) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(evenodd, foo bar) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(nonzero, bar foo) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(foo, 1px 2px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(evenodd 1px 2px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(nonzero 1px 2px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(1px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(1px 2px 3px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(1px 2px 3px 4px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(1px, 2px) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(1px 2px evenodd) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(1px 2px nonzero) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(evenodd, 10 20) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+FAIL polygon(nonzero, 10 20) - invalid assert_equals: expected (object) null but got (string) &quot;&quot;
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-003-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon004expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-004-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-004-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-004-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,146 @@
</span><ins>+
+PASS One vertex - % % - inline 
+PASS One vertex - % px - inline 
+PASS Two vertices - % %, % % - inline 
+PASS Two vertices - % %, px px - inline 
+PASS Two vertices - px px, % % - inline 
+PASS Two vertices - % px, px % - inline 
+PASS Three vertices - % %, % %, % % - inline 
+PASS Three vertices - px px, px px, px px - inline 
+PASS Three vertices - % %, px px, px px - inline 
+PASS Three vertices - px px, %, %, px px - inline 
+PASS One vertex - px px - inline 
+PASS One vertex - px % - inline 
+PASS Two vertices - px px, px px - inline 
+PASS Two vertices - px %, % px - inline 
+PASS Three vertices - px px, % %, px px - inline 
+PASS Three vertices - px px, px, px, % % - inline 
+PASS Three vertices - px px, px px, % % - inline 
+PASS Three vertices - % %, px, px, px px - inline 
+PASS Three vertices - % %, %, %, % % - inline 
+PASS One vertex - em em - inline 
+PASS Two vertices - em em, em em - inline 
+PASS Three vertices - em em, em em, em em - inline 
+PASS Three vertices - ex ex, ex ex, ex ex - inline 
+PASS Three vertices - em em, em em, ex ex - inline 
+PASS Three vertices - ex ex, em, em, em em - inline 
+PASS One vertex - vw vw - inline 
+PASS One vertex - vw vh - inline 
+PASS Two vertices - vw vw, vw vw - inline 
+PASS Two vertices - vw vw, vh vh - inline 
+PASS Two vertices - vh vh, vw vw - inline 
+PASS Two vertices - vw vh, vh vw - inline 
+PASS Three vertices - vw vw, vw vw, vw vw - inline 
+PASS Three vertices - vh vh, vh vh, vh vh - inline 
+PASS Three vertices - vw vw, vh vh, % % - inline 
+PASS Three vertices - % %, vw, vw, vh vh - inline 
+PASS One vertex - cm cm - inline 
+PASS One vertex - cm mm - inline 
+PASS Two vertices - cm cm, cm cm - inline 
+PASS Two vertices - cm cm, mm mm - inline 
+PASS Two vertices - mm mm, cm cm - inline 
+PASS Two vertices - cm mm, mm cm - inline 
+PASS Three vertices - cm cm, cm cm, cm cm - inline 
+PASS Three vertices - mm mm, mm mm, mm mm - inline 
+PASS Three vertices - pc pc, pc pc, pc pc - inline 
+PASS Three vertices - cm cm, mm mm, pc pc - inline 
+PASS Three vertices - pc pc, cm, cm, mm mm - inline 
+PASS One vertex - vmin vmin - inline 
+PASS Two vertices - vmin vmin, vmin vmin - inline 
+PASS Three vertices - vmin vmin, vmin vmin, vmin vmin - inline 
+PASS Three vertices - vmax vmax, vmax vmax, vmax vmax - inline 
+PASS Three vertices - vmin vmin, vmin vmin, vmax vmax - inline 
+PASS Three vertices - vmax vmax, vmin, vmin, vmin vmin - inline 
+PASS One vertex - rem rem - inline 
+PASS One vertex - rem ch - inline 
+PASS Two vertices - rem rem, rem rem - inline 
+PASS Two vertices - rem rem, ch ch - inline 
+PASS Two vertices - ch ch, rem rem - inline 
+PASS Two vertices - rem ch, ch rem - inline 
+PASS Three vertices - rem rem, rem rem, rem rem - inline 
+PASS Three vertices - ch ch, ch ch, ch ch - inline 
+PASS Three vertices - rem rem, ch ch, rem rem - inline 
+PASS Three vertices - rem rem, rem, rem, ch ch - inline 
+PASS One vertex - in in - inline 
+PASS One vertex - in pt - inline 
+PASS Two vertices - in in, in in - inline 
+PASS Two vertices - in in, pt pt - inline 
+PASS Two vertices - pt pt, in in - inline 
+PASS Two vertices - in pt, pt in - inline 
+PASS Three vertices - in in, in in, in in - inline 
+PASS Three vertices - pt pt, pt pt, pt pt - inline 
+PASS Three vertices - in in, pt pt, % % - inline 
+PASS Three vertices - % %, in, in, pt pt - inline 
+PASS One vertex - % % - computed 
+PASS One vertex - % px - computed 
+PASS Two vertices - % %, % % - computed 
+PASS Two vertices - % %, px px - computed 
+PASS Two vertices - px px, % % - computed 
+PASS Two vertices - % px, px % - computed 
+PASS Three vertices - % %, % %, % % - computed 
+PASS Three vertices - px px, px px, px px - computed 
+PASS Three vertices - % %, px px, px px - computed 
+PASS Three vertices - px px, %, %, px px - computed 
+PASS One vertex - px px - computed 
+PASS One vertex - px % - computed 
+PASS Two vertices - px px, px px - computed 
+PASS Two vertices - px %, % px - computed 
+PASS Three vertices - px px, % %, px px - computed 
+PASS Three vertices - px px, px, px, % % - computed 
+PASS Three vertices - px px, px px, % % - computed 
+PASS Three vertices - % %, px, px, px px - computed 
+PASS Three vertices - % %, %, %, % % - computed 
+PASS One vertex - em em - computed 
+PASS Two vertices - em em, em em - computed 
+PASS Three vertices - em em, em em, em em - computed 
+PASS Three vertices - ex ex, ex ex, ex ex - computed 
+PASS Three vertices - em em, em em, ex ex - computed 
+PASS Three vertices - ex ex, em, em, em em - computed 
+PASS One vertex - vw vw - computed 
+PASS One vertex - vw vh - computed 
+PASS Two vertices - vw vw, vw vw - computed 
+PASS Two vertices - vw vw, vh vh - computed 
+PASS Two vertices - vh vh, vw vw - computed 
+PASS Two vertices - vw vh, vh vw - computed 
+PASS Three vertices - vw vw, vw vw, vw vw - computed 
+PASS Three vertices - vh vh, vh vh, vh vh - computed 
+PASS Three vertices - vw vw, vh vh, % % - computed 
+PASS Three vertices - % %, vw, vw, vh vh - computed 
+PASS One vertex - cm cm - computed 
+PASS One vertex - cm mm - computed 
+PASS Two vertices - cm cm, cm cm - computed 
+PASS Two vertices - cm cm, mm mm - computed 
+PASS Two vertices - mm mm, cm cm - computed 
+PASS Two vertices - cm mm, mm cm - computed 
+PASS Three vertices - cm cm, cm cm, cm cm - computed 
+PASS Three vertices - mm mm, mm mm, mm mm - computed 
+PASS Three vertices - pc pc, pc pc, pc pc - computed 
+PASS Three vertices - cm cm, mm mm, pc pc - computed 
+PASS Three vertices - pc pc, cm, cm, mm mm - computed 
+PASS One vertex - vmin vmin - computed 
+PASS Two vertices - vmin vmin, vmin vmin - computed 
+PASS Three vertices - vmin vmin, vmin vmin, vmin vmin - computed 
+PASS Three vertices - vmax vmax, vmax vmax, vmax vmax - computed 
+PASS Three vertices - vmin vmin, vmin vmin, vmax vmax - computed 
+PASS Three vertices - vmax vmax, vmin, vmin, vmin vmin - computed 
+PASS One vertex - rem rem - computed 
+PASS One vertex - rem ch - computed 
+PASS Two vertices - rem rem, rem rem - computed 
+PASS Two vertices - rem rem, ch ch - computed 
+PASS Two vertices - ch ch, rem rem - computed 
+PASS Two vertices - rem ch, ch rem - computed 
+PASS Three vertices - rem rem, rem rem, rem rem - computed 
+PASS Three vertices - ch ch, ch ch, ch ch - computed 
+PASS Three vertices - rem rem, ch ch, rem rem - computed 
+PASS Three vertices - rem rem, rem, rem, ch ch - computed 
+PASS One vertex - in in - computed 
+PASS One vertex - in pt - computed 
+PASS Two vertices - in in, in in - computed 
+PASS Two vertices - in in, pt pt - computed 
+PASS Two vertices - pt pt, in in - computed 
+PASS Two vertices - in pt, pt in - computed 
+PASS Three vertices - in in, in in, in in - computed 
+PASS Three vertices - pt pt, pt pt, pt pt - computed 
+PASS Three vertices - in in, pt pt, % % - computed 
+PASS Three vertices - % %, in, in, pt pt - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-004-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon005expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-005-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-005-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-005-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,14 @@
</span><ins>+
+PASS polygon(+1px +2px, +3px +4px, +5px +6px) - inline 
+PASS polygon(-1px -2px, -3px -4px, -5px -6px) - inline 
+PASS polygon(+1px +2px, -3px -4px, +5px +6px) - inline 
+PASS polygon(-1px -2px, +3px +4px, -5px -6px) - inline 
+PASS polygon(1.0px 2.22px, 3.40px 4.555px, 5.607px 6.99px) - inline 
+PASS polygon(+1.0px -2.22px, +3.40px -4.550px, 5.67px -6.99px) - inline 
+PASS polygon(+1px +2px, +3px +4px, +5px +6px) - computed 
+PASS polygon(-1px -2px, -3px -4px, -5px -6px) - computed 
+PASS polygon(+1px +2px, -3px -4px, +5px +6px) - computed 
+PASS polygon(-1px -2px, +3px +4px, -5px -6px) - computed 
+PASS polygon(1.0px 2.22px, 3.40px 4.555px, 5.607px 6.99px) - computed 
+PASS polygon(+1.0px -2.22px, +3.40px -4.550px, 5.67px -6.99px) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-005-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsidepolygon006expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-006-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-006-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-006-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,30 @@
</span><ins>+
+PASS polygon(calc(10in) calc(10in)) - inline style 
+PASS polygon(calc(10in + 20px) calc(10in + 20px)) - inline style 
+PASS polygon(calc(30%) calc(30%)) - inline style 
+PASS polygon(calc(100%/4) calc(100%/4)) - inline style 
+PASS polygon(calc(25%*3) calc(25%*3)) - inline style 
+PASS polygon(calc(25%*3 - 10in) calc(25%*3 - 10in)) - inline style 
+PASS polygon(calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS polygon(evenodd, calc(10in) calc(10in), calc(10in) calc(10in)) - inline style 
+PASS polygon(evenodd, calc(10in + 20px) calc(10in + 20px), calc(10in + 20px) calc(10in + 20px)) - inline style 
+PASS polygon(evenodd, calc(30%) calc(30%), calc(30%) calc(30%)) - inline style 
+PASS polygon(evenodd, calc(100%/4) calc(100%/4), calc(100%/4) calc(100%/4)) - inline style 
+PASS polygon(evenodd, calc(25%*3) calc(25%*3), calc(25%*3) calc(25%*3)) - inline style 
+PASS polygon(evenodd, calc(25%*3 - 10in) calc(25%*3 - 10in), calc(25%*3 - 10in) calc(25%*3 - 10in)) - inline style 
+PASS polygon(evenodd, calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4), calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - inline style 
+PASS polygon(calc(10in) calc(10in)) - computed style 
+PASS polygon(calc(10in + 20px) calc(10in + 20px)) - computed style 
+PASS polygon(calc(30%) calc(30%)) - computed style 
+PASS polygon(calc(100%/4) calc(100%/4)) - computed style 
+PASS polygon(calc(25%*3) calc(25%*3)) - computed style 
+PASS polygon(calc(25%*3 - 10in) calc(25%*3 - 10in)) - computed style 
+PASS polygon(calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - computed style 
+PASS polygon(evenodd, calc(10in) calc(10in), calc(10in) calc(10in)) - computed style 
+PASS polygon(evenodd, calc(10in + 20px) calc(10in + 20px), calc(10in + 20px) calc(10in + 20px)) - computed style 
+PASS polygon(evenodd, calc(30%) calc(30%), calc(30%) calc(30%)) - computed style 
+PASS polygon(evenodd, calc(100%/4) calc(100%/4), calc(100%/4) calc(100%/4)) - computed style 
+PASS polygon(evenodd, calc(25%*3) calc(25%*3), calc(25%*3) calc(25%*3)) - computed style 
+PASS polygon(evenodd, calc(25%*3 - 10in) calc(25%*3 - 10in), calc(25%*3 - 10in) calc(25%*3 - 10in)) - computed style 
+PASS polygon(evenodd, calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4), calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - computed style 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-006-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapearguments000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+
+PASS 0-valued - inline 
+PASS Font relative units - inline 
+PASS View relative units - inline 
+PASS Fixed units - inline 
+PASS Percentage units - inline 
+PASS 0-valued - computed 
+PASS Font relative units - computed 
+PASS View relative units - computed 
+PASS Fixed units - computed 
+PASS Percentage units - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapearguments001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+
+PASS Positive number variations - inline 
+PASS Negative number variations - inline 
+PASS Positive number variations - computed 
+PASS Negative number variations - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapeboxpair000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-box-pair-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-box-pair-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-box-pair-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+
+PASS polygon(nonzero, 1px 1px) content-box - inline 
+PASS polygon(nonzero, 1px 1px) padding-box - inline 
+PASS polygon(nonzero, 1px 1px) border-box - inline 
+PASS polygon(nonzero, 1px 1px) margin-box - inline 
+PASS  content-box polygon(nonzero, 1px 1px) - inline 
+PASS padding-box polygon(nonzero, 1px 1px) - inline 
+PASS border-box polygon(nonzero, 1px 1px) - inline 
+PASS margin-box polygon(nonzero, 1px 1px) - inline 
+PASS polygon(nonzero, 1px 1px) content-box - computed 
+PASS polygon(nonzero, 1px 1px) padding-box - computed 
+PASS polygon(nonzero, 1px 1px) border-box - computed 
+PASS polygon(nonzero, 1px 1px) margin-box - computed 
+PASS  content-box polygon(nonzero, 1px 1px) - computed 
+PASS padding-box polygon(nonzero, 1px 1px) - computed 
+PASS border-box polygon(nonzero, 1px 1px) - computed 
+PASS margin-box polygon(nonzero, 1px 1px) - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-box-pair-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapeinherit000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-inherit-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-inherit-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-inherit-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS shape-outside can be assigned 'inherit' value 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-inherit-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapeinitial000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-initial-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-initial-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-initial-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+
+PASS shape-outside can be assigned 'initial' value 
+PASS 'initial' value computes to the default value 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-initial-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapenone000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-none-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-none-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-none-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+
+PASS shape-outside can be assigned 'none' value 
+PASS 'none' value computes to none 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-none-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsidevaluesshapeoutsideshapenotation000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-notation-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-notation-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-notation-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+
+PASS No whitespace - inline 
+PASS Extra whitespace - inline 
+PASS No whitespace - computed 
+PASS Extra whitespace - computed 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-notation-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalid001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test - shape-outside invalid shape 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidcircle000expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-000-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-000-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-000-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS Circle - invalid 2 args 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-000-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidcircle001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS Circle - invalid r values 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidcircle002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-002-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-002-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test - Circle - invalid cy value 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-002-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidcircle003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-003-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-003-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test: Circle - invalid cx value 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-circle-003-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test: Ellipse - invalid 2 arg 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-002-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-002-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test: Ellipse - invalid ry value 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-002-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-003-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-003-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test: Ellipse - invalid rx value 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-003-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse004expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-004-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-004-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-004-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test - Ellipse - invalid 1 arg 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-004-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse005expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-005-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-005-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-005-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test - Ellipse - invalid cy value 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-005-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidellipse006expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-006-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-006-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-006-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test - Ellipse - invalid cx value 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-ellipse-006-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidinset001expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-001-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-001-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-001-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test: Inset Rectangles - invalid top arg 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-001-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidinset002expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-002-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-002-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-002-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test: Inset Rectangles - invalid right arg 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-002-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidinset003expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-003-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-003-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-003-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test: Inset Rectangles - invalid bottom arg 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-003-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1shapeoutsideinvalidinset004expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-004-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-004-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-004-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+
+PASS CSS Shapes Test: Inset Rectangles - invalid left param 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/shape-outside-invalid-inset-004-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside010expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-010-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-010-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-010-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+The test passes if the short green horizontal bars are the right of the circle, the long green bar is beneath the circle, and no bars intersect the circle. There should be no red.
+
+XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXXXXXXXXXXX
+
+PASS CSS Test: Shape from image - url(), alpha channel, opacity 0 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-010-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside011expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-011-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-011-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-011-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+The test passes if the green horizontal bars are to the right of the circle, and no bars intersect the circle's shadow. There should be no red.
+
+XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX
+
+PASS CSS Test: Shape from image - url(), alpha channel, opacity &gt; 0 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-011-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside012expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-012-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-012-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-012-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+The test passes if the short green horizontal bars are the right of the circle, all intersect the shadow, none intersect the circle and the long green bar is beneath the circle. There should be no red.
+
+XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXXXXXXXXXXX
+
+PASS CSS Test: Shape from image - shape-image-threshold - 0.9 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-012-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside013expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-013-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-013-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-013-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+The test passes if the short green horizontal bars are the right of the circle, the long green bar is beneath the circle, and no bars intersect the circle. There should be no red.
+
+XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXXXXXXXXX
+
+PASS CSS Test: Shape from image - shape-margin 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-013-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside014expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-014-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-014-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-014-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+The test passes if the short green horizontal bars are the right of the shape, the long green bar is beneath it, and no bars intersect it. There should be no red.
+
+XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXXXXXXXXXXX
+
+PASS CSS Test: Shape from box value - margin-box 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-014-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside015expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-015-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-015-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-015-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+The test passes if the short green horizontal bars are the right of the shape, the long green bar is beneath it, and no bars intersect it. There should be no red.
+
+XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXXXXXXXXXXX
+
+PASS CSS Test: Shape from box value - border-box 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-015-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside016expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-016-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-016-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-016-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+The test passes if the short green horizontal bars are the right of the shape, the long green bar is beneath it, and no bars intersect it. There should be no red.
+
+XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXXXXXXXXXXX
+
+PASS CSS Test: Shape from box value - padding-box 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-016-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside017expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-017-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-017-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-017-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+The test passes if the short green horizontal bars are the right of the shape, the long green bar is beneath it, and no bars intersect it. There should be no red.
+
+XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXXXXXXXXXXX
+
+PASS CSS Test: Shape from box value - content-box 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-017-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside018expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-018-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-018-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-018-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+The test passes if the longest green horizontal bar is beneath the triangle and the rest of them are to its right and none intersect it. There should be no red.
+
+XXXXXXXXXX XXXXXXXX XXXXXX XXXX XXX XXXXXXXXXXXX
+
+PASS CSS Test: shape-margin offset from a polygonal shape-outside 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-018-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1specexamplesshapeoutside019expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-019-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-019-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-019-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+The test passes if the short green horizontal bars are the right of the black edge of circle, the long green bar is beneath it, and no bars intersect the black. There should be no red.
+
+XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXX XXXXXXXXXXXXXXX
+
+PASS CSS Test: Shape from image - alpha channel, opacity &gt; 0 + shape-margin 
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/spec-examples/shape-outside-019-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkLayoutTestsimportedw3ccsswgtestcssshapes1testplanindexexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/test-plan/index-expected.txt (0 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/test-plan/index-expected.txt                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/test-plan/index-expected.txt        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -0,0 +1,1036 @@
</span><ins>+Blocked access to external URL http://www.w3.org/Tools/respec/respec-w3c-common
+layer at (0,0) size 785x4717
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x4717
+  RenderBlock {HTML} at (0,0) size 785x4718
+    RenderBody {BODY} at (8,16) size 769x4686
+      RenderBlock {SECTION} at (0,0) size 769x124
+        RenderBlock {P} at (0,0) size 769x72
+          RenderText {#text} at (0,0) size 754x72
+            text run at (0,0) width 428: &quot;This document is intended to be used as a guideline for the testing &quot;
+            text run at (427,0) width 312: &quot;activities related to the CSS Shapes Level 1 spec&quot;
+            text run at (0,18) width 172: &quot;[[!css-shapes-1]]. Its main &quot;
+            text run at (171,18) width 435: &quot;goal is to provide an overview of the general testing areas, possible &quot;
+            text run at (605,18) width 122: &quot;caveats and testing&quot;
+            text run at (0,36) width 313: &quot;aspects not immediately apparent from the spec. &quot;
+            text run at (312,36) width 442: &quot;Also, it provides a means of tracking the progress of the CSS Shapes&quot;
+            text run at (0,54) width 80: &quot;spec testing.&quot;
+        RenderBlock {P} at (0,88) size 769x36
+          RenderText {#text} at (0,0) size 764x36
+            text run at (0,0) width 426: &quot;This document is not meant to replace the spec in determining the &quot;
+            text run at (425,0) width 339: &quot;normative and non-normative assertions to be tested,&quot;
+            text run at (0,18) width 66: &quot;but rather &quot;
+            text run at (65,18) width 97: &quot;complement it.&quot;
+      RenderBlock {SECTION} at (0,143) size 769x462
+        RenderBlock {H2} at (0,0) size 769x28
+          RenderText {#text} at (0,0) size 59x28
+            text run at (0,0) width 59: &quot;Goals&quot;
+        RenderBlock {P} at (0,47) size 769x37
+          RenderText {#text} at (0,0) size 753x36
+            text run at (0,0) width 447: &quot;To ensure a comprehensive test suite with useful, high quality tests, a &quot;
+            text run at (446,0) width 307: &quot;number of goals are proposed. They range from&quot;
+            text run at (0,18) width 144: &quot;process goals (how to &quot;
+            text run at (143,18) width 430: &quot;conduct testing) to implementation goals (how to write good tests).&quot;
+        RenderBlock {SECTION} at (0,102) size 769x96
+          RenderBlock {H3} at (0,0) size 769x22
+            RenderText {#text} at (0,0) size 253x22
+              text run at (0,0) width 253: &quot;Enabling easy test contribution&quot;
+          RenderBlock {P} at (0,40) size 769x55
+            RenderText {#text} at (0,0) size 760x54
+              text run at (0,0) width 392: &quot;An important vector in successfully testing CSS Shapes is to &quot;
+              text run at (391,0) width 355: &quot;enable easy test contributions, both from W3C partners&quot;
+              text run at (0,18) width 63: &quot;and from &quot;
+              text run at (62,18) width 457: &quot;non-W3C members that wish to contribute. This is achieved by clearly &quot;
+              text run at (518,18) width 242: &quot;marking and explaining the areas that&quot;
+              text run at (0,36) width 206: &quot;need testing, linking to existing &quot;
+              text run at (205,36) width 220: &quot;tests, and general testing progress.&quot;
+        RenderBlock {SECTION} at (0,216) size 769x77
+          RenderBlock {H3} at (0,0) size 769x22
+            RenderText {#text} at (0,0) size 241x22
+              text run at (0,0) width 241: &quot;Providing guidance on testing&quot;
+          RenderBlock {P} at (0,40) size 769x37
+            RenderText {#text} at (0,0) size 756x36
+              text run at (0,0) width 387: &quot;In order to increase the quality of the test contributions, this &quot;
+              text run at (386,0) width 370: &quot;document offers a set of guidelines for conducting testing&quot;
+              text run at (0,18) width 30: &quot;(see &quot;
+            RenderInline {A} at (0,0) size 0x0 [color=#0000EE]
+            RenderText {#text} at (29,18) size 490x18
+              text run at (29,18) width 154: &quot;) and a testing progress &quot;
+              text run at (182,18) width 337: &quot;tracker to increase the surface coverage of tests (see &quot;
+            RenderInline {A} at (0,0) size 0x0 [color=#0000EE]
+            RenderText {#text} at (518,18) size 10x18
+              text run at (518,18) width 10: &quot;).&quot;
+        RenderBlock {SECTION} at (0,311) size 769x150
+          RenderBlock {H3} at (0,0) size 769x22
+            RenderText {#text} at (0,0) size 281x22
+              text run at (0,0) width 281: &quot;Creating automation-friendly tests&quot;
+          RenderBlock {P} at (0,40) size 769x109
+            RenderText {#text} at (0,0) size 713x36
+              text run at (0,0) width 521: &quot;In terms of actual tests produced for the CSS Shapes specification, the main goal &quot;
+              text run at (520,0) width 193: &quot;is to ensure that most tests are&quot;
+              text run at (0,18) width 199: &quot;automatable (i.e. they're either &quot;
+              text run at (198,18) width 94: &quot;reftests or use &quot;
+            RenderInline {CODE} at (0,0) size 110x15
+              RenderText {#text} at (291,20) size 110x15
+                text run at (291,20) width 110: &quot;testharness.js&quot;
+            RenderText {#text} at (400,18) size 765x90
+              text run at (400,18) width 178: &quot;). Even where manual tests &quot;
+              text run at (577,18) width 188: &quot;are absolutely necessary they&quot;
+              text run at (0,36) width 239: &quot;should be written so that they can be &quot;
+              text run at (238,36) width 358: &quot;easily automated \x{2013} as there are ongoing efforts to make &quot;
+              text run at (595,36) width 162: &quot;WebDriver [[webdriver]]&quot;
+              text run at (0,54) width 280: &quot;automated tests a first class citizen in W3C &quot;
+              text run at (279,54) width 379: &quot;testing. This means that even if a manual test requires user &quot;
+              text run at (657,54) width 97: &quot;interaction, the&quot;
+              text run at (0,72) width 329: &quot;validation or PASS/FAIL conditions should still be &quot;
+              text run at (328,72) width 422: &quot;clear enough as to allow automatic validation if said interaction is&quot;
+              text run at (0,90) width 104: &quot;later automated.&quot;
+      RenderBlock {SECTION} at (0,624) size 769x84
+        RenderBlock {H2} at (0,0) size 769x28
+          RenderText {#text} at (0,0) size 103x28
+            text run at (0,0) width 103: &quot;Approach&quot;
+        RenderBlock {P} at (0,47) size 769x37
+          RenderText {#text} at (0,0) size 752x36
+            text run at (0,0) width 504: &quot;Since the CSS Shapes Level 1 spec introduces only three new CSS properties, &quot;
+            text run at (503,0) width 249: &quot;the approach is to deep dive into every&quot;
+            text run at (0,18) width 252: &quot;aspect of the spec as much as possible. &quot;
+            text run at (251,18) width 321: &quot;Tests will be created for the testing areas listed in &quot;
+          RenderInline {A} at (0,0) size 1x18 [color=#0000EE]
+          RenderText {#text} at (571,18) size 5x18
+            text run at (571,18) width 5: &quot;.&quot;
+      RenderBlock {SECTION} at (0,727) size 769x3959
+        RenderBlock {H2} at (0,0) size 769x28
+          RenderText {#text} at (0,0) size 135x28
+            text run at (0,0) width 135: &quot;Testing areas&quot;
+        RenderBlock {SECTION} at (0,47) size 769x3126
+          RenderBlock {H3} at (0,0) size 769x22
+            RenderText {#text} at (0,0) size 170x22
+              text run at (0,0) width 170: &quot;Explicit testing areas&quot;
+          RenderBlock {P} at (0,40) size 769x55
+            RenderText {#text} at (0,0) size 759x54
+              text run at (0,0) width 439: &quot;These are testing areas normatively defined by the spec. They cover &quot;
+              text run at (438,0) width 311: &quot;things explicitly or implicitly defined in the CSS&quot;
+              text run at (0,18) width 86: &quot;Shapes spec. &quot;
+              text run at (85,18) width 369: &quot;Please note that while detailed, this list is not necessarily &quot;
+              text run at (453,18) width 306: &quot;exhaustive and normative behaviors may not be&quot;
+              text run at (0,36) width 100: &quot;contained in it. &quot;
+              text run at (99,36) width 448: &quot;When in doubt, consult the CSS Shapes spec or ask a question on the &quot;
+            RenderInline {A} at (0,0) size 73x18 [color=#0000EE]
+              RenderText {#text} at (546,36) size 73x18
+                text run at (546,36) width 54: &quot;mailing &quot;
+                text run at (599,36) width 20: &quot;list&quot;
+            RenderText {#text} at (618,36) size 5x18
+              text run at (618,36) width 5: &quot;.&quot;
+          RenderBlock {P} at (0,110) size 769x0
+          RenderBlock {SECTION} at (0,115) size 769x1821
+            RenderBlock {H4} at (0,0) size 769x18
+              RenderText {#text} at (0,0) size 477x18
+                text run at (0,0) width 477: &quot;Proper parsing of the CSS properties and values according to the spec&quot;
+            RenderBlock {P} at (0,39) size 769x55
+              RenderText {#text} at (0,0) size 526x18
+                text run at (0,0) width 436: &quot;Note: For all of the tests below, where length parameters are tested, &quot;
+                text run at (435,0) width 91: &quot;the supported &quot;
+              RenderInline {A} at (0,0) size 59x18 [color=#0000EE]
+                RenderText {#text} at (525,0) size 59x18
+                  text run at (525,0) width 59: &quot;&lt;length&gt;&quot;
+              RenderText {#text} at (583,0) size 743x54
+                text run at (583,0) width 5: &quot; &quot;
+                text run at (587,0) width 156: &quot;units defined in the CSS&quot;
+                text run at (0,18) width 518: &quot;Values &amp; Units [[!CSS3VAL]] specification, but not all permutations will not be &quot;
+                text run at (517,18) width 224: &quot;tested. Instead, a sampling of these&quot;
+                text run at (0,36) width 339: &quot;units will be used across the parsing and layout tests.&quot;
+            RenderBlock {UL} at (0,109) size 769x1711
+              RenderListItem {LI} at (40,0) size 729x1404
+                RenderBlock (anonymous) at (0,0) size 729x18
+                  RenderListMarker at (-17,0) size 7x18: bullet
+                  RenderInline {CODE} at (0,0) size 102x15
+                    RenderText {#text} at (0,2) size 102x15
+                      text run at (0,2) width 102: &quot;shape-outside&quot;
+                  RenderText {#text} at (0,0) size 0x0
+                RenderBlock {UL} at (0,18) size 729x1386
+                  RenderListItem {LI} at (40,0) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 32x18
+                      text run at (0,0) width 32: &quot;none&quot;
+                  RenderListItem {LI} at (40,18) size 689x1224
+                    RenderBlock (anonymous) at (0,0) size 689x18
+                      RenderListMarker at (-17,0) size 7x18: white bullet
+                      RenderInline {CODE} at (0,0) size 102x15
+                        RenderText {#text} at (0,2) size 102x15
+                          text run at (0,2) width 102: &quot;&lt;basic-shape&gt;&quot;
+                      RenderText {#text} at (0,0) size 0x0
+                    RenderBlock {UL} at (0,18) size 689x1206
+                      RenderListItem {LI} at (40,0) size 649x396
+                        RenderBlock (anonymous) at (0,0) size 649x18
+                          RenderListMarker at (-17,0) size 7x18: black square
+                          RenderInline {CODE} at (0,0) size 55x15
+                            RenderText {#text} at (0,2) size 55x15
+                              text run at (0,2) width 55: &quot;inset()&quot;
+                          RenderText {#text} at (0,0) size 0x0
+                        RenderBlock {UL} at (0,18) size 649x378
+                          RenderListItem {LI} at (40,0) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 92x18
+                              text run at (0,0) width 92: &quot;0-4 arguments&quot;
+                          RenderListItem {LI} at (40,18) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 76x18
+                              text run at (0,0) width 76: &quot;length units&quot;
+                          RenderListItem {LI} at (40,36) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 76x18
+                              text run at (0,0) width 76: &quot;percentages&quot;
+                          RenderListItem {LI} at (40,54) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 160x18
+                              text run at (0,0) width 160: &quot;positive/negative lengths&quot;
+                          RenderListItem {LI} at (40,72) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 186x18
+                              text run at (0,0) width 186: &quot;decimal/non-decimal lengths&quot;
+                          RenderListItem {LI} at (40,90) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 87x18
+                              text run at (0,0) width 87: &quot;calc() lengths&quot;
+                          RenderListItem {LI} at (40,108) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 80x18
+                              text run at (0,0) width 80: &quot;no unit or %&quot;
+                          RenderListItem {LI} at (40,126) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 140x18
+                              text run at (0,0) width 140: &quot;commas / no commas&quot;
+                          RenderListItem {LI} at (40,144) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 114x18
+                              text run at (0,0) width 114: &quot;invalid arg values&quot;
+                          RenderListItem {LI} at (40,162) size 609x216
+                            RenderBlock (anonymous) at (0,0) size 609x18
+                              RenderListMarker at (-17,0) size 7x18: black square
+                              RenderInline {CODE} at (0,0) size 40x15
+                                RenderText {#text} at (0,2) size 40x15
+                                  text run at (0,2) width 40: &quot;round&quot;
+                              RenderText {#text} at (39,0) size 60x18
+                                text run at (39,0) width 60: &quot; keyword&quot;
+                            RenderBlock {UL} at (0,18) size 609x198
+                              RenderListItem {LI} at (40,0) size 569x198
+                                RenderBlock (anonymous) at (0,0) size 569x18
+                                  RenderListMarker at (-17,0) size 7x18: black square
+                                  RenderInline {CODE} at (0,0) size 118x15
+                                    RenderText {#text} at (0,2) size 118x15
+                                      text run at (0,2) width 118: &quot;&lt;border-radius&gt;&quot;
+                                  RenderText {#text} at (0,0) size 0x0
+                                RenderBlock {UL} at (0,18) size 569x180
+                                  RenderListItem {LI} at (40,0) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 92x18
+                                      text run at (0,0) width 92: &quot;0-8 arguments&quot;
+                                  RenderListItem {LI} at (40,18) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 84x18
+                                      text run at (0,0) width 84: &quot;position of '/'&quot;
+                                  RenderListItem {LI} at (40,36) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 76x18
+                                      text run at (0,0) width 76: &quot;length units&quot;
+                                  RenderListItem {LI} at (40,54) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 76x18
+                                      text run at (0,0) width 76: &quot;percentages&quot;
+                                  RenderListItem {LI} at (40,72) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 160x18
+                                      text run at (0,0) width 160: &quot;positive/negative lengths&quot;
+                                  RenderListItem {LI} at (40,90) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 186x18
+                                      text run at (0,0) width 186: &quot;decimal/non-decimal lengths&quot;
+                                  RenderListItem {LI} at (40,108) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 87x18
+                                      text run at (0,0) width 87: &quot;calc() lengths&quot;
+                                  RenderListItem {LI} at (40,126) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 80x18
+                                      text run at (0,0) width 80: &quot;no unit or %&quot;
+                                  RenderListItem {LI} at (40,144) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 140x18
+                                      text run at (0,0) width 140: &quot;commas / no commas&quot;
+                                  RenderListItem {LI} at (40,162) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 90x18
+                                      text run at (0,0) width 90: &quot;invalid values&quot;
+                      RenderListItem {LI} at (40,396) size 649x432
+                        RenderBlock (anonymous) at (0,0) size 649x18
+                          RenderListMarker at (-17,0) size 7x18: black square
+                          RenderInline {CODE} at (0,0) size 63x15
+                            RenderText {#text} at (0,2) size 63x15
+                              text run at (0,2) width 63: &quot;circle()&quot;
+                          RenderText {#text} at (0,0) size 0x0
+                        RenderBlock {UL} at (0,18) size 649x414
+                          RenderListItem {LI} at (40,0) size 609x198
+                            RenderBlock (anonymous) at (0,0) size 609x18
+                              RenderListMarker at (-17,0) size 7x18: black square
+                              RenderInline {CODE} at (0,0) size 110x15
+                                RenderText {#text} at (0,2) size 110x15
+                                  text run at (0,2) width 110: &quot;&lt;shape-radius&gt;&quot;
+                              RenderText {#text} at (0,0) size 0x0
+                            RenderBlock {UL} at (0,18) size 609x180
+                              RenderListItem {LI} at (40,0) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderText {#text} at (0,0) size 204x18
+                                  text run at (0,0) width 204: &quot;0-1 args (valid), 2 args (invalid)&quot;
+                              RenderListItem {LI} at (40,18) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderText {#text} at (0,0) size 76x18
+                                  text run at (0,0) width 76: &quot;length units&quot;
+                              RenderListItem {LI} at (40,36) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderText {#text} at (0,0) size 76x18
+                                  text run at (0,0) width 76: &quot;percentages&quot;
+                              RenderListItem {LI} at (40,54) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderText {#text} at (0,0) size 160x18
+                                  text run at (0,0) width 160: &quot;positive/negative lengths&quot;
+                              RenderListItem {LI} at (40,72) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderText {#text} at (0,0) size 186x18
+                                  text run at (0,0) width 186: &quot;decimal/non-decimal lengths&quot;
+                              RenderListItem {LI} at (40,90) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderText {#text} at (0,0) size 87x18
+                                  text run at (0,0) width 87: &quot;calc() lengths&quot;
+                              RenderListItem {LI} at (40,108) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderText {#text} at (0,0) size 80x18
+                                  text run at (0,0) width 80: &quot;no unit or %&quot;
+                              RenderListItem {LI} at (40,126) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderText {#text} at (0,0) size 140x18
+                                  text run at (0,0) width 140: &quot;commas / no commas&quot;
+                              RenderListItem {LI} at (40,144) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderText {#text} at (0,0) size 114x18
+                                  text run at (0,0) width 114: &quot;invalid arg values&quot;
+                              RenderListItem {LI} at (40,162) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderInline {CODE} at (0,0) size 211x15
+                                  RenderText {#text} at (0,2) size 211x15
+                                    text run at (0,2) width 211: &quot;closest-side, farthest-side&quot;
+                                RenderText {#text} at (210,0) size 67x18
+                                  text run at (210,0) width 67: &quot; keywords&quot;
+                          RenderListItem {LI} at (40,198) size 609x216
+                            RenderBlock (anonymous) at (0,0) size 609x18
+                              RenderListMarker at (-17,0) size 7x18: black square
+                              RenderInline {CODE} at (0,0) size 16x15
+                                RenderText {#text} at (0,2) size 16x15
+                                  text run at (0,2) width 16: &quot;at&quot;
+                              RenderText {#text} at (15,0) size 61x18
+                                text run at (15,0) width 61: &quot; keyword&quot;
+                            RenderBlock {UL} at (0,18) size 609x198
+                              RenderListItem {LI} at (40,0) size 569x198
+                                RenderBlock (anonymous) at (0,0) size 569x18
+                                  RenderListMarker at (-17,0) size 7x18: black square
+                                  RenderInline {CODE} at (0,0) size 79x15
+                                    RenderText {#text} at (0,2) size 79x15
+                                      text run at (0,2) width 79: &quot;&lt;position&gt;&quot;
+                                  RenderText {#text} at (0,0) size 0x0
+                                RenderBlock {UL} at (0,18) size 569x180
+                                  RenderListItem {LI} at (40,0) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 92x18
+                                      text run at (0,0) width 92: &quot;0-4 arguments&quot;
+                                  RenderListItem {LI} at (40,18) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 76x18
+                                      text run at (0,0) width 76: &quot;length units&quot;
+                                  RenderListItem {LI} at (40,36) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 76x18
+                                      text run at (0,0) width 76: &quot;percentages&quot;
+                                  RenderListItem {LI} at (40,54) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 160x18
+                                      text run at (0,0) width 160: &quot;positive/negative lengths&quot;
+                                  RenderListItem {LI} at (40,72) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 186x18
+                                      text run at (0,0) width 186: &quot;decimal/non-decimal lengths&quot;
+                                  RenderListItem {LI} at (40,90) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 87x18
+                                      text run at (0,0) width 87: &quot;calc() lengths&quot;
+                                  RenderListItem {LI} at (40,108) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 80x18
+                                      text run at (0,0) width 80: &quot;no unit or %&quot;
+                                  RenderListItem {LI} at (40,126) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 140x18
+                                      text run at (0,0) width 140: &quot;commas / no commas&quot;
+                                  RenderListItem {LI} at (40,144) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderText {#text} at (0,0) size 90x18
+                                      text run at (0,0) width 90: &quot;invalid values&quot;
+                                  RenderListItem {LI} at (40,162) size 529x18
+                                    RenderListMarker at (-17,0) size 7x18: black square
+                                    RenderInline {CODE} at (0,0) size 188x15
+                                      RenderText {#text} at (0,2) size 188x15
+                                        text run at (0,2) width 188: &quot;top, left, bottom, right&quot;
+                                    RenderText {#text} at (187,0) size 67x18
+                                      text run at (187,0) width 67: &quot; keywords&quot;
+                      RenderListItem {LI} at (40,828) size 649x90
+                        RenderBlock (anonymous) at (0,0) size 649x18
+                          RenderListMarker at (-17,0) size 7x18: black square
+                          RenderInline {CODE} at (0,0) size 71x15
+                            RenderText {#text} at (0,2) size 71x15
+                              text run at (0,2) width 71: &quot;ellipse()&quot;
+                          RenderText {#text} at (0,0) size 0x0
+                        RenderBlock {UL} at (0,18) size 649x72
+                          RenderListItem {LI} at (40,0) size 609x54
+                            RenderBlock (anonymous) at (0,0) size 609x18
+                              RenderListMarker at (-17,0) size 7x18: black square
+                              RenderInline {CODE} at (0,0) size 110x15
+                                RenderText {#text} at (0,2) size 110x15
+                                  text run at (0,2) width 110: &quot;&lt;shape-radius&gt;&quot;
+                              RenderText {#text} at (0,0) size 0x0
+                            RenderBlock {UL} at (0,18) size 609x36
+                              RenderListItem {LI} at (40,0) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderText {#text} at (0,0) size 204x18
+                                  text run at (0,0) width 204: &quot;0-2 args (valid), 3 args (invalid)&quot;
+                              RenderListItem {LI} at (40,18) size 569x18
+                                RenderListMarker at (-17,0) size 7x18: black square
+                                RenderInline {I} at (0,0) size 401x18
+                                  RenderText {#text} at (0,0) size 401x18
+                                    text run at (0,0) width 401: &quot;Plus all of the same shape-radius tests listed above for circle()&quot;
+                          RenderListItem {LI} at (40,54) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderInline {I} at (0,0) size 382x18
+                              RenderText {#text} at (0,0) size 94x18
+                                text run at (0,0) width 94: &quot;Plus all of the &quot;
+                              RenderInline {CODE} at (0,0) size 102x15
+                                RenderText {#text} at (93,2) size 102x15
+                                  text run at (93,2) width 102: &quot;at &lt;position&gt;&quot;
+                              RenderText {#text} at (194,0) size 188x18
+                                text run at (194,0) width 188: &quot; tests listed above for circle()&quot;
+                      RenderListItem {LI} at (40,918) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderInline {CODE} at (0,0) size 71x15
+                          RenderText {#text} at (0,2) size 71x15
+                            text run at (0,2) width 71: &quot;polygon()&quot;
+                        RenderText {#text} at (0,0) size 0x0
+                      RenderListItem {LI} at (40,936) size 649x180
+                        RenderBlock (anonymous) at (0,0) size 649x18
+                          RenderListMarker at (-17,0) size 7x18: black square
+                          RenderInline {CODE} at (0,0) size 86x15
+                            RenderText {#text} at (0,2) size 86x15
+                              text run at (0,2) width 86: &quot;&lt;shape-arg&gt;&quot;
+                          RenderText {#text} at (85,0) size 10x18
+                            text run at (85,0) width 10: &quot;'s&quot;
+                        RenderBlock {UL} at (0,18) size 649x162
+                          RenderListItem {LI} at (40,0) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 251x18
+                              text run at (0,0) width 251: &quot;1-6 vertices (valid), 0 vertices (invalid)&quot;
+                          RenderListItem {LI} at (40,18) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 76x18
+                              text run at (0,0) width 76: &quot;length units&quot;
+                          RenderListItem {LI} at (40,36) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 76x18
+                              text run at (0,0) width 76: &quot;percentages&quot;
+                          RenderListItem {LI} at (40,54) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 160x18
+                              text run at (0,0) width 160: &quot;positive/negative lengths&quot;
+                          RenderListItem {LI} at (40,72) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 186x18
+                              text run at (0,0) width 186: &quot;decimal/non-decimal lengths&quot;
+                          RenderListItem {LI} at (40,90) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 87x18
+                              text run at (0,0) width 87: &quot;calc() lengths&quot;
+                          RenderListItem {LI} at (40,108) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 80x18
+                              text run at (0,0) width 80: &quot;no unit or %&quot;
+                          RenderListItem {LI} at (40,126) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 140x18
+                              text run at (0,0) width 140: &quot;commas / no commas&quot;
+                          RenderListItem {LI} at (40,144) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 114x18
+                              text run at (0,0) width 114: &quot;invalid arg values&quot;
+                      RenderListItem {LI} at (40,1116) size 649x90
+                        RenderBlock (anonymous) at (0,0) size 649x18
+                          RenderListMarker at (-17,0) size 7x18: black square
+                          RenderInline {CODE} at (0,0) size 86x15
+                            RenderText {#text} at (0,2) size 86x15
+                              text run at (0,2) width 86: &quot;&lt;fill-rule&gt;&quot;
+                          RenderText {#text} at (0,0) size 0x0
+                        RenderBlock {UL} at (0,18) size 649x72
+                          RenderListItem {LI} at (40,0) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderInline {CODE} at (0,0) size 250x15
+                              RenderText {#text} at (0,2) size 250x15
+                                text run at (0,2) width 250: &quot;not specified (default: nonzero)&quot;
+                          RenderListItem {LI} at (40,18) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderInline {CODE} at (0,0) size 55x15
+                              RenderText {#text} at (0,2) size 55x15
+                                text run at (0,2) width 55: &quot;nonzero&quot;
+                          RenderListItem {LI} at (40,36) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderInline {CODE} at (0,0) size 55x15
+                              RenderText {#text} at (0,2) size 55x15
+                                text run at (0,2) width 55: &quot;evenodd&quot;
+                          RenderListItem {LI} at (40,54) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 90x18
+                              text run at (0,0) width 90: &quot;invalid values&quot;
+                  RenderListItem {LI} at (40,1242) size 689x90
+                    RenderBlock (anonymous) at (0,0) size 689x18
+                      RenderListMarker at (-17,0) size 7x18: white bullet
+                      RenderInline {CODE} at (0,0) size 40x15
+                        RenderText {#text} at (0,2) size 40x15
+                          text run at (0,2) width 40: &quot;&lt;box&gt;&quot;
+                      RenderText {#text} at (0,0) size 0x0
+                    RenderBlock {UL} at (0,18) size 689x72
+                      RenderListItem {LI} at (40,0) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderInline {CODE} at (0,0) size 79x15
+                          RenderText {#text} at (0,2) size 79x15
+                            text run at (0,2) width 79: &quot;margin-box&quot;
+                      RenderListItem {LI} at (40,18) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderInline {CODE} at (0,0) size 79x15
+                          RenderText {#text} at (0,2) size 79x15
+                            text run at (0,2) width 79: &quot;border-box&quot;
+                      RenderListItem {LI} at (40,36) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderInline {CODE} at (0,0) size 86x15
+                          RenderText {#text} at (0,2) size 86x15
+                            text run at (0,2) width 86: &quot;padding-box&quot;
+                      RenderListItem {LI} at (40,54) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderInline {CODE} at (0,0) size 86x15
+                          RenderText {#text} at (0,2) size 86x15
+                            text run at (0,2) width 86: &quot;content-box&quot;
+                  RenderListItem {LI} at (40,1332) size 689x36
+                    RenderBlock (anonymous) at (0,0) size 689x18
+                      RenderListMarker at (-17,0) size 7x18: white bullet
+                      RenderInline {CODE} at (0,0) size 164x15
+                        RenderText {#text} at (0,2) size 164x15
+                          text run at (0,2) width 164: &quot;&lt;basic-shape&gt; + &lt;box&gt;&quot;
+                      RenderText {#text} at (0,0) size 0x0
+                    RenderBlock {UL} at (0,18) size 689x18
+                      RenderListItem {LI} at (40,0) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 536x18
+                          text run at (0,0) width 536: &quot;A sampling of the tests above combined together to test basic-shape with shape-box&quot;
+                  RenderListItem {LI} at (40,1368) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderInline {CODE} at (0,0) size 55x15
+                      RenderText {#text} at (0,2) size 55x15
+                        text run at (0,2) width 55: &quot;&lt;image&gt;&quot;
+              RenderListItem {LI} at (40,1404) size 729x144
+                RenderBlock (anonymous) at (0,0) size 729x18
+                  RenderListMarker at (-17,0) size 7x18: bullet
+                  RenderInline {CODE} at (0,0) size 94x15
+                    RenderText {#text} at (0,2) size 94x15
+                      text run at (0,2) width 94: &quot;shape-margin&quot;
+                  RenderText {#text} at (0,0) size 0x0
+                RenderBlock {UL} at (0,18) size 729x126
+                  RenderListItem {LI} at (40,0) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 76x18
+                      text run at (0,0) width 76: &quot;length units&quot;
+                  RenderListItem {LI} at (40,18) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 76x18
+                      text run at (0,0) width 76: &quot;percentages&quot;
+                  RenderListItem {LI} at (40,36) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 160x18
+                      text run at (0,0) width 160: &quot;positive/negative lengths&quot;
+                  RenderListItem {LI} at (40,54) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 186x18
+                      text run at (0,0) width 186: &quot;decimal/non-decimal lengths&quot;
+                  RenderListItem {LI} at (40,72) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 87x18
+                      text run at (0,0) width 87: &quot;calc() lengths&quot;
+                  RenderListItem {LI} at (40,90) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 80x18
+                      text run at (0,0) width 80: &quot;no unit or %&quot;
+                  RenderListItem {LI} at (40,108) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 90x18
+                      text run at (0,0) width 90: &quot;invalid values&quot;
+              RenderListItem {LI} at (40,1548) size 729x162
+                RenderBlock (anonymous) at (0,0) size 729x18
+                  RenderListMarker at (-17,0) size 7x18: bullet
+                  RenderInline {CODE} at (0,0) size 164x15
+                    RenderText {#text} at (0,2) size 164x15
+                      text run at (0,2) width 164: &quot;shape-image-threshold&quot;
+                  RenderText {#text} at (0,0) size 0x0
+                RenderBlock {UL} at (0,18) size 729x144
+                  RenderListItem {LI} at (40,0) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 130x18
+                      text run at (0,0) width 130: &quot;decimal - 0-5 places&quot;
+                  RenderListItem {LI} at (40,18) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 71x18
+                      text run at (0,0) width 71: &quot;no decimal&quot;
+                  RenderListItem {LI} at (40,36) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 129x18
+                      text run at (0,0) width 129: &quot;percentage (invalid)&quot;
+                  RenderListItem {LI} at (40,54) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 155x18
+                      text run at (0,0) width 155: &quot;positive/negative values&quot;
+                  RenderListItem {LI} at (40,72) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 186x18
+                      text run at (0,0) width 186: &quot;decimal/non-decimal lengths&quot;
+                  RenderListItem {LI} at (40,90) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 87x18
+                      text run at (0,0) width 87: &quot;calc() lengths&quot;
+                  RenderListItem {LI} at (40,108) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 64x18
+                      text run at (0,0) width 64: &quot;+ / - signs&quot;
+                  RenderListItem {LI} at (40,126) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 90x18
+                      text run at (0,0) width 90: &quot;invalid values&quot;
+          RenderBlock {SECTION} at (0,1956) size 769x184
+            RenderBlock {H4} at (0,0) size 769x18
+              RenderText {#text} at (0,0) size 509x18
+                text run at (0,0) width 509: &quot;Proper serialization of the CSS properties and values according to the spec&quot;
+            RenderBlock {UL} at (0,39) size 769x145
+              RenderListItem {LI} at (40,0) size 729x54
+                RenderBlock (anonymous) at (0,0) size 729x18
+                  RenderListMarker at (-17,0) size 7x18: bullet
+                  RenderInline {CODE} at (0,0) size 79x15
+                    RenderText {#text} at (0,2) size 79x15
+                      text run at (0,2) width 79: &quot;&lt;position&gt;&quot;
+                  RenderText {#text} at (78,0) size 66x18
+                    text run at (78,0) width 66: &quot; values in &quot;
+                  RenderInline {CODE} at (0,0) size 48x15
+                    RenderText {#text} at (143,2) size 48x15
+                      text run at (143,2) width 48: &quot;circle&quot;
+                  RenderText {#text} at (190,0) size 32x18
+                    text run at (190,0) width 32: &quot; and &quot;
+                  RenderInline {CODE} at (0,0) size 55x15
+                    RenderText {#text} at (221,2) size 55x15
+                      text run at (221,2) width 55: &quot;ellipse&quot;
+                  RenderText {#text} at (275,0) size 213x18
+                    text run at (275,0) width 213: &quot; serialize to 2- and 4-value forms&quot;
+                RenderBlock {UL} at (0,18) size 729x36
+                  RenderListItem {LI} at (40,0) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderInline {CODE} at (0,0) size 188x15
+                      RenderText {#text} at (0,2) size 188x15
+                        text run at (0,2) width 188: &quot;top, left, bottom, right&quot;
+                    RenderText {#text} at (187,0) size 154x18
+                      text run at (187,0) width 154: &quot; serialize to percentages&quot;
+                  RenderListItem {LI} at (40,18) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 278x18
+                      text run at (0,0) width 278: &quot;omitting radii omits radii from serialization&quot;
+              RenderListItem {LI} at (40,54) size 729x18
+                RenderListMarker at (-17,0) size 7x18: bullet
+                RenderInline {CODE} at (0,0) size 40x15
+                  RenderText {#text} at (0,2) size 40x15
+                    text run at (0,2) width 40: &quot;inset&quot;
+                RenderText {#text} at (39,0) size 297x18
+                  text run at (39,0) width 297: &quot; serialized shape-args omit args when possible&quot;
+              RenderListItem {LI} at (40,72) size 729x18
+                RenderListMarker at (-17,0) size 7x18: bullet
+                RenderInline {CODE} at (0,0) size 55x15
+                  RenderText {#text} at (0,2) size 55x15
+                    text run at (0,2) width 55: &quot;&lt;round&gt;&quot;
+                RenderText {#text} at (54,0) size 66x18
+                  text run at (54,0) width 66: &quot; values in &quot;
+                RenderInline {CODE} at (0,0) size 40x15
+                  RenderText {#text} at (119,2) size 40x15
+                    text run at (119,2) width 40: &quot;inset&quot;
+                RenderText {#text} at (158,0) size 194x18
+                  text run at (158,0) width 194: &quot; serialize to as few as possible&quot;
+              RenderListItem {LI} at (40,90) size 729x18
+                RenderListMarker at (-17,0) size 7x18: bullet
+                RenderText {#text} at (0,0) size 77x18
+                  text run at (0,0) width 77: &quot;unspecified &quot;
+                RenderInline {CODE} at (0,0) size 87x15
+                  RenderText {#text} at (76,2) size 87x15
+                    text run at (76,2) width 87: &quot;&lt;fill-rule&gt;&quot;
+                RenderText {#text} at (162,0) size 69x18
+                  text run at (162,0) width 69: &quot; serializes &quot;
+                RenderInline {CODE} at (0,0) size 55x15
+                  RenderText {#text} at (230,2) size 55x15
+                    text run at (230,2) width 55: &quot;nonzero&quot;
+              RenderListItem {LI} at (40,108) size 729x18
+                RenderListMarker at (-17,0) size 7x18: bullet
+                RenderText {#text} at (0,0) size 207x18
+                  text run at (0,0) width 207: &quot;0% is preferred over zero length&quot;
+              RenderListItem {LI} at (40,126) size 729x18
+                RenderListMarker at (-17,0) size 7x18: bullet
+                RenderText {#text} at (0,0) size 106x18
+                  text run at (0,0) width 106: &quot;calc() is avoided&quot;
+          RenderBlock {SECTION} at (0,2161) size 769x94
+            RenderBlock {H4} at (0,0) size 769x18
+              RenderText {#text} at (0,0) size 540x18
+                text run at (0,0) width 540: &quot;Proper computed values of the CSS properties and values according to the spec&quot;
+            RenderBlock {UL} at (0,39) size 769x55
+              RenderListItem {LI} at (40,0) size 729x18
+                RenderListMarker at (-17,0) size 7x18: bullet
+                RenderText {#text} at (0,0) size 142x18
+                  text run at (0,0) width 142: &quot;lengths compute to px&quot;
+              RenderListItem {LI} at (40,18) size 729x18
+                RenderListMarker at (-17,0) size 7x18: bullet
+                RenderText {#text} at (0,0) size 128x18
+                  text run at (0,0) width 128: &quot;percentages keep %&quot;
+              RenderListItem {LI} at (40,36) size 729x18
+                RenderListMarker at (-17,0) size 7x18: bullet
+                RenderText {#text} at (0,0) size 103x18
+                  text run at (0,0) width 103: &quot;calc() preserved&quot;
+          RenderBlock {SECTION} at (0,2275) size 769x850
+            RenderBlock {H4} at (0,0) size 769x18
+              RenderText {#text} at (0,0) size 481x18
+                text run at (0,0) width 481: &quot;Proper rendering &amp; layout of text around shapes according to the spec&quot;
+            RenderBlock {UL} at (0,39) size 769x811
+              RenderListItem {LI} at (40,0) size 729x378
+                RenderBlock (anonymous) at (0,0) size 729x18
+                  RenderListMarker at (-17,0) size 7x18: bullet
+                  RenderText {#text} at (0,0) size 85x18
+                    text run at (0,0) width 85: &quot;Basic Shapes&quot;
+                RenderBlock {UL} at (0,18) size 729x360
+                  RenderListItem {LI} at (40,0) size 689x72
+                    RenderBlock (anonymous) at (0,0) size 689x18
+                      RenderListMarker at (-17,0) size 7x18: white bullet
+                      RenderText {#text} at (0,0) size 31x18
+                        text run at (0,0) width 31: &quot;inset&quot;
+                    RenderBlock {UL} at (0,18) size 689x54
+                      RenderListItem {LI} at (40,0) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 93x18
+                          text run at (0,0) width 93: &quot;square corners&quot;
+                      RenderListItem {LI} at (40,18) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 104x18
+                          text run at (0,0) width 104: &quot;rounded corners&quot;
+                      RenderListItem {LI} at (40,36) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 273x18
+                          text run at (0,0) width 273: &quot;rounded corners to make circles &amp; ellipses&quot;
+                  RenderListItem {LI} at (40,72) size 689x72
+                    RenderBlock (anonymous) at (0,0) size 689x18
+                      RenderListMarker at (-17,0) size 7x18: white bullet
+                      RenderText {#text} at (0,0) size 86x18
+                        text run at (0,0) width 86: &quot;circle, ellipse&quot;
+                    RenderBlock {UL} at (0,18) size 689x54
+                      RenderListItem {LI} at (40,0) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 136x18
+                          text run at (0,0) width 136: &quot;explicit/implicit radii&quot;
+                      RenderListItem {LI} at (40,18) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 158x18
+                          text run at (0,0) width 158: &quot;explicit/implicit position&quot;
+                      RenderListItem {LI} at (40,36) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 167x18
+                          text run at (0,0) width 167: &quot;closest-side / farthest-side&quot;
+                  RenderListItem {LI} at (40,144) size 689x54
+                    RenderBlock (anonymous) at (0,0) size 689x18
+                      RenderListMarker at (-17,0) size 7x18: white bullet
+                      RenderText {#text} at (0,0) size 53x18
+                        text run at (0,0) width 53: &quot;polygon&quot;
+                    RenderBlock {UL} at (0,18) size 689x36
+                      RenderListItem {LI} at (40,0) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 141x18
+                          text run at (0,0) width 141: &quot;relative/absolute units&quot;
+                      RenderListItem {LI} at (40,18) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 167x18
+                          text run at (0,0) width 167: &quot;fill-rule: evenodd/nonzero&quot;
+                  RenderListItem {LI} at (40,198) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 97x18
+                      text run at (0,0) width 97: &quot;float left / right&quot;
+                  RenderListItem {LI} at (40,216) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 87x18
+                      text run at (0,0) width 87: &quot;shape-margin&quot;
+                  RenderListItem {LI} at (40,234) size 689x126
+                    RenderBlock (anonymous) at (0,0) size 689x18
+                      RenderListMarker at (-17,0) size 7x18: white bullet
+                      RenderText {#text} at (0,0) size 66x18
+                        text run at (0,0) width 66: &quot;shape-box&quot;
+                    RenderBlock {UL} at (0,18) size 689x108
+                      RenderListItem {LI} at (40,0) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 73x18
+                          text run at (0,0) width 73: &quot;unspecified&quot;
+                      RenderListItem {LI} at (40,18) size 649x90
+                        RenderBlock (anonymous) at (0,0) size 649x18
+                          RenderListMarker at (-17,0) size 7x18: black square
+                          RenderText {#text} at (0,0) size 62x18
+                            text run at (0,0) width 62: &quot;specified:&quot;
+                        RenderBlock {UL} at (0,18) size 649x72
+                          RenderListItem {LI} at (40,0) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 75x18
+                              text run at (0,0) width 75: &quot;margin-box&quot;
+                          RenderListItem {LI} at (40,18) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 71x18
+                              text run at (0,0) width 71: &quot;border-box&quot;
+                          RenderListItem {LI} at (40,36) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 81x18
+                              text run at (0,0) width 81: &quot;padding-box&quot;
+                          RenderListItem {LI} at (40,54) size 609x18
+                            RenderListMarker at (-17,0) size 7x18: black square
+                            RenderText {#text} at (0,0) size 77x18
+                              text run at (0,0) width 77: &quot;content-box&quot;
+              RenderListItem {LI} at (40,378) size 729x90
+                RenderBlock (anonymous) at (0,0) size 729x18
+                  RenderListMarker at (-17,0) size 7x18: bullet
+                  RenderText {#text} at (0,0) size 158x18
+                    text run at (0,0) width 158: &quot;Shapes from Box Values&quot;
+                RenderBlock {UL} at (0,18) size 729x72
+                  RenderListItem {LI} at (40,0) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 327x18
+                      text run at (0,0) width 327: &quot;margin-box, border-box, padding-box, content-box&quot;
+                  RenderListItem {LI} at (40,18) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 598x18
+                      text run at (0,0) width 598: &quot;all, top, left, bottom, right, top-left, top-bottom, top-right, left-right, left-bottom, right-bottom&quot;
+                  RenderListItem {LI} at (40,36) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 97x18
+                      text run at (0,0) width 97: &quot;float left / right&quot;
+                  RenderListItem {LI} at (40,54) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 86x18
+                      text run at (0,0) width 86: &quot;border-radius&quot;
+              RenderListItem {LI} at (40,468) size 729x252
+                RenderBlock (anonymous) at (0,0) size 729x18
+                  RenderListMarker at (-17,0) size 7x18: bullet
+                  RenderText {#text} at (0,0) size 131x18
+                    text run at (0,0) width 131: &quot;Shapes from Images&quot;
+                RenderBlock {UL} at (0,18) size 729x234
+                  RenderListItem {LI} at (40,0) size 689x54
+                    RenderBlock (anonymous) at (0,0) size 689x18
+                      RenderListMarker at (-17,0) size 7x18: white bullet
+                      RenderText {#text} at (0,0) size 18x18
+                        text run at (0,0) width 18: &quot;url&quot;
+                    RenderBlock {UL} at (0,18) size 689x36
+                      RenderListItem {LI} at (40,0) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 116x18
+                          text run at (0,0) width 116: &quot;png, svg, gif, jpeg&quot;
+                      RenderListItem {LI} at (40,18) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 188x18
+                          text run at (0,0) width 188: &quot;transparency/no transparency&quot;
+                  RenderListItem {LI} at (40,54) size 689x54
+                    RenderBlock (anonymous) at (0,0) size 689x18
+                      RenderListMarker at (-17,0) size 7x18: white bullet
+                      RenderText {#text} at (0,0) size 64x18
+                        text run at (0,0) width 64: &quot;image-list&quot;
+                    RenderBlock {UL} at (0,18) size 689x36
+                      RenderListItem {LI} at (40,0) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 116x18
+                          text run at (0,0) width 116: &quot;png, svg, gif, jpeg&quot;
+                      RenderListItem {LI} at (40,18) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 188x18
+                          text run at (0,0) width 188: &quot;transparency/no transparency&quot;
+                  RenderListItem {LI} at (40,108) size 689x72
+                    RenderBlock (anonymous) at (0,0) size 689x18
+                      RenderListMarker at (-17,0) size 7x18: white bullet
+                      RenderText {#text} at (0,0) size 53x18
+                        text run at (0,0) width 53: &quot;gradient&quot;
+                    RenderBlock {UL} at (0,18) size 689x54
+                      RenderListItem {LI} at (40,0) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 37x18
+                          text run at (0,0) width 37: &quot;linear&quot;
+                      RenderListItem {LI} at (40,18) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 37x18
+                          text run at (0,0) width 37: &quot;radial&quot;
+                      RenderListItem {LI} at (40,36) size 649x18
+                        RenderListMarker at (-17,0) size 7x18: black square
+                        RenderText {#text} at (0,0) size 60x18
+                          text run at (0,0) width 60: &quot;repeating&quot;
+                  RenderListItem {LI} at (40,180) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 97x18
+                      text run at (0,0) width 97: &quot;float left / right&quot;
+                  RenderListItem {LI} at (40,198) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 87x18
+                      text run at (0,0) width 87: &quot;shape-margin&quot;
+                  RenderListItem {LI} at (40,216) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 146x18
+                      text run at (0,0) width 146: &quot;shape-image-threshold&quot;
+              RenderListItem {LI} at (40,720) size 729x90
+                RenderBlock (anonymous) at (0,0) size 729x18
+                  RenderListMarker at (-17,0) size 7x18: bullet
+                  RenderText {#text} at (0,0) size 70x18
+                    text run at (0,0) width 70: &quot;Float Tests&quot;
+                RenderBlock {UL} at (0,18) size 729x72
+                  RenderListItem {LI} at (40,0) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 91x18
+                      text run at (0,0) width 91: &quot;Float stacking&quot;
+                  RenderListItem {LI} at (40,18) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 485x18
+                      text run at (0,0) width 485: &quot;Line boxes affected by both float right and float left shapes at the same time&quot;
+                  RenderListItem {LI} at (40,36) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 112x18
+                      text run at (0,0) width 112: &quot;Empty float areas&quot;
+                  RenderListItem {LI} at (40,54) size 689x18
+                    RenderListMarker at (-17,0) size 7x18: white bullet
+                    RenderText {#text} at (0,0) size 285x18
+                      text run at (0,0) width 285: &quot;Shapes that extend past the margin box edge&quot;
+        RenderBlock {SECTION} at (0,3191) size 769x290
+          RenderBlock {H3} at (0,0) size 769x22
+            RenderText {#text} at (0,0) size 171x22
+              text run at (0,0) width 171: &quot;Implicit testing areas&quot;
+          RenderBlock {P} at (0,40) size 769x73
+            RenderText {#text} at (0,0) size 764x72
+              text run at (0,0) width 415: &quot;These are testing areas either normatively defined in other specs &quot;
+              text run at (414,0) width 342: &quot;that are explicitly referred to in the CSS Shapes spec.&quot;
+              text run at (0,18) width 112: &quot;Additionally, the &quot;
+              text run at (111,18) width 469: &quot;CSS Shapes spec is explicitly referred to by other specs. Please note that &quot;
+              text run at (579,18) width 185: &quot;while detailed, this list is not&quot;
+              text run at (0,36) width 310: &quot;necessarily exhaustive and normative behaviors &quot;
+              text run at (309,36) width 438: &quot;may not be contained in it. When in doubt, consult the CSS Regions&quot;
+              text run at (0,54) width 76: &quot;spec or ask &quot;
+              text run at (75,54) width 113: &quot;a question on the &quot;
+            RenderInline {A} at (0,0) size 74x18 [color=#0000EE]
+              RenderText {#text} at (187,54) size 74x18
+                text run at (187,54) width 74: &quot;mailing list&quot;
+            RenderText {#text} at (260,54) size 5x18
+              text run at (260,54) width 5: &quot;.&quot;
+          RenderBlock {P} at (0,128) size 769x19
+            RenderText {#text} at (0,0) size 263x18
+              text run at (0,0) width 263: &quot;Below is the list of implicit testing areas:&quot;
+          RenderBlock {UL} at (0,162) size 769x127
+            RenderListItem {LI} at (40,0) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 128x18
+                text run at (0,0) width 128: &quot;CSS 2.1 [[!CSS21]]&quot;
+            RenderListItem {LI} at (40,18) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 206x18
+                text run at (0,0) width 206: &quot;CSS Box Model [[!CSS3BOX]]&quot;
+            RenderListItem {LI} at (40,36) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 229x18
+                text run at (0,0) width 229: &quot;CSS Values &amp; Units [[!CSS3VAL]]&quot;
+            RenderListItem {LI} at (40,54) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 278x18
+                text run at (0,0) width 278: &quot;CSS Backgrounds &amp; Borders [[!CSS3BG]]&quot;
+            RenderListItem {LI} at (40,72) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 138x18
+                text run at (0,0) width 138: &quot;HTML5 [[!HTML5]]&quot;
+            RenderListItem {LI} at (40,90) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 223x18
+                text run at (0,0) width 223: &quot;CSS Masking [[CSS-MASKING]]&quot;
+            RenderListItem {LI} at (40,108) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 262x18
+                text run at (0,0) width 262: &quot;CSS Exclusions [[CSS-EXCLUSIONS]]&quot;
+          RenderBlock {P} at (0,304) size 769x0
+        RenderBlock {SECTION} at (0,3498) size 769x218
+          RenderBlock {H3} at (0,0) size 769x22
+            RenderText {#text} at (0,0) size 429x22
+              text run at (0,0) width 429: &quot;Interactions with other CSS features &amp; specifications&quot;
+          RenderBlock {P} at (0,40) size 769x37
+            RenderText {#text} at (0,0) size 749x36
+              text run at (0,0) width 604: &quot;When the CSS Shapes spec has a full suite of tests covering the behaviors defined in the spec, &quot;
+              text run at (603,0) width 146: &quot;additional tests will be&quot;
+              text run at (0,18) width 437: &quot;needed to assure that the implementation works properly with other &quot;
+              text run at (436,18) width 283: &quot;CSS features defined in other specifications.&quot;
+          RenderBlock {P} at (0,92) size 769x19
+            RenderText {#text} at (0,0) size 452x18
+              text run at (0,0) width 452: &quot;Below is a list of features that should work properly with CSS Shapes:&quot;
+          RenderBlock {UL} at (0,126) size 769x91
+            RenderListItem {LI} at (40,0) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 106x18
+                text run at (0,0) width 106: &quot;CSS Transforms&quot;
+            RenderListItem {LI} at (40,18) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 104x18
+                text run at (0,0) width 104: &quot;CSS Transitions&quot;
+            RenderListItem {LI} at (40,36) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 108x18
+                text run at (0,0) width 108: &quot;CSS Animations&quot;
+            RenderListItem {LI} at (40,54) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 103x18
+                text run at (0,0) width 103: &quot;CSS Exclusions&quot;
+            RenderListItem {LI} at (40,72) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 676x18
+                text run at (0,0) width 676: &quot;CSS Writing Modes - when the float and container have different 'writing-mode' and 'direction' properties&quot;
+        RenderBlock {SECTION} at (0,3735) size 769x137
+          RenderBlock {H2} at (0,0) size 769x28
+            RenderText {#text} at (0,0) size 272x28
+              text run at (0,0) width 272: &quot;People and responsibilities&quot;
+          RenderBlock {P} at (0,47) size 769x37
+            RenderText {#text} at (0,0) size 732x36
+              text run at (0,0) width 417: &quot;Below is a list of people you should reach out to if you have any &quot;
+              text run at (416,0) width 316: &quot;questions related to this document or testing CSS&quot;
+              text run at (0,18) width 118: &quot;Shapes in general:&quot;
+          RenderBlock {UL} at (0,99) size 769x37
+            RenderListItem {LI} at (40,0) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 276x18
+                text run at (0,0) width 276: &quot;Alan Stearns \x{2013} Editor for CSS Shapes spec&quot;
+            RenderListItem {LI} at (40,18) size 729x18
+              RenderListMarker at (-17,0) size 7x18: bullet
+              RenderText {#text} at (0,0) size 336x18
+                text run at (0,0) width 336: &quot;Rebecca Hauck \x{2013} Test Coordinator for CSS Regions&quot;
+          RenderBlock {P} at (0,151) size 769x0
+        RenderBlock {SECTION} at (0,3891) size 769x67
+          RenderBlock {H2} at (0,0) size 769x28
+            RenderText {#text} at (0,0) size 228x28
+              text run at (0,0) width 228: &quot;Test progress tracking&quot;
+          RenderBlock {P} at (0,47) size 769x19
+            RenderText {#text} at (0,0) size 328x18
+              text run at (0,0) width 328: &quot;Currently test progress tracking is done via gitHub &quot;
+            RenderInline {A} at (0,0) size 139x18 [color=#0000EE]
+              RenderText {#text} at (327,0) size 139x18
+                text run at (327,0) width 74: &quot;milestones &quot;
+                text run at (400,0) width 66: &quot;and issues&quot;
+            RenderText {#text} at (465,0) size 5x18
+              text run at (465,0) width 5: &quot;.&quot;
+            RenderText {#text} at (0,0) size 0x0
</ins><span class="cx">Property changes on: trunk/LayoutTests/imported/w3c/csswg-test/css-shapes-1/test-plan/index-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<ins>+Date Revision
</ins><span class="cx">\ No newline at end of property
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<ins>+text/plain
</ins><span class="cx">\ No newline at end of property
</span><a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/Source/WebCore/ChangeLog        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -1,3 +1,38 @@
</span><ins>+2016-10-19  Dean Jackson  &lt;dino@apple.com&gt;
+
+        Support CSS Shapes Level 1 without a prefix
+        https://bugs.webkit.org/show_bug.cgi?id=163709
+        &lt;rdar://problem/28859369&gt;
+
+        Reviewed by Myles Maxfield.
+
+        Support the unprefixed form of CSS Shapes, now that
+        it is in CR.
+
+        We have a few failing tests:
+
+        - Some image-based shaping failures, now skipped.
+          https://bugs.webkit.org/show_bug.cgi?id=163706
+
+        - Some false negatives, where my understanding
+          of the CSS OM seems to suggest that the W3C tests
+          are incorrect.
+          https://bugs.webkit.org/show_bug.cgi?id=163708
+
+        Tests: imported/w3c/csswg-test/css-shapes-1
+
+        * css/CSSComputedStyleDeclaration.cpp:
+        (WebCore::ComputedStyleExtractor::propertyValue):
+        * css/CSSPropertyNames.in:
+        * css/CSSValueKeywords.in:
+        * css/parser/CSSParser.cpp:
+        (WebCore::isSimpleLengthPropertyID):
+        (WebCore::CSSParser::parseValue):
+        * css/parser/CSSPropertyParser.cpp:
+        (WebCore::CSSPropertyParser::parseSingleValue):
+        * page/animation/CSSPropertyAnimation.cpp:
+        (WebCore::CSSPropertyAnimationWrapperMap::CSSPropertyAnimationWrapperMap):
+
</ins><span class="cx"> 2016-10-20  Dave Hyatt  &lt;hyatt@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Parser] Fix region, column and page break parsing
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSComputedStyleDeclarationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -382,7 +382,7 @@
</span><span class="cx"> #if PLATFORM(IOS)
</span><span class="cx">     CSSPropertyWebkitTouchCallout,
</span><span class="cx"> #endif
</span><del>-    CSSPropertyWebkitShapeOutside,
</del><ins>+    CSSPropertyShapeOutside,
</ins><span class="cx"> #if ENABLE(TOUCH_EVENTS)
</span><span class="cx">     CSSPropertyWebkitTapHighlightColor,
</span><span class="cx"> #endif
</span><span class="lines">@@ -413,8 +413,8 @@
</span><span class="cx">     CSSPropertyWebkitRegionBreakInside,
</span><span class="cx">     CSSPropertyWebkitRegionFragment,
</span><span class="cx"> #endif
</span><del>-    CSSPropertyWebkitShapeMargin,
-    CSSPropertyWebkitShapeImageThreshold,
</del><ins>+    CSSPropertyShapeMargin,
+    CSSPropertyShapeImageThreshold,
</ins><span class="cx">     CSSPropertyBufferedRendering,
</span><span class="cx">     CSSPropertyClipPath,
</span><span class="cx">     CSSPropertyClipRule,
</span><span class="lines">@@ -3687,11 +3687,11 @@
</span><span class="cx">         case CSSPropertyWebkitRegionFragment:
</span><span class="cx">             return cssValuePool.createValue(style-&gt;regionFragment());
</span><span class="cx"> #endif
</span><del>-        case CSSPropertyWebkitShapeMargin:
</del><ins>+        case CSSPropertyShapeMargin:
</ins><span class="cx">             return cssValuePool.createValue(style-&gt;shapeMargin(), *style);
</span><del>-        case CSSPropertyWebkitShapeImageThreshold:
</del><ins>+        case CSSPropertyShapeImageThreshold:
</ins><span class="cx">             return cssValuePool.createValue(style-&gt;shapeImageThreshold(), CSSPrimitiveValue::CSS_NUMBER);
</span><del>-        case CSSPropertyWebkitShapeOutside:
</del><ins>+        case CSSPropertyShapeOutside:
</ins><span class="cx">             return shapePropertyValue(*style, style-&gt;shapeOutside());
</span><span class="cx">         case CSSPropertyFilter:
</span><span class="cx">             return valueForFilter(*style, style-&gt;filter());
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSPropertyNamesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSPropertyNames.in (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSPropertyNames.in        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/Source/WebCore/css/CSSPropertyNames.in        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -654,9 +654,12 @@
</span><span class="cx"> -webkit-region-break-before [Initial=initialBreakBetween, NameForMethods=BreakBefore, Converter=RegionBreakBetween]
</span><span class="cx"> -webkit-region-break-inside [Initial=initialBreakInside, NameForMethods=BreakInside, Converter=RegionBreakInside]
</span><span class="cx"> #endif
</span><del>--webkit-shape-outside [Converter=ShapeValue]
--webkit-shape-margin [Converter=Length]
--webkit-shape-image-threshold [Converter=NumberOrAuto&lt;float&gt;]
</del><ins>+shape-outside [Converter=ShapeValue]
+-webkit-shape-outside = shape-outside
+shape-margin [Converter=Length]
+-webkit-shape-margin = shape-margin
+shape-image-threshold [Converter=NumberOrAuto&lt;float&gt;]
+-webkit-shape-image-threshold = shape-image-threshold
</ins><span class="cx"> #if defined(ENABLE_CSS_DEVICE_ADAPTATION) &amp;&amp; ENABLE_CSS_DEVICE_ADAPTATION
</span><span class="cx"> max-zoom [SkipBuilder]
</span><span class="cx"> min-zoom [SkipBuilder]
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSValueKeywordsin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSValueKeywords.in (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSValueKeywords.in        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/Source/WebCore/css/CSSValueKeywords.in        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -1077,7 +1077,7 @@
</span><span class="cx"> -webkit-crisp-edges
</span><span class="cx"> -webkit-optimize-contrast
</span><span class="cx"> 
</span><del>-// -webkit-shape-outside
</del><ins>+// shape-outside
</ins><span class="cx"> nonzero
</span><span class="cx"> evenodd
</span><span class="cx"> at
</span></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSParsercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSParser.cpp (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSParser.cpp        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/Source/WebCore/css/parser/CSSParser.cpp        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -500,7 +500,7 @@
</span><span class="cx">     case CSSPropertyGridColumnGap:
</span><span class="cx">     case CSSPropertyGridRowGap:
</span><span class="cx"> #endif
</span><del>-    case CSSPropertyWebkitShapeMargin:
</del><ins>+    case CSSPropertyShapeMargin:
</ins><span class="cx">         acceptsNegativeNumbers = false;
</span><span class="cx">         return true;
</span><span class="cx">     case CSSPropertyBottom:
</span><span class="lines">@@ -2995,13 +2995,13 @@
</span><span class="cx">     case CSSPropertyWebkitClipPath:
</span><span class="cx">         parsedValue = parseClipPath();
</span><span class="cx">         break;
</span><del>-    case CSSPropertyWebkitShapeOutside:
</del><ins>+    case CSSPropertyShapeOutside:
</ins><span class="cx">         parsedValue = parseShapeProperty(propId);
</span><span class="cx">         break;
</span><del>-    case CSSPropertyWebkitShapeMargin:
</del><ins>+    case CSSPropertyShapeMargin:
</ins><span class="cx">         validPrimitive = !id &amp;&amp; validateUnit(valueWithCalculation, FLength | FPercent | FNonNeg);
</span><span class="cx">         break;
</span><del>-    case CSSPropertyWebkitShapeImageThreshold:
</del><ins>+    case CSSPropertyShapeImageThreshold:
</ins><span class="cx">         validPrimitive = !id &amp;&amp; validateUnit(valueWithCalculation, FNumber);
</span><span class="cx">         break;
</span><span class="cx"> #if ENABLE(CSS_IMAGE_ORIENTATION)
</span></span></pre></div>
<a id="trunkSourceWebCorecssparserCSSPropertyParsercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -3176,9 +3176,9 @@
</span><span class="cx">     case CSSPropertyGridColumnGap:
</span><span class="cx">     case CSSPropertyGridRowGap:
</span><span class="cx">         return consumeLength(m_range, m_context.mode, ValueRangeNonNegative);
</span><del>-    case CSSPropertyWebkitShapeMargin:
</del><ins>+    case CSSPropertyShapeMargin:
</ins><span class="cx">         return consumeLengthOrPercent(m_range, m_context.mode, ValueRangeNonNegative);
</span><del>-    case CSSPropertyWebkitShapeImageThreshold:
</del><ins>+    case CSSPropertyShapeImageThreshold:
</ins><span class="cx">         return consumeNumber(m_range, ValueRangeAll);
</span><span class="cx">     case CSSPropertyWebkitBoxOrdinalGroup:
</span><span class="cx">     case CSSPropertyOrphans:
</span><span class="lines">@@ -3335,7 +3335,7 @@
</span><span class="cx">         return consumeIdent&lt;CSSValueAuto, CSSValueUnder&gt;(m_range);
</span><span class="cx">     case CSSPropertyVerticalAlign:
</span><span class="cx">         return consumeVerticalAlign(m_range, m_context.mode);
</span><del>-    case CSSPropertyWebkitShapeOutside:
</del><ins>+    case CSSPropertyShapeOutside:
</ins><span class="cx">         return consumeShapeOutside(m_range, m_context);
</span><span class="cx">     case CSSPropertyWebkitClipPath:
</span><span class="cx">         return consumeWebkitClipPath(m_range, m_context);
</span></span></pre></div>
<a id="trunkSourceWebCorepageanimationCSSPropertyAnimationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/animation/CSSPropertyAnimation.cpp (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/animation/CSSPropertyAnimation.cpp        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/Source/WebCore/page/animation/CSSPropertyAnimation.cpp        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -1432,9 +1432,9 @@
</span><span class="cx"> #endif
</span><span class="cx">         new PropertyWrapperClipPath(CSSPropertyWebkitClipPath, &amp;RenderStyle::clipPath, &amp;RenderStyle::setClipPath),
</span><span class="cx"> 
</span><del>-        new PropertyWrapperShape(CSSPropertyWebkitShapeOutside, &amp;RenderStyle::shapeOutside, &amp;RenderStyle::setShapeOutside),
-        new LengthPropertyWrapper&lt;Length&gt;(CSSPropertyWebkitShapeMargin, &amp;RenderStyle::shapeMargin, &amp;RenderStyle::setShapeMargin),
-        new PropertyWrapper&lt;float&gt;(CSSPropertyWebkitShapeImageThreshold, &amp;RenderStyle::shapeImageThreshold, &amp;RenderStyle::setShapeImageThreshold),
</del><ins>+        new PropertyWrapperShape(CSSPropertyShapeOutside, &amp;RenderStyle::shapeOutside, &amp;RenderStyle::setShapeOutside),
+        new LengthPropertyWrapper&lt;Length&gt;(CSSPropertyShapeMargin, &amp;RenderStyle::shapeMargin, &amp;RenderStyle::setShapeMargin),
+        new PropertyWrapper&lt;float&gt;(CSSPropertyShapeImageThreshold, &amp;RenderStyle::shapeImageThreshold, &amp;RenderStyle::setShapeImageThreshold),
</ins><span class="cx"> 
</span><span class="cx">         new PropertyWrapperVisitedAffectedColor(CSSPropertyColumnRuleColor, MaybeInvalidColor, &amp;RenderStyle::columnRuleColor, &amp;RenderStyle::setColumnRuleColor, &amp;RenderStyle::visitedLinkColumnRuleColor, &amp;RenderStyle::setVisitedLinkColumnRuleColor),
</span><span class="cx">         new PropertyWrapperVisitedAffectedColor(CSSPropertyWebkitTextStrokeColor, MaybeInvalidColor, &amp;RenderStyle::textStrokeColor, &amp;RenderStyle::setTextStrokeColor, &amp;RenderStyle::visitedLinkTextStrokeColor, &amp;RenderStyle::setVisitedLinkTextStrokeColor),
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/Source/WebInspectorUI/ChangeLog        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2016-10-19  Dean Jackson  &lt;dino@apple.com&gt;
+
+        Support CSS Shapes Level 1 without a prefix
+        https://bugs.webkit.org/show_bug.cgi?id=163709
+        &lt;rdar://problem/28859369&gt;
+
+        Reviewed by Myles Maxfield.
+
+        Replace -webkit-shape-outside with shape-outside.
+
+        * UserInterface/Models/CSSKeywordCompletions.js:
+
</ins><span class="cx"> 2016-10-19  Aaron Chu  &lt;aaron_chu@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: AXI: expose computed tree node and heading level
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsCSSKeywordCompletionsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js (207629 => 207630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js        2016-10-20 18:35:56 UTC (rev 207629)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js        2016-10-20 19:09:30 UTC (rev 207630)
</span><span class="lines">@@ -608,7 +608,7 @@
</span><span class="cx">     &quot;clip-path&quot;: [
</span><span class="cx">         &quot;none&quot;, &quot;url()&quot;, &quot;circle()&quot;, &quot;ellipse()&quot;, &quot;inset()&quot;, &quot;polygon()&quot;, &quot;margin-box&quot;, &quot;border-box&quot;, &quot;padding-box&quot;, &quot;content-box&quot;
</span><span class="cx">     ],
</span><del>-    &quot;-webkit-shape-outside&quot;: [
</del><ins>+    &quot;shape-outside&quot;: [
</ins><span class="cx">         &quot;none&quot;, &quot;url()&quot;, &quot;circle()&quot;, &quot;ellipse()&quot;, &quot;inset()&quot;, &quot;polygon()&quot;, &quot;margin-box&quot;, &quot;border-box&quot;, &quot;padding-box&quot;, &quot;content-box&quot;
</span><span class="cx">     ],
</span><span class="cx">     &quot;orphans&quot;: [
</span></span></pre>
</div>
</div>

</body>
</html>