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

Unified Diff: third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt

Issue 1406133005: Calculate paint invalidation rect for scrollbars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt b/third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt
index 62ebeb5091d784c0387605f36b61c947f902c660..9d685de1ae3feb1d4f5060ce4dde3baadda6b854 100644
--- a/third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt
@@ -6,21 +6,21 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [386, 136, 15, 65],
- [386, 1, 15, 200],
+ [285, 135, 15, 15],
+ [285, 0, 15, 135],
[211, 11, 180, 180],
[210, 10, 180, 180],
[11, 11, 380, 180],
[11, 11, 180, 180],
[10, 10, 380, 180],
[10, 10, 180, 180],
- [1, 186, 400, 15],
[1, 1, 400, 200],
[1, 1, 400, 200],
[1, 1, 400, 200],
[1, 1, 400, 200],
[1, 1, 400, 200],
[1, 1, 400, 200],
+ [0, 135, 285, 15],
[0, 0, 800, 202],
[0, 0, 402, 202],
[0, 0, 300, 150],
@@ -33,11 +33,10 @@
"paintInvalidationClients": [
"InlineBox",
"RootInlineBox",
- "LayoutEmbeddedObject OBJECT",
+ "HorizontalScrollbar",
+ "VerticalScrollbar",
"RootInlineBox",
"InlineBox",
- "LayoutEmbeddedObject OBJECT",
- "LayoutEmbeddedObject OBJECT",
"RootInlineBox",
"InlineBox",
"LayoutBlockFlow BODY",
@@ -51,7 +50,8 @@
"LayoutSVGRoot svg",
"LayoutSVGRect rect",
"LayoutSVGRect rect",
- "LayoutText #text"
+ "LayoutText #text",
+ "LayoutView #document"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698