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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/linux/virtual/disable-spinvalidation/compositing/squashing/selection-repaint-with-gaps-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/selection-repaint-with-gaps-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/compositing/squashing/selection-repaint-with-gaps-expected.txt
similarity index 87%
copy from third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/selection-repaint-with-gaps-expected.txt
copy to third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/compositing/squashing/selection-repaint-with-gaps-expected.txt
index 6af99267eecb9f6e77b1a3ba7b152dced0b5a558..c31a89664cc959ab6ee6b3fbe8183c752bacace4 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/selection-repaint-with-gaps-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/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, 40, 39],
- "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, 42, 39],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [0, 160, 40, 39],
- "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