test(producer): regenerate 8 stale regression baselines in Docker (#1135)

* test(producer): regenerate gsap-letters-render-compat baseline

b2828e48 deferred __renderReady until the root timeline is bound (May 24).
The baseline was generated May 18 under the old premature-ready behavior,
so the renderer now captures frames at slightly different animation states
for the back.out(1.8) letter stagger.  85/100 checkpoints were below the
30 dB PSNR threshold.

Regenerated in Docker with the pinned chrome-headless-shell@148.0.7778.167.

* test(producer): regenerate 7 stale regression baselines in Docker

Runtime changes since last baseline generation caused visual drift in 7 suites.
All regenerated with chrome-headless-shell@148.0.7778.167 inside Dockerfile.test.

Failures before regen:
- many-cuts: 1 frame
- overlay-montage-prod: 1 frame
- pip-video-late-host: 29 frames
- spanish-empire-cdn-inline: 74 frames
- style-18-prod: 24 frames
- style-7-prod: 50 frames
- typegpu-adapter: 75 frames

All 51 suites pass locally after this commit.
This commit is contained in:
Miguel Ángel
2026-05-30 11:26:22 -04:00
committed by GitHub
parent 31441fc752
commit 100d355e71
16 changed files with 3823 additions and 154 deletions
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:821153ebdf6af02bb2b3d7b303f07749aaeaf8143915ef692322d40caba37e6b oid sha256:a1fb024874f6d301775019feca5210e5e514b40153264488a5311f02f475b413
size 410348 size 435889
@@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head><style data-hyperframes-text-rendering="true">html,body,*{text-rendering:geometricPrecision}</style>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Magic Cut Intro</title> <title>Magic Cut Intro</title>
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:6b1a1f0e54d8196829e1dd6d4a0ef128747f98a76c50755bbb8150b792ee5b64 oid sha256:aeae2bc192671052a0723136398585104328b3ef337198f4443bdba6bbd61dfb
size 689794 size 690712
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:9be0476841134b2be51bd21231aee86e4bbf4eaecaa2f55b3b397d3c621889fd oid sha256:fa582b953fe0a7ae80adfc033c41bae27027600a58507031f61b6b524d49daed
size 15000289 size 27986185
@@ -256,8 +256,7 @@
? new Proxy(window, { ? new Proxy(window, {
get: function(target, prop, receiver) { get: function(target, prop, receiver) {
if (prop === "__timelines") return __hfGetTimelineRegistry(); if (prop === "__timelines") return __hfGetTimelineRegistry();
var value = Reflect.get(target, prop, target); return Reflect.get(target, prop, target);
return typeof value === "function" ? value.bind(target) : value;
}, },
set: function(target, prop, value, receiver) { set: function(target, prop, value, receiver) {
if (prop === "__timelines") { if (prop === "__timelines") {
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2f36c6d01c89e18934712248877fe29376f292c827d54df2622cb8c582bf4031 oid sha256:e55fa62662077cbc96341302bc91e4aeb6f65a50ca672718c9e68b8159bdb3e1
size 4568335 size 4543900
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:72ceaede15c4270c8351455eb20aacd79458a95ed76b4bf7907f0e336b7567b3 oid sha256:0c7425c1bf5673644bd30378f5f8bfc82cbdc5d186f732758d025bee6d32ce17
size 6910717 size 9577196
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c6a09875d9f8941beac18932b2e5ef98d9d27154a1badfdb171ff6571a21896f oid sha256:c722ec4fc2496581eaedb5d86662f2a4a2eb4903099d870caf2877d8548eafb1
size 15203934 size 15245778
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:3f65d173a65ebf2702818121b58d57b405c96762916c75a90e58b9b058bab7cc oid sha256:09431551eb685c9c9de061930c719825f8584c8740e8fd51a09bebeff434b1b1
size 12305451 size 12262740
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b8892f647ae811f8740989b8a6c9b8147d3322fafacc6c3c25145f2548e78abb oid sha256:1a557eb752ae886ba36636e8ddad5eaf9d8f42ed1c0c6495ced669231f93d335
size 152435 size 161439