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

Unified Diff: LayoutTests/virtual/softwarecompositing/layer-creation/should-invoke-deferred-compositing-expected.txt

Issue 351673007: Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added the missing TestExpectation suppressions Created 6 years, 6 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: LayoutTests/virtual/softwarecompositing/layer-creation/should-invoke-deferred-compositing-expected.txt
diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/should-invoke-deferred-compositing-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/should-invoke-deferred-compositing-expected.txt
index 06e240fa0d9db2bca402fefc2b4ce23e26ffa89b..bf7e6018afddf7928b064920b48b1307d4280ce6 100644
--- a/LayoutTests/virtual/softwarecompositing/layer-creation/should-invoke-deferred-compositing-expected.txt
+++ b/LayoutTests/virtual/softwarecompositing/layer-creation/should-invoke-deferred-compositing-expected.txt
@@ -8,7 +8,10 @@
"children": [
{
"bounds": [300, 300],
- "drawsContent": true
+ "drawsContent": true,
+ "repaintRects": [
+ [0, 0, 200, 200]
+ ]
}
]
}
« no previous file with comments | « LayoutTests/svg/zoom/page/relative-sized-document-scrollbars-expected.txt ('k') | Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698