Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: LayoutTests/fast/css/sticky/sticky-vertically-overconstrained-expected.html

Issue 267063007: Fix overconstrained behaviour for position: sticky. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated by review comments. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/fast/css/sticky/sticky-vertically-overconstrained.html ('k') | Source/core/rendering/RenderBoxModelObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698