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

Unified Diff: LayoutTests/platform/linux/compositing/video/video-poster-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/linux/compositing/video/video-poster-expected.txt
diff --git a/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt b/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt
index 99c2f05d41a132600a5b1d86cedf5ad79cbd80ad..018c4a363727baad6497330c6b70a5f9e2d89bf0 100644
--- a/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt
+++ b/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt
@@ -37,14 +37,19 @@ Case: Displaying movie
"drawsContent": true,
"children": [
{
+ "position": [8, 8],
+ "bounds": [352, 288]
+ },
+ {
"children": [
{
"position": [8, 8],
- "bounds": [352, 288]
+ "bounds": [352, 288],
+ "drawsContent": true
},
{
"position": [8, 8],
- "bounds": [352, 288],
+ "bounds": [352, 253],
"drawsContent": true
}
]

Powered by Google App Engine
This is Rietveld 408576698