Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58211, comment 8


Ignore:
Timestamp:
05/20/2023 06:08:00 AM (3 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58211, comment 8

    initial v1  
    11== Test Report
    22
    3 Patch tested: REPLACE_WITH_PATCH_URL
    4 
    5 === Steps to Reproduce or Test
    6 1. First step.
    7 2. Second step.
    8 3. 🐞 Bug occurs.
     3Patch tested: https://patch-diff.githubusercontent.com/raw/WordPress/wordpress-develop/pull/4424.diff
    94
    105=== Expected Results
     6When reproducing a bug:
     7- ❌ `loading="lazy"` should appear on the featured image.
    118
    129When testing a patch to validate it works as expected:
    13 - ✅ What should happen when running the test
     10- ✅ `loading="lazy"` should not appear on the featured image.
    1411
    1512=== Environment
     
    2522==== Actual Results
    2623When reproducing a bug/defect:
    27 - ❌ `loading="lazy"` appeared on the featured image.
     24- ❌ `loading="lazy"` appeared on the featured image. Issue reproduced.
    2825
    2926When testing the bugfix patch:
    30 - ✅ `loading="lazy"` did not appear on the featured image.
     27- ✅ `loading="lazy"` did not appear on the featured image. Issue resolved with the patch.