Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Test: shape-outside with open areas on both the left &amp; right of
<title>CSS Test: shape-outside with open areas on both the left &amp; right of
the float area</title>
<link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" />
<link href="http://www.w3.org/TR/css-shapes-1/#relation-to-box-model-and-float-behavior" rel="help" />
@ -8,7 +8,7 @@
<link href="http://www.w3.org/TR/css-shapes-1/#shape-outside-property" rel="help" />
<link href="reference/shape-outside-006-ref.xht" rel="match" />
<meta content="ahem" name="flags" />
<meta content="This test verifies that content wraps only on one side of
<meta content="This test verifies that content wraps only on one side of
the float even though there is open area on both the left
and right sides of the float." name="assert" />
<!-- This test is derived from Example 4 in this version of the spec:
@ -66,7 +66,7 @@
background-color: lightblue;
clip-path: polygon(50px 0px, 100px 100px, 0px 100px);
}
</style>
</head>
<body>
@ -86,4 +86,5 @@
</div>
<div id="triangle"></div>
</body></html>