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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/spinvalidation/paint/invalidation/bugzilla-5699-expected.txt

Issue 2554743002: Avoid double paint offset of SVGForeignObject visual rect (Closed)
Patch Set: Rebaseline bugzilla-5669.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/win/virtual/spinvalidation/paint/invalidation/bugzilla-5699-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/spinvalidation/paint/invalidation/bugzilla-5699-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/spinvalidation/paint/invalidation/bugzilla-5699-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..578361f3a0d6f1dda5e417eb7c4fb67e2d572660
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/spinvalidation/paint/invalidation/bugzilla-5699-expected.txt
@@ -0,0 +1,103 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow P",
+ "rect": [8, 130, 784, 66],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 178, 36, 17],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 148, 36, 17],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutInline SPAN id='d'",
+ "rect": [8, 145, 4, 17],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 145, 4, 17],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 130, 4, 17],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBR BR",
+ "rect": [43, 178, 1, 17],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "rect": [43, 148, 1, 17],
+ "reason": "forced by layout"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow P",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutInline SPAN id='d'",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineFlowBox",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'Hello'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBR BR",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698