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

Side by Side Diff: LayoutTests/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled.html

Issue 8520027: Merge 99752 - REGRESSION (r93614): Content remains despite parent element being scrolled off page... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 1 month 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 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="resources/default.css"> 4 <link rel="stylesheet" href="resources/default.css">
5 <style> 5 <style>
6 #outer { 6 #outer {
7 position: relative; 7 position: relative;
8 overflow: hidden; 8 overflow: hidden;
9 height: 200px; 9 height: 200px;
10 } 10 }
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 <div id="outer"> 61 <div id="outer">
62 <section> 62 <section>
63 <div class="innerWrapper"> 63 <div class="innerWrapper">
64 <div class="red"></div> 64 <div class="red"></div>
65 <table id="ucp" class="green"><td style="height: 190px"></td></t able> 65 <table id="ucp" class="green"><td style="height: 190px"></td></t able>
66 </div> 66 </div>
67 </section> 67 </section>
68 </div> 68 </div>
69 </body> 69 </body>
70 </html> 70 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698