Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55990, comment 9


Ignore:
Timestamp:
11/27/2022 08:07:35 PM (2 years ago)
Author:
James Roberts
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55990, comment 9

    initial v1  
    11Tested 55990.4.patch on 6.2, running Twenty Twenty - the following tests were performed:
    22
    3 1. Added a Quote and Pullquote block with no color settings. Works as expected - Both citations had a text color of the default grey #69603E on the front end and in the editor.
    4 2. Added a Quote and Pullquote block, with a custom text color of #FF0000. Works as expected - Both citations inherited the text color of #FF0000 on the front end and in the editor.
    5 3. Added a Quote block, with a custom text color of #FF0000. I gave the paragraph a custom text color of #0000FF. Works as expected - The paragraph had a text color of #0000FF, and the citation inherited the text color of #FF0000, on the front end and in the editor.
    6 4. Added a Group block, with a custom background color of #FF0000. Within the group, I added Quote and Pullquote blocks with no color settings. Works as expected - All quote and citation text color matched, on the front end and in the editor.
    7 5. Repeated test 4, but added custom text color settings of #0000FF to both the Quote and Pullquote blocks. Works as expected - All citation text inherited the text color of #0000FF.
    8 6. Repeated test 5, but within the Quote block, I added a custom text color of #FFFFFF to the paragraph. Works as expected - Same results as test 5, but the Quote block's paragraph had a text color of #FFFFFF on both the front end and in the editor.
     31. Added a Quote and Pullquote block with no color settings. Works as expected - Both citations had a text color of the default grey 69603E on the front end and in the editor.
     42. Added a Quote and Pullquote block, with a custom text color of FF0000. Works as expected - Both citations inherited the text color of FF0000 on the front end and in the editor.
     53. Added a Quote block, with a custom text color of FF0000. I gave the paragraph a custom text color of 0000FF. Works as expected - The paragraph had a text color of 0000FF, and the citation inherited the text color of FF0000, on the front end and in the editor.
     64. Added a Group block, with a custom background color of FF0000. Within the group, I added Quote and Pullquote blocks with no color settings. Works as expected - All quote and citation text color matched, on the front end and in the editor.
     75. Repeated test 4, but added custom text color settings of 0000FF to both the Quote and Pullquote blocks. Works as expected - All citation text inherited the text color of 0000FF.
     86. Repeated test 5, but within the Quote block, I added a custom text color of FFFFFF to the paragraph. Works as expected - Same results as test 5, but the Quote block's paragraph had a text color of FFFFFF on both the front end and in the editor.
    99
    1010These tests were performed on a page, and within the footer widget areas, with the same results.