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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/compositing/squashing/selection-repaint-with-gaps-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/compositing/squashing/selection-repaint-with-gaps-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/compositing/squashing/selection-repaint-with-gaps-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/compositing/squashing/selection-repaint-with-gaps-expected.txt
similarity index 87%
copy from third_party/WebKit/LayoutTests/platform/mac/compositing/squashing/selection-repaint-with-gaps-expected.txt
copy to third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/compositing/squashing/selection-repaint-with-gaps-expected.txt
index 3814be72bac03a892587dae96d67693d22c3883f..9d822583d202ec98176965d5f8e0ee786cad3a23 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/compositing/squashing/selection-repaint-with-gaps-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/compositing/squashing/selection-repaint-with-gaps-expected.txt
@@ -25,7 +25,7 @@ lorem ipsumlorem ipsumlorem ipsum
{
"object": "LayoutText #text",
"rect": [0, 80, 42, 36],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -41,15 +41,15 @@ lorem ipsumlorem ipsumlorem ipsum
},
{
"object": "LayoutText #text",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'lorem'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'ipsum'",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -79,12 +79,12 @@ lorem ipsumlorem ipsumlorem ipsum
{
"object": "LayoutText #text",
"rect": [0, 80, 44, 36],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [0, 160, 42, 36],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -100,15 +100,15 @@ lorem ipsumlorem ipsumlorem ipsum
},
{
"object": "LayoutText #text",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'lorem'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'ipsum'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='item2' class='item'",
@@ -120,15 +120,15 @@ lorem ipsumlorem ipsumlorem ipsum
},
{
"object": "LayoutText #text",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'lorem'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'ipsum'",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698