Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-caret-before-text-node-update-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-caret-before-text-node-update-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-caret-before-text-node-update-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f90b43e64e04db0dc10c3a7bdba407f2fe82888c |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-caret-before-text-node-update-expected.txt |
@@ -0,0 +1,37 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='root' class='editing'", |
+ "rect": [7, 7, 786, 20], |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [8, 8, 10, 18], |
+ "reason": "layoutObject removal" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='root' class='editing'", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "Caret", |
+ "reason": "caret" |
+ } |
+ ] |
+} |
+ |