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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt

Issue 1403963002: Invalidate non-self-painting-layer descendants when creating a layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update test expectations Created 5 years, 2 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/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt
index 84c9f6448b5945cc37ae5918a448f820f0277300..a979ce1358699b916bb06543d7a4559cd92204e9 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt
@@ -10,6 +10,7 @@
[8, 2196, 639, 107],
[8, 2046, 777, 107],
[8, 2046, 768, 107],
+ [8, 2000, 777, 350],
[8, 2000, 777, 350]
],
"paintInvalidationClients": [
@@ -23,7 +24,8 @@
"LayoutText #text",
"InlineTextBox 'This text should be visible in the'",
"InlineTextBox 'output.'",
- "LayoutBlockFlow DIV id='container'"
+ "LayoutBlockFlow DIV id='container'",
+ "LayoutBlockFlow (positioned) DIV id='absolute'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698