| Index: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-001-expected.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-001-expected.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-001-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..25f634fe0af95d81b4c6b56f7ed0e48b8ae51450
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-001-expected.html
|
| @@ -0,0 +1,32 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <title>CSS Reference File</title>
|
| + <link rel="author" title="Bem Jones-Bey" href="bjonesbe@adobe.com"/>
|
| + <style type="text/css">
|
| + .container {
|
| + width: 150px;
|
| + height: 100px;
|
| + background-color: black;
|
| + }
|
| + img {
|
| + float: left;
|
| + }
|
| + .green {
|
| + float: right;
|
| + width: 50px;
|
| + height: 100px;
|
| + background-color: rgb(0, 100, 0);
|
| + }
|
| + </style>
|
| +</head>
|
| +<body>
|
| + <p>
|
| + The test passes if you see a green rectangle, a black rectangle, and a green rectangle next to each other. There should be no red.
|
| + </p>
|
| + <div class="container">
|
| + <img src="support/left-half-rectangle-70.png"/>
|
| + <div class="green"></div>
|
| + </div>
|
| +</body>
|
| +</html>
|
|
|