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

Unified Diff: LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt

Issue 988443003: Don't add artifical 1 pixel width to empty tables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 6 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/platform/linux/fast/repaint/table-cell-move-expected.txt
diff --git a/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt b/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt
index 03398c7e26b525ef367925c8f8fa70e2dca9f2d8..ebd434252547cfe497d98658343d465cdf57c805 100644
--- a/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt
+++ b/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt
@@ -6,15 +6,15 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [8, 326, 61, 60],
- [8, 326, 61, 60],
- [8, 266, 61, 60],
- [8, 206, 61, 180],
- [8, 206, 61, 180],
- [8, 206, 61, 60],
- [8, 146, 61, 180],
- [8, 146, 61, 180],
- [8, 146, 61, 60]
+ [8, 326, 60, 60],
+ [8, 326, 60, 60],
+ [8, 266, 60, 60],
+ [8, 206, 60, 180],
+ [8, 206, 60, 180],
+ [8, 206, 60, 60],
+ [8, 146, 60, 180],
+ [8, 146, 60, 180],
+ [8, 146, 60, 60]
],
"paintInvalidationClients": [
"LayoutTableCell TD",

Powered by Google App Engine
This is Rietveld 408576698