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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/sticky/sticky-table-th-top-expected.html

Issue 2711803002: Disallow 'position: sticky' on <thead> and <tr> elements. (Closed)
Patch Set: Correct layout tests Created 3 years, 10 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 <html> 3 <html>
3 <head> 4 <head>
4 <style> 5 <style>
5 body { 6 body {
6 margin: 0; 7 margin: 0;
7 height: 2000px; 8 height: 2000px;
8 overflow: hidden; /* hide scrollbars */ 9 overflow: hidden; /* hide scrollbars */
9 } 10 }
10 11
11 .group { 12 .group {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 </div> 55 </div>
55 </div> 56 </div>
56 57
57 <div class="group" style="top: 100px"> 58 <div class="group" style="top: 100px">
58 <div class="indicator box" style="top: 0;"></div> 59 <div class="indicator box" style="top: 0;"></div>
59 <div class="container"> 60 <div class="container">
60 <div class="sticky box" style="top: 0;"></div> 61 <div class="sticky box" style="top: 0;"></div>
61 </div> 62 </div>
62 </div> 63 </div>
63 <div style="position: absolute; top: 520px;"> 64 <div style="position: absolute; top: 520px;">
64 This test checks that sticky positioned table rows are contained by their ta ble. 65 This test checks that sticky positioned table ths are contained by their tab le.
65 There should be no red. 66 There should be no red.
66 </div> 67 </div>
67 </body> 68 </body>
68 </html> 69 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698