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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) Created 4 years, 8 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/compositing/squashing/add-remove-squashed-layers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
index 0837c2b53edce5ee76a0e8defa40c01930a020ce..b5eb03bed3d02ec1b9189e3f1781a82776ae4277 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
@@ -41,7 +41,6 @@ CASE 2, overlap3 gets added:
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
- "rect": [0, 0, 0, 0],
"reason": "layer"
}
],
@@ -136,16 +135,16 @@ CASE 4, overlap1 gets removed:
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow (positioned) DIV id='A' class='overlap1'",
- "rect": [0, 0, 100, 100],
- "reason": "layoutObject removal"
- },
- {
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
"rect": [160, 160, 100, 100],
"reason": "layer"
},
{
+ "object": "LayoutBlockFlow (positioned) DIV id='A' class='overlap1'",
+ "rect": [0, 0, 100, 100],
+ "reason": "layoutObject removal"
+ },
+ {
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
"rect": [0, 0, 100, 100],
"reason": "location change"
@@ -169,7 +168,6 @@ CASE 5, overlap2 gets added back:
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'",
- "rect": [0, 0, 0, 0],
"reason": "layer"
}
],
@@ -190,6 +188,11 @@ CASE 5, overlap2 gets added back:
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
+ "rect": [80, 80, 100, 100],
+ "reason": "location change"
+ },
+ {
"object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'",
"rect": [0, 0, 100, 100],
"reason": "layoutObject insertion"
@@ -198,11 +201,6 @@ CASE 5, overlap2 gets added back:
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
"rect": [0, 0, 100, 100],
"reason": "layer"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
- "rect": [80, 80, 100, 100],
- "reason": "location change"
}
]
}
@@ -223,7 +221,6 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='A' class='overlap1'",
- "rect": [0, 0, 0, 0],
"reason": "layer"
}
],
@@ -244,16 +241,6 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow (positioned) DIV id='A' class='overlap1'",
- "rect": [0, 0, 100, 100],
- "reason": "layoutObject insertion"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'",
- "rect": [0, 0, 100, 100],
- "reason": "layer"
- },
- {
"object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'",
"rect": [80, 80, 100, 100],
"reason": "location change"
@@ -262,6 +249,16 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'",
"rect": [80, 80, 100, 100],
"reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='A' class='overlap1'",
+ "rect": [0, 0, 100, 100],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'",
+ "rect": [0, 0, 100, 100],
+ "reason": "layer"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698