T11g Gallery 冒烟测试

#元 #测试 共 293 字 约 1 分钟

T11g 渲染验证。gallery shortcode 自身只吐占位 div,由 shortcode_gallery partial 在 runtime 拉 JSON、调 justifiedGallery 排版、再交给 lightGallery 处理弹层。fixture 见 /data/smoke/gallery.json (3 张 placehold.co 占位图)。

自检清单

  • 浏览器 Network 面板:/data/smoke/gallery.json 200 OK
  • CDN 注入:jQuery / justifiedGallery / lightGallery (+ thumbnail / zoom 插件) 都加载成功
  • DOM:#gallery-1 内被 JS 替换成 3 个 <a><img></a>,按 justifiedGallery 排成一行
  • 点击任一缩略图:lightGallery 全屏弹层打开,能在 3 张图之间左右切换
  • 弹层底部出现 subHtml 注入的标题块(“Smoke fixture #1/2/3”)
  • 暗色模式下背景与控件可读
  • Console 无 lightGallery / justifiedGallery 相关错误