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

Unified Diff: third_party/WebKit/LayoutTests/compositing/iframes/composited-parent-iframe-expected.txt

Issue 2060083002: LocalFrame::localLayerTreeAsText() ==> layerTreeAsText() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/compositing/iframes/composited-parent-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/composited-parent-iframe-expected.txt b/third_party/WebKit/LayoutTests/compositing/iframes/composited-parent-iframe-expected.txt
index c59666f3c3b1ffa7c0cdc2c38045c1f0b411736e..e514691bc9bf945ae5c4289c0b828f4fe3338502 100644
--- a/third_party/WebKit/LayoutTests/compositing/iframes/composited-parent-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/iframes/composited-parent-iframe-expected.txt
@@ -57,27 +57,3 @@
]
}
-
---------
-Frame: '-->'
---------
-{
- "bounds": [285, 230],
- "children": [
- {
- "bounds": [285, 230],
- "drawsContent": true,
- "backgroundColor": "#C0C0C0",
- "children": [
- {
- "position": [18, 10],
- "bounds": [210, 210],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF"
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698