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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/quotes-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/virtual/disable-spinvalidation/paint/invalidation/quotes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/quotes-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/quotes-expected.txt
similarity index 95%
copy from third_party/WebKit/LayoutTests/platform/win/paint/invalidation/quotes-expected.txt
copy to third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/quotes-expected.txt
index 37f8ffc0cf09661fbeb28720921cb1d6546b58da..4667862a1ea9ee69c5c8b46ab6a0d015e83c3789 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/quotes-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/quotes-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow DIV",
"rect": [8, 28, 784, 20],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
@@ -42,11 +42,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow DIV",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutInline Q id='q2' class='q-changed'",

Powered by Google App Engine
This is Rietveld 408576698