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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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/svg/custom/js-late-marker-and-object-creation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt
index 45fc4c132fbee0a4f412daabf6a2a02843b3c2be..2ce3f08a45acd5ff0a651c2a342abd880402ef6e 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt
@@ -11,7 +11,7 @@
{
"object": "LayoutSVGContainer g id='content'",
"rect": [203, 211, 111, 111],
- "reason": "bounds change"
+ "reason": "became visible"
},
{
"object": "LayoutSVGPath path",
@@ -26,7 +26,7 @@
{
"object": "LayoutSVGRoot svg id='svg-root'",
"rect": [203, 211, 111, 111],
- "reason": "bounds change"
+ "reason": "became visible"
},
{
"object": "LayoutSVGEllipse circle",
@@ -39,11 +39,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutSVGRoot svg id='svg-root'",
- "reason": "bounds change"
+ "reason": "became visible"
},
{
"object": "LayoutSVGContainer g id='content'",
- "reason": "bounds change"
+ "reason": "became visible"
},
{
"object": "LayoutSVGPath path",

Powered by Google App Engine
This is Rietveld 408576698