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

Side by Side Diff: LayoutTests/fast/repaint/scrolled-iframe-scrollbar-change.html

Issue 271803002: [RAL] Fix nested non-composited RenderView repainting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moar rebaselines Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <head>
3 <style>
4 body {
5 overflow: hidden;
6 }
7 div {
8 position: absolute;
9 top: 0;
10 bottom: 0;
11 left: 0;
12 right: 0;
13 }
14 iframe {
15 display: block;
16 width: 100%;
17 height: 100%;
18 }
19 </style>
20 </head>
21 <body>
22 <div><iframe src="resources/repaint-with-scrollbar-change.html"></iframe></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698