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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-expected.txt
index 757a6f114cad1ce0d834d5bf3095bf8c0f8ddc7a..1ca6fc4fb072a8a15dc1e24536f9c179518e8b8c 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutBlockFlow (floating) DIV id='container'",
"rect": [88, 88, 520, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'",
"rect": [348, 88, 260, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (floating) DIV id='node' class='outer'",
@@ -24,7 +24,7 @@
{
"object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_inner' class='inner'",
"rect": [348, 88, 260, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_remove_inner' class='inner'",
@@ -34,22 +34,22 @@
{
"object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'",
"rect": [88, 88, 260, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_inner' class='inner'",
"rect": [88, 88, 260, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
"rect": [348, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow DIV id='keep' class='item'",
"rect": [348, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow DIV id='to_remove' class='item'",
@@ -59,17 +59,17 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
"rect": [88, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow DIV id='keep' class='item'",
"rect": [88, 88, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [348, 88, 4, 19],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
@@ -79,7 +79,7 @@
{
"object": "LayoutText #text",
"rect": [88, 88, 4, 19],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox '\u00A0'",
@@ -87,7 +87,7 @@
},
{
"object": "InlineTextBox '\u00A0'",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "RootInlineBox",

Powered by Google App Engine
This is Rietveld 408576698