| Index: LayoutTests/fast/css/sticky/sticky-vertically-overconstrained-expected.html
|
| diff --git a/LayoutTests/fast/css/sticky/sticky-top-expected.html b/LayoutTests/fast/css/sticky/sticky-vertically-overconstrained-expected.html
|
| similarity index 87%
|
| copy from LayoutTests/fast/css/sticky/sticky-top-expected.html
|
| copy to LayoutTests/fast/css/sticky/sticky-vertically-overconstrained-expected.html
|
| index eca9bcf536dd40c957c8e1d3c7e86d1d2a43b8ea..ad4a88bbae99360779bec173ac71d0aaf2c780c0 100644
|
| --- a/LayoutTests/fast/css/sticky/sticky-top-expected.html
|
| +++ b/LayoutTests/fast/css/sticky/sticky-vertically-overconstrained-expected.html
|
| @@ -59,5 +59,9 @@
|
| <div class="sticky box" style="top: 0;"></div>
|
| </div>
|
| </div>
|
| + <div style="position: absolute; top: 520px;">
|
| + This test checks that sticky positioned table theads are contained by their table.
|
| + There should be no red.
|
| + </div>
|
| </body>
|
| </html>
|
|
|