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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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/video/video-poster-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt
index 3a5f2e65bbcf1e10f849c58f7976cb05a2b67429..e1dae87e54aaca6603ba7660b4e8d7fdb08d8f9e 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt
@@ -3,9 +3,7 @@ This test can not be run manually, it requires testRunner.layerTreeAsText.
Case: No src, no poster
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
@@ -18,12 +16,10 @@ Case: No src, no poster
Case: Displaying poster
{
- "name": "Content Root Layer",
- "bounds": [785, 637],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
- "bounds": [785, 637],
+ "bounds": [785, 605],
"contentsOpaque": true,
"drawsContent": true
}
@@ -33,39 +29,33 @@ Case: Displaying poster
Case: Displaying movie
{
- "name": "Content Root Layer",
- "bounds": [785, 877],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
- "bounds": [785, 877],
+ "bounds": [785, 813],
"contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutVideo VIDEO",
- "position": [8, 8],
- "bounds": [352, 288]
- },
- {
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutFlexibleBox (relative positioned) DIV",
- "position": [8, 8],
- "bounds": [352, 288],
- "drawsContent": true
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
- "position": [8, 8],
- "bounds": [352, 246],
- "drawsContent": true
- }
- ]
- }
- ]
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutVideo VIDEO",
+ "position": [8, 8],
+ "bounds": [352, 288]
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutFlexibleBox (relative positioned) DIV",
+ "position": [8, 8],
+ "bounds": [352, 288],
+ "drawsContent": true
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
+ "position": [8, 8],
+ "bounds": [352, 246],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698