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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/repaint-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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <style>
4 #flexbox {
5 display: flex;
6 }
7
8 #left {
9 flex: 1;
10 background-color: yellow;
11 }
12
13 #content {
14 flex: 5 0 0px;
15 background-color: grey;
16 }
17 </style>
18 <br><br><br><br><br><br>
19 <div id="flexbox">
20 <div id="left"></div>
21 <div id="content">
22 <p style="margin: 0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ae nean laoreet dolor id urna eleifend aliquet. Nulla vel dolor ipsum. Aliquam ut t urpis nisl, in vulputate sapien. Cum sociis natoque penatibus et magnis dis part urient montes, nascetur ridiculus mus. Sed congue magna vitae dolor feugiat vehi cula. Sed volutpat, tellus vel varius vestibulum, purus quam mollis sapien, in c ondimentum leo neque sed nulla. Nunc quis porta elit. Pellentesque erat lectus, ultricies a lobortis id, faucibus id quam.</p>
23 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698