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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/svg/js-late-gradient-creation-expected.txt

Issue 2543293002: Add virtual/spinvalidation/paint/invalidation test suite (Closed)
Patch Set: Rebaseline virtual/spinvalidation/paint/invalidation/select-option-background-color.html Created 4 years 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/platform/linux/virtual/spinvalidation/paint/invalidation/svg/js-late-gradient-creation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/svg/js-late-gradient-creation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/svg/js-late-gradient-creation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..51d141985262ea8e323544bd10dacf8c16fa90cf
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/svg/js-late-gradient-creation-expected.txt
@@ -0,0 +1,53 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGInlineText #text",
+ "rect": [33, 23, 697, 194],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "rect": [33, 23, 697, 194],
+ "reason": "style change"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutSVGText text",
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'Gradient on fill'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutSVGResourceLinearGradient linearGradient id='dynGrad'",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGGradientStop stop",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGGradientStop stop",
+ "reason": "layoutObject insertion"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698