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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <style> 5 <style>
6 body { 6 body {
7 margin: 0; 7 margin: 0;
8 } 8 }
9 9
10 .group { 10 .group {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <div class="sticky box" style="top: 100px;"></div> 52 <div class="sticky box" style="top: 100px;"></div>
53 </div> 53 </div>
54 </div> 54 </div>
55 55
56 <div class="group" style="top: 100px"> 56 <div class="group" style="top: 100px">
57 <div class="indicator box" style="top: 0;"></div> 57 <div class="indicator box" style="top: 0;"></div>
58 <div class="container"> 58 <div class="container">
59 <div class="sticky box" style="top: 0;"></div> 59 <div class="sticky box" style="top: 0;"></div>
60 </div> 60 </div>
61 </div> 61 </div>
62 <div style="position: absolute; top: 520px;">
63 This test checks that sticky positioned table theads are contained by thei r table.
64 There should be no red.
65 </div>
62 </body> 66 </body>
63 </html> 67 </html>
OLDNEW
« 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