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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/change-text-content-and-background-color-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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 input {
4 background-color: green;
5 position: absolute;
6 font-size: 20px;
7 padding: 20px;
8 width: 200px;
9 }
10 </style>
11 <input id="input" type="text" value="NEW">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698