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

Unified Diff: LayoutTests/fast/table/outline-change-in-table-cell-expected.txt

Issue 744493002: Let RenderTable reach table cells needing overflow recalc (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix layout test crash Created 6 years, 1 month 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/outline-change-in-table-cell-expected.txt
diff --git a/LayoutTests/fast/table/outline-change-in-table-cell-expected.txt b/LayoutTests/fast/table/outline-change-in-table-cell-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bed051156b957dd8f85d76902d84059718b549da
--- /dev/null
+++ b/LayoutTests/fast/table/outline-change-in-table-cell-expected.txt
@@ -0,0 +1,22 @@
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [40, 148, 102, 102],
+ [40, 148, 102, 102],
+ [38, 146, 106, 106],
+ [38, 146, 106, 106],
+ [21, 129, 140, 140],
+ [21, 129, 140, 140],
+ [21, 129, 140, 140],
+ [21, 129, 140, 140],
Julien - ping for review 2014/11/22 02:35:04 That's a lot of invalidations when you *know* that
Xianzhu 2014/11/24 17:23:00 These are expected based on current table layout c
+ [8, 252, 784, 17]
Julien - ping for review 2014/11/22 02:35:04 That's a lot of invalidations when we *know* that
Xianzhu 2014/11/24 17:23:00 This is the overflow change of <BODY>. I can make
Xianzhu 2014/11/24 17:23:00 The overflow change also propagates to <BODY>.
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698