| Index: LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
|
| diff --git a/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt b/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
|
| index ffd9a458daa4e88b8657f47b54360b2f789099fb..4a81d2d88da60bef9358b1c0e5eadb345c9d84a2 100644
|
| --- a/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
|
| +++ b/LayoutTests/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
|
| @@ -8,12 +8,18 @@
|
| "children": [
|
| {
|
| "bounds": [300, 300],
|
| + "paintInvalidationClients": [
|
| + "LayoutHTMLCanvas (positioned) CANVAS"
|
| + ],
|
| "children": [
|
| {
|
| "bounds": [200, 200],
|
| "drawsContent": true,
|
| "repaintRects": [
|
| [0, 0, 200, 200]
|
| + ],
|
| + "paintInvalidationClients": [
|
| + "LayoutHTMLCanvas (positioned) CANVAS"
|
| ]
|
| }
|
| ]
|
|
|