Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/clipped-relative-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.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <html>
2 <body>
3 <p>
4 This is a repaint test for <i><a href="https://bugs.webkit.org/show_bug. cgi?id=9121">http://bugzilla.opendarwin.org/show_bug.cgi?id=9121</a>
5 REGRESSION: [Incremental Repaint] DHTML movement test failures</i>.
6 </p>
7 <hr>
8 <div id='outer' style="position: relative; overflow: hidden; width: 214px; h eight: 232px;">
9 <div id="i" style="position: relative; left: 430px;">
10 <div id='inner' style="position: absolute; left: -440px; width: 214p x; height: 232px;">
11 <img src="resources/apple.jpg">
12 </div>
13 </div>
14 </div>
15 </body>
OLDNEW

Powered by Google App Engine