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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/bugzilla-3509-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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="en">
3 <body>
4 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=3509">Bugzill a bug 3509</a> REGRESSION(125-412) Portion of nested table is not painted correc tly on cafepress site</p>
5
6 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</ b>
7 The blue rectangle will change into a square.
8 </p>
9
10 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
11 The blue rectangle will change into a shape that is not square.
12 </p>
13
14 <table width="100%">
15 <tr>
16 <td style="width: 100px;">
17 <div id="qu" style="margin-top: 2.0__qem;"></div>
18 <div id="im" style="height: 100px; width: 100px; background: blu e;">&nbsp;</div>
19 </td>
20 </tr>
21 </table>
22
23 </body>
24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698