Skip to content

Commit e0c3b28

Browse files
committed
test(producer): regenerate sub-comp-t0 baseline inside amd64 Docker
Previous baseline was generated on arm64 host, causing 87 failed frames in CI (amd64). Regenerated with --platform linux/amd64 to match CI's Chrome/FFmpeg pixel output.
1 parent ee8daca commit e0c3b28

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/producer/tests/sub-comp-t0/output/compiled.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
font-style: normal;
5555
font-weight: 900;
5656
font-display: block;
57-
}</style>
57+
}</style><style data-hyperframes-text-rendering="true">html,body,*{text-rendering:geometricPrecision}</style>
5858
<meta charset="UTF-8">
5959
<meta name="viewport" content="width=1920, height=1080">
6060
<script>/* inlined: https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js */
@@ -100,19 +100,19 @@
100100
opacity: 1;
101101
}
102102

103-
[data-composition-id="hook"] [data-hf-authored-id="hook"] {
103+
[data-composition-id="hook"][data-hf-authored-id="hook"] {
104104
position: relative;
105105
width: 1920px;
106106
height: 1080px;
107107
overflow: hidden;
108108
background: #ef4444;
109109
}
110-
[data-composition-id="hook"] [data-hf-authored-id="hook"] .hook-bg {
110+
[data-composition-id="hook"][data-hf-authored-id="hook"] .hook-bg {
111111
position: absolute;
112112
inset: 0;
113113
background: #ef4444;
114114
}
115-
[data-composition-id="hook"] [data-hf-authored-id="hook"] .hook-title {
115+
[data-composition-id="hook"][data-hf-authored-id="hook"] .hook-title {
116116
position: absolute;
117117
top: 250px;
118118
left: 0;
@@ -124,7 +124,7 @@
124124
color: #ffffff;
125125
opacity: 0;
126126
}
127-
[data-composition-id="hook"] [data-hf-authored-id="hook"] .hook-subtitle {
127+
[data-composition-id="hook"][data-hf-authored-id="hook"] .hook-subtitle {
128128
position: absolute;
129129
top: 600px;
130130
left: 0;
@@ -138,19 +138,19 @@
138138

139139

140140

141-
[data-composition-id="later"] [data-hf-authored-id="later"] {
141+
[data-composition-id="later"][data-hf-authored-id="later"] {
142142
position: relative;
143143
width: 1920px;
144144
height: 1080px;
145145
overflow: hidden;
146146
background: #3b82f6;
147147
}
148-
[data-composition-id="later"] [data-hf-authored-id="later"] .later-bg {
148+
[data-composition-id="later"][data-hf-authored-id="later"] .later-bg {
149149
position: absolute;
150150
inset: 0;
151151
background: #3b82f6;
152152
}
153-
[data-composition-id="later"] [data-hf-authored-id="later"] .later-heading {
153+
[data-composition-id="later"][data-hf-authored-id="later"] .later-heading {
154154
position: absolute;
155155
top: 380px;
156156
left: 0;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0c1a5e11656b9c8a6dbdc491557f29d32cdf4df6681e4f2ca13d60dfc74f65da
3-
size 23640
2+
oid sha256:7acd4e38f70f528105dabd4eb9717e2ab369755817e42141c98401ae5ed6009c
3+
size 426899

0 commit comments

Comments
 (0)