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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: third_party/WebKit/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt
index 4cf684261e2dcc23990bb99e5a4146991fcf4b1a..30340f0fa18c9cd6802f62cfeb753e8c99cfcb8e 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt
@@ -5,30 +5,77 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [209, 9, 200, 400],
- [209, 9, 200, 400],
- [169, 169, 80, 80],
- [89, 189, 40, 40],
- [9, 109, 200, 200],
- [9, 109, 200, 200],
- [9, 9, 400, 400],
- [9, 9, 400, 400],
- [9, 9, 400, 400],
- [8, 8, 402, 405],
- [8, 8, 202, 405]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineBox",
- "LayoutBlockFlow div id='contentBox'",
- "RootInlineBox",
- "LayoutEmbeddedObject object",
- "LayoutView #document",
- "LayoutView #document",
- "LayoutSVGRoot svg",
- "LayoutSVGRect rect",
- "LayoutSVGEllipse circle"
+ "paintInvalidations": [
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow div id='contentBox'",
+ "rect": [8, 8, 202, 405],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow div id='contentBox'",
+ "rect": [8, 8, 402, 405],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutEmbeddedObject object",
+ "rect": [209, 9, 200, 400],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "rect": [89, 189, 40, 40],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "rect": [169, 169, 80, 80],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [9, 109, 200, 200],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [9, 9, 400, 400],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [9, 109, 200, 200],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [9, 9, 400, 400],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [9, 9, 400, 400],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [209, 9, 200, 400],
+ "reason": "incremental"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698