From fa7f75dbfa668f7c473f4d3029354f47d0329894 Mon Sep 17 00:00:00 2001 From: pack Date: Mon, 1 Jun 2026 07:12:29 +0000 Subject: add issues and screenshots --- issues/new_issue_(severity_p2)_01.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 issues/new_issue_(severity_p2)_01.md (limited to 'issues/new_issue_(severity_p2)_01.md') diff --git a/issues/new_issue_(severity_p2)_01.md b/issues/new_issue_(severity_p2)_01.md new file mode 100644 index 0000000..917968e --- /dev/null +++ b/issues/new_issue_(severity_p2)_01.md @@ -0,0 +1,27 @@ +[UI] [P2] Broken images render as missing icons on /broken_images page + +**Severity:** P2 (Medium) + +**Issue Type:** UI + +**Frequency:** Everytime + +**Environment:** +- Browser: Mozilla LibreWolf 150.0.1-1 / Linux (Artix) +- OS: Artix Linux, x86_64 +- URL: https://the-internet.herokuapp.com/broken_images + +**Steps to Reproduce:** +1. Navigate to https://the-internet.herokuapp.com/broken_images +2. Observe the two image elements on the page +3. Note the broken/missing image icons in place of expected images + +**Expected:** Two images should render with valid `src` paths pointing to +existing image files on the server. + +**Actual:** Two `` elements display broken image icons. The `src` +attributes point to non-existent paths (`/images/asdf.jpg` and +`/images/hjkl.jpg`) returning HTTP 404. + +**Severity:** P2 — Visual content missing but page remains functional. No data +loss. -- cgit v1.2.3