# Backlight Bleed Test Online: What to Look For on a New Monitor or TV
A backlight bleed test online is most useful during the return window of a new monitor, gaming laptop, or television. The test shows a browser-generated#000000 fullscreen field so the LCD backlight is the only possible source of unwanted light. If the panel, diffuser stack, bezel pressure, or frame assembly leaks light, you will usually see it as brighter corners, cloudy edges, or patches that remain in the same physical position.Use the test with realistic expectations. LCD panels need a backlight, and very small variation can be normal, especially on budget IPS and VA displays. The practical question is not whether a long-exposure phone photo can exaggerate a patch. The question is whether the light leak is visible to your eyes during dark films, game loading screens, night scenes, black desktop backgrounds, or letterboxed video.Do this before judging the panel
- Check the top and bottom edges where bezel pressure often creates fixed glow
- Inspect all four corners for triangular or crescent-shaped light leaks
- Move your head slightly to separate viewing-angle glow from fixed bleed
- Take notes with your eyes first, because cameras can overexpose black screens
- Retest after the panel has warmed up for 15 to 30 minutes if the result is borderline
# Backlight Bleed, IPS Glow, Clouding, and Black Uniformity
| Issue | What you see | How it behaves | Most common panels |
|---|---|---|---|
| Backlight bleed | Fixed bright edge or corner patch | Stays in the same place as you move your head | IPS, VA, TN LCD |
| IPS glow | Milky glow from corners on dark images | Changes strongly with viewing angle and distance | IPS LCD |
| Clouding | Large uneven cloudy areas across black | Usually fixed, sometimes reduced by lower brightness | Edge-lit LCD TVs and monitors |
| VA black crush/smearing | Dark details disappear or smear in motion | Depends on content and pixel transition | VA LCD |
| OLED near-black banding | Vertical or horizontal bands near black | Visible on near-black gray, not pure black | OLED |
IPS
Wide viewing angles, frequent corner glow, and visible bleed if the frame presses the panel unevenly.
- Best checked from your normal seating distance
- Glow changes with head position
- Edge bleed can be warranty-relevant if severe
VA
Higher native contrast, usually less IPS-style glow, but can show clouding and slow dark transitions.
- Black looks deeper than IPS
- Uniformity can still vary by unit
- Blooming appears on local dimming models
OLED
No LCD backlight, so pure black should be off, but near-black uniformity and tint can still matter.
- Pure black should disappear in a dark room
- Test gray slides separately for banding
- Avoid confusing raised source black with panel bleed
# How to Run a Reliable Pure Black Test
The black test mode deliberately removes the normal interface. Once started, the glass panel disappears, pointer events are disabled on the setup interface, the page requests native fullscreen, and the test layer uses exact black. After two seconds without mouse movement, the cursor is hidden so it does not create a white reference point or contaminate a dark-room inspection.Black test checklist
Camera photos can make good panels look terrible
Automatic phone exposure tries to brighten a black screen, which exaggerates faint glow and can turn normal LCD behavior into a dramatic-looking image. If you need warranty evidence, lock exposure manually and include a note describing whether the issue is visible during real content.# Local Dimming Blooming Test for Mini LED and FALD Displays
The blooming test monitor mode places a pure white circle on a pure black background. On a Mini LED, FALD LCD, or TV with local dimming, that small object forces one or more backlight zones to brighten while neighboring zones try to remain black. If the dimming algorithm, zone count, diffuser, or panel contrast cannot isolate the light, you see a halo around the circle.Dragging the circle is important. Static blooming is only one part of the story. A moving highlight reveals dimming lag, zone transitions, pumping, crushed star fields, raised subtitles, and grid-shaped behavior. A good local dimming system should keep the object bright while minimizing haze around it and avoiding delayed bright patches after the circle moves away.| Artifact | What to watch for | Likely explanation |
|---|---|---|
| Halo | Soft glow around the white circle | Local dimming zone is larger than the bright object |
| Zone grid | Square or rectangular blocks appear around movement | Low zone count or visible mini LED layout |
| Dimming lag | Bright patch follows the circle late | Algorithm responds slowly to motion |
| Black lift | Whole screen becomes gray when the circle appears | Global dimming or weak contrast control |
| Subtitle bloom | Large haze around small white text or UI | Aggressive brightness with limited local zones |
Best use case
# Panel Type Expectations: OLED, Mini LED, IPS, and VA
What each technology tends to do well and poorly
- OLED turns individual pixels off for true black and should not show LCD backlight bleed.
- Mini LED can reach high HDR brightness and reduce large-area haze compared with edge-lit LCD.
- IPS is stable for color and viewing angle, which is helpful for desktop work and shared viewing.
- VA often has much better native contrast than IPS and can look deeper in dark rooms.
- OLED can show near-black banding, tinting, automatic brightness limiting, and burn-in risk under static content.
- Mini LED still uses zones, so small bright objects can bloom when zone count or algorithm quality is limited.
- IPS glow and edge bleed are common complaints on dark scenes, especially when sitting close.
- VA may show dark smearing, clouding, or blooming on local dimming versions.
- Backlight bleed
- Unwanted light escaping through the LCD stack, usually near the bezel, visible on black images.
- Blooming
- A halo around a bright object caused by local dimming zones lighting a larger area than the object.
- IPS glow
- Angle-dependent milky brightening in dark scenes on IPS panels.
- FALD
- Full array local dimming, where an LCD backlight is divided into independently controlled zones.
- Mini LED
- An LCD backlight using many small LEDs to increase zone count and HDR brightness.
- Black uniformity
- How evenly a display renders black or near-black content across the whole screen.
# When a Defect Is Serious Enough to Return
Return window red flags
- Check the same content on another display to rule out the source
- Reset picture settings before assuming the panel is defective
- Try local dimming low, medium, and high because algorithms differ by mode
- Record brightness, HDR mode, local dimming mode, and viewing distance in your notes
- If returning, describe what your eyes see rather than only sending overexposed photos
# Why This Test Uses Code Instead of Video
Video files can introduce compression artifacts, browser decoding work, buffering, color-range conversion, and frame pacing changes. A panel defect test should not depend on an MP4 file. This tool uses client-side HTML and CSS only for the test states: exact black for the background and exact white for the moving circle. That keeps the workload low and avoids network activity after the page has loaded.The blooming circle position is applied throughrequestAnimationFrame, which synchronizes visual updates with the browser refresh loop. Pointer, mouse, and touch input update target coordinates, then the next animation frame moves the white circle. This makes dragging feel consistent on high-refresh monitors, tablets, and OLED phones without doing unnecessary work on every raw input event.# Troubleshooting Incorrect Results
| Symptom during the test | Possible cause | What to try |
|---|---|---|
| Black screen is not truly black | Display limited RGB range, raised black setting, HDR tone mapping, or browser overlay | Set full RGB output, disable dynamic contrast, and confirm no OS night filter is active |
| Mouse cursor remains visible | Movement reset the idle timer or browser blocked cursor hiding briefly | Stop moving the mouse for two seconds or use a remote/keyboard |
| Fullscreen does not start | Browser denied fullscreen outside direct click or TV browser limitation | Press the start button again or use the browser fullscreen shortcut |
| Blooming changes between modes | Local dimming setting changes zone behavior | Retest Low, Medium, High, and Off to understand the tradeoff |
| OLED looks gray | Video range mismatch, room reflections, or raised black picture mode | Check source range, black level, brightness, and ambient reflections |