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

Unified Diff: LayoutTests/platform/win/compositing/iframes/overlapped-iframe-expected.txt

Issue 575353002: Don't squash into RenderPart subclasses. Don't squash into video elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed. Created 6 years, 3 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: LayoutTests/platform/win/compositing/iframes/overlapped-iframe-expected.txt
diff --git a/LayoutTests/platform/win/compositing/iframes/overlapped-iframe-expected.txt b/LayoutTests/platform/win/compositing/iframes/overlapped-iframe-expected.txt
index a5e72fa3a77dbd5cc65942a49a6af5871a85973e..60e69740a3f1d59fbbcf78a5dbae609e4e1eaf65 100644
--- a/LayoutTests/platform/win/compositing/iframes/overlapped-iframe-expected.txt
+++ b/LayoutTests/platform/win/compositing/iframes/overlapped-iframe-expected.txt
@@ -8,58 +8,55 @@
"drawsContent": true,
"children": [
{
+ "position": [8, 8],
+ "bounds": [370, 220],
+ "drawsContent": true,
"children": [
{
- "position": [8, 8],
- "bounds": [370, 220],
- "drawsContent": true,
+ "position": [35, 35],
+ "bounds": [300, 150],
"children": [
{
- "position": [35, 35],
- "bounds": [300, 150],
+ "bounds": [285, 150],
"children": [
{
- "bounds": [285, 150],
"children": [
{
+ "bounds": [285, 230],
"children": [
{
"bounds": [285, 230],
+ "drawsContent": true,
"children": [
{
- "bounds": [285, 230],
+ "position": [18, 10],
+ "bounds": [210, 210],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "position": [18, 10],
- "bounds": [210, 210],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF"
- }
- ]
+ "backgroundColor": "#0000FF"
}
]
}
]
}
]
- },
- {
- "position": [285, 0],
- "bounds": [15, 150],
- "drawsContent": true
}
]
+ },
+ {
+ "position": [285, 0],
+ "bounds": [15, 150],
+ "drawsContent": true
}
]
- },
- {
- "position": [5, 5],
- "bounds": [50, 50],
- "drawsContent": true
}
]
+ },
+ {
+ "position": [5, 5],
+ "bounds": [50, 50],
+ "drawsContent": true,
+ "backgroundColor": "#00000033"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698