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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/repaint/composited-non-stacking-context-not-invalidation-container-expected.html

Issue 2327223002: Move all remaining fast/repaint tests 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 <style>
3 #non-composited-pseudo-stacking-context-descendant {
4 position: relative;
5 top: 10px;
6 width: 400px;
7 background: green;
8 }
9 </style>
10 <div id="non-composited-pseudo-stacking-context-descendant">
11 This test succeed if the text gets repainted with a green background.<br/>
12 The text belongs to a (pseudo) stacking context that is enclosed by a compos ited
13 non-stacking context. Since the parent is not a stacking context, this (pseu do)
14 stacking context should be painted as a child stacking context of the root.
15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698