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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/focus-ring.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 <style>
2 div {
3 width: 100px;
4 height: 100px;
5 outline: auto;
6 outline-width: 10px;
7 background-color: lightyellow;
8 }
9 </style>
10 <div style="margin: 20px; "></div>
11 <div style="position: absolute; top: 148px; left: 28px; clip: rect(-10px 50px 50 px -10px)"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698