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

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: Avoid O(rows*cols) 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..7ef4d67177c533b1b210169b4920d580e391c833
--- /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": [
+ [60, 168, 102, 102],
+ [60, 168, 102, 102],
+ [58, 166, 106, 106],
+ [58, 166, 106, 106],
+ [41, 149, 140, 140],
+ [41, 149, 140, 140],
+ [41, 149, 140, 140],
+ [41, 149, 140, 140],
+ [8, 272, 784, 17]
Xianzhu 2014/11/24 23:03:28 The above invalidation is caused by crbug.com/4361
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698