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

Unified Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/selected-replaced-expected.txt

Issue 2759933006: Rebaseline several invalidation tests (Closed)
Patch Set: Rebase Created 3 years, 9 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/disable-spinvalidation/paint/invalidation/selected-replaced-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selected-replaced-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/selected-replaced-expected.txt
similarity index 51%
rename from third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selected-replaced-expected.txt
rename to third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/selected-replaced-expected.txt
index 4207cf108c9df9f8802ce52c3172878fc8e0417d..03acc3b44d184ca8075371cbd2c870667e93a6bf 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selected-replaced-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/selected-replaced-expected.txt
@@ -1,7 +1,7 @@
{
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -9,28 +9,34 @@
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [8, 68, 784, 236],
- "reason": "invalidate paint rectangle"
+ "reason": "forced by layout"
},
{
"object": "LayoutImage (relative positioned) IMG id='test' class='moved'",
"rect": [8, 148, 214, 232],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutImage (relative positioned) IMG id='test' class='moved'",
"rect": [8, 68, 214, 232],
- "reason": "bounds change"
- },
- {
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
+ "reason": "forced by layout"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutImage (relative positioned) IMG id='test' class='moved'",
+ "reason": "forced by layout"
+ }
]
}
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win7/virtual/disable-spinvalidation/paint/invalidation/hover-invalidation-table-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698