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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-in-overflow-hidden-scrolled.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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 <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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 <div id="outer"> 50 <div id="outer">
51 <section> 51 <section>
52 <div class="innerWrapper"> 52 <div class="innerWrapper">
53 <div class="red"></div> 53 <div class="red"></div>
54 <div id="ucp" class="green"></div> 54 <div id="ucp" class="green"></div>
55 </div> 55 </div>
56 </section> 56 </section>
57 </div> 57 </div>
58 </body> 58 </body>
59 </html> 59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698