| Index: LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003-expected.html
|
| diff --git a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003-expected.html b/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003-expected.html
|
| deleted file mode 100644
|
| index 04fffb4093b5545b9981b3652b5b2ecd57921dcd..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003-expected.html
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>CSS Reference</title>
|
| -<link rel="author" title="Adobe" href="http://html.adobe.com/">
|
| -<link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
|
| -<link rel="help" href="http://dev.w3.org/csswg/css-shapes-1/#relation-to-box-model-and-float-behavior">
|
| -<meta name="flags" content="ahem">
|
| -<head>
|
| -<style>
|
| -.container {
|
| - font: 20px/1 Ahem, sans-serif;
|
| - width: 100px;
|
| - height: 60px;
|
| - border: 1px solid black;
|
| - color: green;
|
| - display: inline-block;
|
| - background-color: red;
|
| -}
|
| -</style>
|
| -
|
| -<body>
|
| - <p>This should display two green rectangles. You should not see any red.</p>
|
| - <div class="container">
|
| - XXXXX
|
| - XXXXX
|
| - XXXXX
|
| - </div>
|
| - <div class="container">
|
| - XXXXX
|
| - XXXXX
|
| - XXXXX
|
| - </div>
|
| -</body>
|
|
|