• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

WebReflection / linkedom / 28885766813
100%

Build:
DEFAULT BRANCH: main
Ran 07 Jul 2026 05:29PM UTC
Jobs 1
Files 126
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Jul 2026 05:28PM UTC coverage: 100.0%. Remained the same
28885766813

push

github

web-flow
fix: reading an unset style property returns "" per CSSOM, not undefined (#328)

* fix: reading an unset style property returns "" per CSSOM, not undefined

Reading a property that is not set — via `el.style.someProp` or
`el.style.getPropertyValue("some-prop")` — returned undefined, but CSSOM
defines both as the empty string (the property getter is routed through the
same handler as getPropertyValue). Callers that assume the spec, e.g.
`el.style.color.replaceAll(...)`, crash on the undefined. Normalize an absent
property to "" in the style getter.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Apply CSSStyleDeclaration review suggestion

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

1283 of 1283 branches covered (100.0%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

6339 of 6339 relevant lines covered (100.0%)

41.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28885766813.1 07 Jul 2026 05:29PM UTC 126
100.0
GitHub Action Run
Source Files on build 28885766813
  • Tree
  • List 126
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • b9ee7fd2 on github
  • Prev Build on main (#23682181867)
  • Next Build on main (#28886094929)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc