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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.html
similarity index 94%
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint-expected.html
copy to third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.html
index 85a57f2f1d108c6753e12ab31956f5b41e6b66a0..69dcab94439ff2c31300663cecc4d0b260c4f776 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-section-repaint-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.html
@@ -14,6 +14,7 @@
<body>
<div class="playground">
<table cellpadding="0" cellspacing="0">
+ <caption id="caption1" class="blue zero"></caption>
<tbody>
<tr>
<td class="red half"></td>
@@ -29,7 +30,7 @@
<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
- <td></td>
+ <td><div id="top" class="blue zero"></div></td>
</tr>
</tbody>
<tbody>

Powered by Google App Engine
This is Rietveld 408576698