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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-4-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/fast/repaint/crbug-371640-4-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-4-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-4-expected.txt
index de2d511754ab674a1d728481d18faedc555d7c1f..9503ff7cb4c04a7cad3e6675cfc8681f69e61769 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-4-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-4-expected.txt
@@ -9,17 +9,17 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
"rect": [408, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_inner' class='inner'",
"rect": [408, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_outer' class='outer'",
"rect": [408, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) (floating) DIV id='node' class='outer'",
@@ -34,7 +34,7 @@
{
"object": "LayoutBlockFlow DIV id='keep' class='item'",
"rect": [408, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow DIV id='to_remove' class='item'",
@@ -44,27 +44,27 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
"rect": [208, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_inner' class='inner'",
"rect": [208, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_outer' class='outer'",
"rect": [208, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow DIV id='keep' class='item'",
"rect": [208, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [408, 88, 4, 19],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
@@ -74,7 +74,7 @@
{
"object": "LayoutText #text",
"rect": [208, 88, 4, 19],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox '\u00A0'",
@@ -82,7 +82,7 @@
},
{
"object": "InlineTextBox '\u00A0'",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "RootInlineBox",

Powered by Google App Engine
This is Rietveld 408576698