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

Unified Diff: LayoutTests/fast/table/resize-table-row-repaint-expected.txt

Issue 403723004: Add several repaint tests in case of table resize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 5 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: LayoutTests/fast/table/resize-table-row-repaint-expected.txt
diff --git a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.txt b/LayoutTests/fast/table/resize-table-row-repaint-expected.txt
similarity index 69%
copy from LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.txt
copy to LayoutTests/fast/table/resize-table-row-repaint-expected.txt
index 2b09e774e4799fff34613473155c2ecea9a469de..56a8c295e09d6445d9805b305080927b990faf12 100644
--- a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.txt
+++ b/LayoutTests/fast/table/resize-table-row-repaint-expected.txt
@@ -6,8 +6,9 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [1, 50, 314, 200],
- [1, 50, 314, 200]
+ [2, 2, 102, 200],
+ [2, 2, 102, 100],
+ [0, 102, 106, 100]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698