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

Unified Diff: LayoutTests/compositing/repaint/should-not-clip-composited-scrolling-layer2-expected.txt

Issue 566433002: Don't clip invalidation of composited scrolling contents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/compositing/repaint/should-not-clip-composited-scrolling-layer2-expected.txt
diff --git a/LayoutTests/platform/mac-snowleopard/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt b/LayoutTests/compositing/repaint/should-not-clip-composited-scrolling-layer2-expected.txt
similarity index 63%
copy from LayoutTests/platform/mac-snowleopard/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
copy to LayoutTests/compositing/repaint/should-not-clip-composited-scrolling-layer2-expected.txt
index f23466f359fbdd5ade6b192e7c05e34d646ed981..0316f02c5136f787b30c690bcf53116b36bed3f5 100644
--- a/LayoutTests/platform/mac-snowleopard/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-content-expected.txt
+++ b/LayoutTests/compositing/repaint/should-not-clip-composited-scrolling-layer2-expected.txt
@@ -8,21 +8,23 @@
"children": [
{
"position": [8, 8],
- "bounds": [200, 200],
+ "bounds": [500, 500],
"drawsContent": true,
"repaintRects": [
- [0, 0, 185, 200]
+ [0, 0, 500, 500],
+ [0, 0, 500, 500]
Xianzhu 2014/09/10 23:45:13 This is not fully correct that both the container
],
"children": [
{
- "bounds": [185, 185],
+ "bounds": [485, 485],
"children": [
{
- "bounds": [185, 1200],
+ "bounds": [5000, 5000],
"shouldFlattenTransform": false,
"drawsContent": true,
"repaintRects": [
- [0, 0, 185, 200]
+ [2000, 2000, 3000, 3000],
Xianzhu 2014/09/10 23:45:13 This is because of the previousPaintInvalidationRe
+ [0, 0, 5000, 5000]
],
"children": [
{
@@ -35,22 +37,23 @@
{
"children": [
{
- "position": [0, 185],
- "bounds": [185, 15],
- "drawsContent": true
+ "position": [0, 485],
+ "bounds": [485, 15],
+ "drawsContent": true,
+ "repaintRects": [
+ [0, 0, 485, 15]
+ ]
},
{
- "position": [185, 0],
- "bounds": [15, 185],
+ "position": [485, 0],
+ "bounds": [15, 485],
"drawsContent": true,
"repaintRects": [
- [0, 0, 15, 185],
- [0, 0, 15, 185],
- [0, 0, 15, 185]
+ [0, 0, 15, 485]
]
},
{
- "position": [185, 185],
+ "position": [485, 485],
"bounds": [15, 15],
"drawsContent": true
}

Powered by Google App Engine
This is Rietveld 408576698