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

Side by Side Diff: LayoutTests/paint/invalidation/spv2/selection-clear-after-move-expected.html

Issue 1302183007: Convert some text-based-repaint tests for spv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../../fast/repaint/../../resources/run-after-layout-and-paint.js "></script>
3 <style>
4 img {
5 vertical-align: text-bottom;
6 width: 50px;
7 height: 50px;
8 }
9 div {
10 position: absolute;
11 top: 300px;
12 left: 100px;
13 }
14 </style>
15 Tests paint invalidation of selection when its cleared after the container is mo ved.<br>
16 Passes if no selection left.
17 <div id="div">
18 <img></img>
19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698