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>.
|
+ ] |
+ } |
+ ] |
+} |
+ |