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

Unified Diff: third_party/WebKit/LayoutTests/compositing/iframes/scrolling-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/scrolling-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/scrolling-iframe-expected.txt b/third_party/WebKit/LayoutTests/compositing/iframes/scrolling-iframe-expected.txt
index c12d9e3d01b5f43f7b1627ffcfa8c68a771f075e..39584e01243c10f446382f2526b945680e583b5a 100644
--- a/third_party/WebKit/LayoutTests/compositing/iframes/scrolling-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/iframes/scrolling-iframe-expected.txt
@@ -72,27 +72,3 @@
]
}
-
---------
-Frame: '-->'
---------
-{
- "bounds": [508, 608],
- "children": [
- {
- "bounds": [508, 608],
- "drawsContent": true,
- "backgroundColor": "#C0C0C0",
- "children": [
- {
- "position": [108, 100],
- "bounds": [200, 200],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF"
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698