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

Unified Diff: LayoutTests/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt

Issue 1338583004: Revert of Auto-rebaseline for r202145 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
diff --git a/LayoutTests/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt b/LayoutTests/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d6d864da579d7e44af66152f2b69136efe412984
--- /dev/null
+++ b/LayoutTests/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt
@@ -0,0 +1,28 @@
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "bounds": [300, 300],
+ "children": [
+ {
+ "bounds": [200, 200],
+ "drawsContent": true,
+ "repaintRects": [
+ [0, 0, 200, 200]
+ ],
+ "paintInvalidationClients": [
+ "LayoutHTMLCanvas (positioned) CANVAS"
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698