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 b5eb03bed3d02ec1b9189e3f1781a82776ae4277..94316388d71803453195ae8549c2e1d649bd82d5 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 |
@@ -63,7 +63,7 @@ CASE 2, overlap3 gets added: |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'", |
"rect": [160, 160, 100, 100], |
- "reason": "location change" |
+ "reason": "layoutObject insertion" |
} |
] |
} |
@@ -147,7 +147,7 @@ CASE 4, overlap1 gets removed: |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'", |
"rect": [0, 0, 100, 100], |
- "reason": "location change" |
+ "reason": "compositing update" |
} |
] |
} |
@@ -190,7 +190,7 @@ CASE 5, overlap2 gets added back: |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'", |
"rect": [80, 80, 100, 100], |
- "reason": "location change" |
+ "reason": "compositing update" |
}, |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'", |
@@ -243,7 +243,7 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed: |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='B' class='overlap2'", |
"rect": [80, 80, 100, 100], |
- "reason": "location change" |
+ "reason": "compositing update" |
}, |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='C' class='overlap3'", |