| Index: third_party/WebKit/LayoutTests/fast/table/containment-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/table/containment-expected.txt b/third_party/WebKit/LayoutTests/fast/table/containment-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..248ed7c08e747439387b3ed251157b6419b41ead
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/table/containment-expected.txt
|
| @@ -0,0 +1,7 @@
|
| +This shouldn't crash and there should be a green square.
|
| +
|
| +FAIL:
|
| +Expected 16 for height, but got 52.
|
| +
|
| +<table id="table2" style="height:20px;width:20px">
|
| +<tr id="row"><td style="height:50px;width:50px;background:green" data-expected-width="16" data-expected-height="16"></td></tr></table>
|
|
|