| Index: LayoutTests/fast/table/table-cell-border-doctype-expected.html
|
| diff --git a/LayoutTests/fast/table/table-cell-border-doctype-expected.html b/LayoutTests/fast/table/table-cell-border-doctype-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a753f68dd5484672d35fb1a507516ca6f12368d3
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/table/table-cell-border-doctype-expected.html
|
| @@ -0,0 +1,21 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <style>
|
| + #parent {
|
| + border: 1px solid blue;
|
| + width: 194px;
|
| + height: 94px;
|
| + display:table;
|
| + padding:2px;
|
| + }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <div id="parent">
|
| + <p style="display:table-cell;border: 1px solid red;background-color: yellow;"></p>
|
| + <p style="display:table-cell;width:2px"></p>
|
| + <p style="display:table-cell;border: 1px solid red;"></p>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|