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

Unified Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/pending-resource-after-removal-expected.txt

Issue 2778033002: Auto-rebaseline for r459688 (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/mask-child-changes-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/pending-resource-after-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/pending-resource-after-removal-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/pending-resource-after-removal-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..079cc154becc55466837254756cbb4c1f3183412
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/pending-resource-after-removal-expected.txt
@@ -0,0 +1,72 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 200, 200],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 200, 200],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 200, 200],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGRect rect id='shape'",
+ "rect": [0, 0, 200, 200],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGRect rect id='shape'",
+ "rect": [0, 0, 200, 200],
+ "reason": "SVG resource change"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutSVGResourcePattern pattern id='pat'",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGRect rect id='shape'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGResourcePattern pattern id='pat'",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGResourcePattern pattern id='pat'",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGRect rect id='shape'",
+ "reason": "SVG resource change"
+ }
+ ]
+}
+
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/mask-child-changes-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698