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

Unified Diff: third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/margin-expected.txt

Issue 2380683006: SPv2: Add support for tracking raster paint invalidations in testing. (Closed)
Patch Set: none Created 4 years, 3 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/virtual/spv2/paint/invalidation/margin-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt b/third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/margin-expected.txt
similarity index 74%
rename from third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
rename to third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/margin-expected.txt
index f3488cf7542d08a01aa0e3307d9dfcdbe234a91c..5bd8b035ffc53c84b803e7bc137190f60d36a0ec 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/margin-expected.txt
@@ -1,9 +1,7 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
- "name": "LayoutView #document",
+ "id": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -11,12 +9,12 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='target'",
"rect": [20, 20, 100, 100],
- "reason": "bounds change"
+ "reason": "full"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='target'",
"rect": [0, 0, 100, 100],
- "reason": "bounds change"
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698