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

Unified Diff: third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-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/rtl/rtl-iframe-fixed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-expected.txt b/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-expected.txt
index 416f3a6c2870aaab58a3464dfb338c0361ca38b9..59d386340d6d25cd811c8c249447197bf16a8a49 100644
--- a/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/rtl/rtl-iframe-fixed-expected.txt
@@ -50,27 +50,3 @@
]
}
-
---------
-Frame: '<!--framePath //<!--frame0-->-->'
---------
-{
- "bounds": [400, 400],
- "children": [
- {
- "bounds": [400, 400],
- "drawsContent": true,
- "backgroundColor": "#FF0000",
- "children": [
- {
- "position": [50, 50],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698