mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
test: regenerate style-1-prod and style-12-prod baselines in Docker
Sub-comp visibility fix (PR #918) changed rendered output for these two tests but the baselines on main were stale. Regenerated inside Dockerfile.test to match CI's Chrome + ffmpeg build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
04aa6a644f
commit
4d403b0d73
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6aba60a5a3919132986e785b89f4b3434d23d337d95958a515b1fe2e11906721
|
||||
size 5154704
|
||||
oid sha256:821a6b69e412a09560e9412ce0faaa0b1fe78163a2c520173408d6ac19129d3c
|
||||
size 8383424
|
||||
|
||||
@@ -492,7 +492,7 @@
|
||||
var __hfEscapeAttr = function(value) {
|
||||
return (value + "").replace(/\\/g, "\\\\").replace(/"/g, "\\\"");
|
||||
};
|
||||
var __hfRootSelector = null || (__hfCompId
|
||||
var __hfRootSelector = "[data-composition-id=\"mondrian-bg\"]" || (__hfCompId
|
||||
? '[data-composition-id="' + __hfEscapeAttr(__hfCompId) + '"]'
|
||||
: "");
|
||||
var __hfRoot = null;
|
||||
@@ -754,7 +754,8 @@
|
||||
var __hfRun = function() {
|
||||
try {
|
||||
(function(document, gsap, window, __hyperframes) {
|
||||
(function () {
|
||||
|
||||
(function () {
|
||||
const tl = gsap.timeline({ paused: true });
|
||||
|
||||
tl.to(".bar-1", { left: "100%", duration: 0.45, ease: "expo.out" }, 1.1);
|
||||
@@ -764,6 +765,7 @@
|
||||
|
||||
window.__timelines["mondrian-bg"] = tl;
|
||||
})();
|
||||
|
||||
}).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);
|
||||
} catch (_err) {
|
||||
console.error(__hfErrorLabel, __hfCompId, _err);
|
||||
@@ -782,7 +784,7 @@
|
||||
var __hfEscapeAttr = function(value) {
|
||||
return (value + "").replace(/\\/g, "\\\\").replace(/"/g, "\\\"");
|
||||
};
|
||||
var __hfRootSelector = null || (__hfCompId
|
||||
var __hfRootSelector = "[data-composition-id=\"mondrian-colors\"]" || (__hfCompId
|
||||
? '[data-composition-id="' + __hfEscapeAttr(__hfCompId) + '"]'
|
||||
: "");
|
||||
var __hfRoot = null;
|
||||
@@ -1044,7 +1046,8 @@
|
||||
var __hfRun = function() {
|
||||
try {
|
||||
(function(document, gsap, window, __hyperframes) {
|
||||
(function () {
|
||||
|
||||
(function () {
|
||||
const TRANSCRIPT = [
|
||||
{ text: "We", start: 0.14, end: 0.239 },
|
||||
{ text: "asked", start: 0.28, end: 0.459 },
|
||||
@@ -1181,6 +1184,7 @@
|
||||
|
||||
window.__timelines["mondrian-colors"] = tl;
|
||||
})();
|
||||
|
||||
}).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);
|
||||
} catch (_err) {
|
||||
console.error(__hfErrorLabel, __hfCompId, _err);
|
||||
@@ -1199,7 +1203,7 @@
|
||||
var __hfEscapeAttr = function(value) {
|
||||
return (value + "").replace(/\\/g, "\\\\").replace(/"/g, "\\\"");
|
||||
};
|
||||
var __hfRootSelector = null || (__hfCompId
|
||||
var __hfRootSelector = "[data-composition-id=\"mondrian-captions\"]" || (__hfCompId
|
||||
? '[data-composition-id="' + __hfEscapeAttr(__hfCompId) + '"]'
|
||||
: "");
|
||||
var __hfRoot = null;
|
||||
@@ -1461,7 +1465,8 @@
|
||||
var __hfRun = function() {
|
||||
try {
|
||||
(function(document, gsap, window, __hyperframes) {
|
||||
(function () {
|
||||
|
||||
(function () {
|
||||
const TRANSCRIPT = [
|
||||
{ text: "We", start: 0.14, end: 0.239 },
|
||||
{ text: "asked", start: 0.28, end: 0.459 },
|
||||
@@ -1551,6 +1556,7 @@
|
||||
|
||||
window.__timelines["mondrian-captions"] = tl;
|
||||
})();
|
||||
|
||||
}).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);
|
||||
} catch (_err) {
|
||||
console.error(__hfErrorLabel, __hfCompId, _err);
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04de22fa8fe2bd25a40ffb6577fcf6da7d0317a44ed753c291f238f1ae048ccc
|
||||
size 8714819
|
||||
oid sha256:2a46a4d49cc13ca5650ec44addb3dc276f23906e98e3f581ac59594eddedfc8e
|
||||
size 11090919
|
||||
|
||||
Reference in New Issue
Block a user