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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/opacity-change-on-overflow-float.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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 div { 4 div {
5 width: 100px; 5 width: 100px;
6 height:100px; 6 height:100px;
7 overflow:hidden; 7 overflow:hidden;
8 float:left; 8 float:left;
9 } 9 }
10 10
(...skipping 30 matching lines...) Expand all
41 41
42 And on the third day, he rested. --> REGRESSION (r41203): Facebook friend sugges tions disappear on update. Make sure when a layer switches 42 And on the third day, he rested. --> REGRESSION (r41203): Facebook friend sugges tions disappear on update. Make sure when a layer switches
43 from being self-painting to non-self-painting that a layout happens to fix up th e floating objects lists. You should see a 100x100 green square below. 43 from being self-painting to non-self-painting that a layout happens to fix up th e floating objects lists. You should see a 100x100 green square below.
44 If you see any red, the test has failed. 44 If you see any red, the test has failed.
45 </p> 45 </p>
46 <div class="red"> 46 <div class="red">
47 <div class="green" style="opacity:0.5"> 47 <div class="green" style="opacity:0.5">
48 </div> 48 </div>
49 </div> 49 </div>
50 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698