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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/repaint-tile-clipped-expected.html

Issue 2010243002: Remove paint/invalidation/spv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <style>
4 #ref {
5 display: block;
6 min-width: 20em;
7 height: 10em;
8 position: absolute;
9 bottom: 5px;
10 border: 1px solid;
11 background-color: #0f0;
12 }
13 .wrapper{
14 position: relative;
15 }
16 .spaced{
17 padding-top: 300px;
18 width: 10em;
19 }
20 </style>
21 <p>
22 This tests that the repaint of absolutely positioned elements inside
23 relatively positioned inline blocks works correclty.
24 <a href="http://crbug.com/370945">crbug.com/370945</a>
25 </p>
26 <p>You should see a green rectangle without any missing pieces if this test pass ed. </p>
27
28 <p class='spaced'>
29 <span class='wrapper'>
30 <span id="ref"></span>
31 </span>
32 </p>
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698