| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-rectilinear-polygon-003-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rectilinear-polygon-003-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rectilinear-polygon-003-expected.html
|
| deleted file mode 100644
|
| index b1cfd0f6e1a0549703d1d26105808fcbf1982054..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rectilinear-polygon-003-expected.html
|
| +++ /dev/null
|
| @@ -1,49 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -
|
| -<!--
|
| -Test test creates a rectilinear polygon with this shape:
|
| - XXXXXXXX
|
| - XXXX
|
| - XXXXXXXX
|
| --->
|
| -
|
| -<style id="stylesheet">
|
| - #shape-inside, #shape-outline {
|
| - position: absolute;
|
| - top: 0;
|
| - left: 0;
|
| - width: 400px;
|
| - height: 200px;
|
| - margin: 0;
|
| - }
|
| -
|
| - #shape-inside {
|
| - word-wrap: break-word;
|
| - font: 50px/1 Ahem, sans-serif;
|
| - color: green;
|
| - }
|
| -
|
| - #shape-outline {
|
| - fill: none;
|
| - stroke: blue;
|
| - }
|
| -
|
| - #informative-text {
|
| - position: absolute;
|
| - top: 150px;
|
| - }
|
| -</style>
|
| -</head>
|
| -
|
| -</head>
|
| -<body>
|
| - <div id="shape-inside">XXXXXXXX<br/> XXXX<br/>XXXXXXXX</div>
|
| - <svg id="shape-outline" xmlns="http://www.w3.org/2000/svg">
|
| - <polygon points="0,0 400,0 400,50 300,50 300,100 400,100 400,150 0,150 0,100 100,100 100,50 0,50"/>
|
| - </svg>
|
| - <p id="informative-text">
|
| - This test requires the Ahem font. It creates a rectilinear polygonal shape-inside and a
|
| - matching stroked SVG polygon. The content should just fill the shape with solid green.</p>
|
| -</html>
|
|
|