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

Unified Diff: third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe2-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/connect-compositing-iframe2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe2-expected.txt b/third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe2-expected.txt
index 699e4bbf00749460f13645d2d1424385af350754..a80e5498bf650ce83c180155ade3b70534a290ae 100644
--- a/third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe2-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe2-expected.txt
@@ -63,27 +63,3 @@
]
}
-
---------
-Frame: '<!--framePath //<!--frame0-->-->'
---------
-{
- "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