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

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, 2 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 75%
copy from third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
copy to third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/margin-expected.txt
index f3488cf7542d08a01aa0e3307d9dfcdbe234a91c..bf8debf41a62d62751ecedc4ca76e2a31dbd31c9 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/margin-expected.txt
@@ -1,7 +1,5 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
@@ -14,9 +12,9 @@
"reason": "bounds change"
},
{
- "object": "LayoutBlockFlow (positioned) DIV id='target'",
+ "object": "",
"rect": [0, 0, 100, 100],
- "reason": "bounds change"
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698