| Index: LayoutTests/ietestcenter/css3/flexbox/flexbox-layout-002-expected.htm
|
| diff --git a/LayoutTests/ietestcenter/css3/flexbox/flexbox-layout-002-expected.htm b/LayoutTests/ietestcenter/css3/flexbox/flexbox-layout-002-expected.htm
|
| deleted file mode 100644
|
| index 7a1cecb9accc8043e0eb0a03d0eb582924e28ad9..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/ietestcenter/css3/flexbox/flexbox-layout-002-expected.htm
|
| +++ /dev/null
|
| @@ -1,35 +0,0 @@
|
| -<!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: Flexbox must shrink to fit child content - Reference </title>
|
| - <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
|
| - <link rel="help" href="http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/"/>
|
| - <style type="text/css">
|
| - table
|
| - {
|
| - border: 0px;
|
| - border-collapse:collapse;
|
| - border-spacing:0px 0px;
|
| - background: green;
|
| - }
|
| - td
|
| - {
|
| - width:100px;
|
| - vertical-align:text-top;
|
| - padding: 0px;
|
| - }
|
| -
|
| - </style>
|
| - </head>
|
| - <body>
|
| - <p>Test passes if there is no red visible on the page.</p>
|
| - <div>
|
| - <table>
|
| - <tr>
|
| - <td>100px wide child</td>
|
| - <td>100px wide child</td>
|
| - </tr>
|
| - </table>
|
| - </div>
|
| - </body>
|
| -</html>
|
|
|