Index: LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt |
diff --git a/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt b/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt |
similarity index 60% |
copy from LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt |
copy to LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt |
index ebf0914ea5cac8877d8384cbacaa55cb5e100244..e135b81117c09502a01fd70253c337f40c2faf0c 100644 |
--- a/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt |
+++ b/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt |
@@ -6,8 +6,12 @@ |
"contentsOpaque": true, |
"drawsContent": true, |
"repaintRects": [ |
+ [100, 200, 40, 140], |
+ [100, 0, 40, 140], |
+ [20, 220, 100, 100], |
+ [0, 300, 140, 40], |
[0, 200, 100, 100], |
- [0, 0, 100, 100] |
+ [0, 100, 140, 40] |
] |
} |
] |