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

Changeset 243262 in webkit


Ignore:
Timestamp:
Mar 20, 2019, 5:07:37 PM (7 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rebaseline two tests after r243241.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r243261 r243262  
     12019-03-20  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed, rebaseline two tests after r243241.
     4
     5        * http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt:
     6        * http/tests/security/anchor-download-block-crossorigin-expected.txt:
     7
    182019-03-20  Ryan Haddad  <ryanhaddad@apple.com>
    29
  • trunk/LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt

    r242774 r243262  
    1 CONSOLE MESSAGE: line 133: adcampaignid must have a non-negative value less than 64 for Ad Click Attribution.
    2 CONSOLE MESSAGE: line 133: adcampaignid must have a non-negative value less than 64 for Ad Click Attribution.
    3 CONSOLE MESSAGE: line 133: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
    4 CONSOLE MESSAGE: line 133: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
    5 CONSOLE MESSAGE: line 133: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
    6 CONSOLE MESSAGE: line 133: addestination could not be converted to a valid HTTP-family URL.
    7 CONSOLE MESSAGE: line 133: addestination could not be converted to a valid HTTP-family URL.
    8 CONSOLE MESSAGE: line 133: addestination could not be converted to a valid HTTP-family URL.
    9 CONSOLE MESSAGE: line 133: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.
    10 CONSOLE MESSAGE: line 133: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.
    11 CONSOLE MESSAGE: line 133: addestination can not be the same site as the current website.
     1CONSOLE MESSAGE: line 165: adcampaignid must have a non-negative value less than 64 for Ad Click Attribution.
     2CONSOLE MESSAGE: line 165: adcampaignid must have a non-negative value less than 64 for Ad Click Attribution.
     3CONSOLE MESSAGE: line 165: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
     4CONSOLE MESSAGE: line 165: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
     5CONSOLE MESSAGE: line 165: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.
     6CONSOLE MESSAGE: line 165: addestination could not be converted to a valid HTTP-family URL.
     7CONSOLE MESSAGE: line 165: addestination could not be converted to a valid HTTP-family URL.
     8CONSOLE MESSAGE: line 165: addestination could not be converted to a valid HTTP-family URL.
     9CONSOLE MESSAGE: line 165: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.
     10CONSOLE MESSAGE: line 165: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.
     11CONSOLE MESSAGE: line 165: 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

    r242774 r243262  
    1 CONSOLE MESSAGE: line 133: The download attribute on anchor was ignored because its href URL has a different security origin.
     1CONSOLE MESSAGE: line 165: 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.