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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/iframes/invisible-nested-iframe-show-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/platform/linux/compositing/iframes/invisible-nested-iframe-show-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/iframes/invisible-nested-iframe-show-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/iframes/invisible-nested-iframe-show-expected.txt
index 4dbc9343113466ce92db742c44bb66ad9e368d46..fa4d0fa428b63c4437fcabde517b17f3587d855a 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/iframes/invisible-nested-iframe-show-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/iframes/invisible-nested-iframe-show-expected.txt
@@ -103,84 +103,3 @@
]
}
-
---------
-Frame: '-->'
---------
-{
- "bounds": [285, 193],
- "children": [
- {
- "bounds": [285, 193],
- "drawsContent": true,
- "children": [
- {
- "position": [8, 8],
- "bounds": [252, 172],
- "drawsContent": true,
- "children": [
- {
- "position": [1, 1],
- "bounds": [250, 170],
- "children": [
- {
- "bounds": [250, 170],
- "children": [
- {
- "children": [
- {
- "bounds": [250, 230],
- "children": [
- {
- "bounds": [250, 230],
- "drawsContent": true,
- "backgroundColor": "#C0C0C0",
- "children": [
- {
- "position": [18, 10],
- "bounds": [210, 210],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-
-
---------
-Frame: '/-->'
---------
-{
- "bounds": [250, 230],
- "children": [
- {
- "bounds": [250, 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