Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/control-clip-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.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title></title>
4 <style>
5 select, button { display: block; height: 30px; width: 200px; }
6 select { -webkit-appearance: none; }
7 </style>
8 </head>
9 <body>
10 <p>
11 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13391">http: //bugs.webkit.org/show_bug.cgi?id=13391</a>
12 REGRESSION (r18819): Incomplete repaint of button text</i>.
13 </p>
14 <p>
15 The popup and the button should say &ldquo;SUCCESS&rdquo; with no sign o f &ldquo;FAILURE&rdquo;.
16 </p>
17 <select id="popup">
18 <option selected>SUCCESS</option>
19 </select>
20 <button id="button">SUCCESS</button>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine