⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 259808 in webkit


Ignore:
Timestamp:
Apr 9, 2020, 11:14:37 AM (6 years ago)
Author:
Jacob Uphoff
Message:

Two tests need to be rebaselined
https://bugs.webkit.org/show_bug.cgi?id=210290

Unreviewed test gardening.

  • http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt:
  • http/tests/security/anchor-download-block-crossorigin-expected.txt:
Location:
trunk/LayoutTests/http/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt

    r259439 r259808  
    1 CONSOLE MESSAGE: line 197: adcampaignid must have a non-negative value less than or equal to 63 for Ad Click Attribution.
    2 CONSOLE MESSAGE: line 197: adcampaignid must have a non-negative value less than or equal to 63 for Ad Click Attribution.
    3 CONSOLE MESSAGE: line 197: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
    4 CONSOLE MESSAGE: line 197: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
    5 CONSOLE MESSAGE: line 197: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
    6 CONSOLE MESSAGE: line 197: addestination could not be converted to a valid HTTP-family URL.
    7 CONSOLE MESSAGE: line 197: addestination could not be converted to a valid HTTP-family URL.
    8 CONSOLE MESSAGE: line 197: addestination could not be converted to a valid HTTP-family URL.
    9 CONSOLE MESSAGE: line 197: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.
    10 CONSOLE MESSAGE: line 197: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.
    11 CONSOLE MESSAGE: line 197: addestination can not be the same site as the current website.
     1CONSOLE MESSAGE: line 207: adcampaignid must have a non-negative value less than or equal to 63 for Ad Click Attribution.
     2CONSOLE MESSAGE: line 207: adcampaignid must have a non-negative value less than or equal to 63 for Ad Click Attribution.
     3CONSOLE MESSAGE: line 207: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
     4CONSOLE MESSAGE: line 207: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
     5CONSOLE MESSAGE: line 207: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
     6CONSOLE MESSAGE: line 207: addestination could not be converted to a valid HTTP-family URL.
     7CONSOLE MESSAGE: line 207: addestination could not be converted to a valid HTTP-family URL.
     8CONSOLE MESSAGE: line 207: addestination could not be converted to a valid HTTP-family URL.
     9CONSOLE MESSAGE: line 207: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.
     10CONSOLE MESSAGE: line 207: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.
     11CONSOLE MESSAGE: line 207: addestination can not be the same site as the current website.
    1212Test for validity of ad click attribution attributes on anchor tags.
    1313
  • trunk/LayoutTests/http/tests/security/anchor-download-block-crossorigin-expected.txt

    r259439 r259808  
    1 CONSOLE MESSAGE: line 197: The download attribute on anchor was ignored because its href URL has a different security origin.
     1CONSOLE MESSAGE: line 207: The download attribute on anchor was ignored because its href URL has a different security origin.
    22Tests that the download attribute is ignored if the link is cross origin.
    33
Note: See TracChangeset for help on using the changeset viewer.