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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/repaint-on-layout-expected.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 <title>Test for repaint on layout of flexbox</title> 4 <title>Test for repaint on layout of flexbox</title>
5 <style> 5 <style>
6 html { 6 html {
7 height: 100% 7 height: 100%
8 } 8 }
9 9
10 .nav-bar { 10 .nav-bar {
(...skipping 19 matching lines...) Expand all
30 <nav class="nav-bar"> 30 <nav class="nav-bar">
31 <div class="nav-right"></div> 31 <div class="nav-right"></div>
32 </nav> 32 </nav>
33 <div class="item"> 33 <div class="item">
34 <div class="state"> 34 <div class="state">
35 </div> 35 </div>
36 </div> 36 </div>
37 </body> 37 </body>
38 </html> 38 </html>
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698