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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/outline-repaint-glitch-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/win/paint/invalidation/outline-repaint-glitch-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/outline-repaint-glitch-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/outline-repaint-glitch-expected.txt
index 3c33c06ce13d27045bf4ce8c552f64a1ffb34d9a..ffe5fbe314b65153bcfff64201f06c9f0ad711bb 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/outline-repaint-glitch-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/outline-repaint-glitch-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutBlockFlow DIV",
"rect": [15, 391, 208, 68],
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV",
"rect": [15, 229, 208, 68],
- "reason": "border box change"
+ "reason": "geometry"
}
]
}
@@ -22,7 +22,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow DIV",
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='a'",
@@ -30,7 +30,7 @@
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='b'",

Powered by Google App Engine
This is Rietveld 408576698