Changeset 242774 in webkit
- Timestamp:
- Mar 11, 2019, 10:18:34 PM (7 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt (modified) (1 diff)
-
http/tests/security/anchor-download-block-crossorigin-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r242773 r242774 1 2019-03-11 Ryan Haddad <ryanhaddad@apple.com> 2 3 Unreviewed test gardening, rebaseline tests after r242757. 4 5 * http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt: 6 * http/tests/security/anchor-download-block-crossorigin-expected.txt: 7 1 8 2019-03-11 Simon Fraser <simon.fraser@apple.com> 2 9 -
trunk/LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt
r241490 r242774 1 CONSOLE MESSAGE: line 1 08: adcampaignid must have a non-negative value less than 64 for Ad Click Attribution.2 CONSOLE MESSAGE: line 1 08: adcampaignid must have a non-negative value less than 64 for Ad Click Attribution.3 CONSOLE MESSAGE: line 1 08: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.4 CONSOLE MESSAGE: line 1 08: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.5 CONSOLE MESSAGE: line 1 08: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.6 CONSOLE MESSAGE: line 1 08: addestination could not be converted to a valid HTTP-family URL.7 CONSOLE MESSAGE: line 1 08: addestination could not be converted to a valid HTTP-family URL.8 CONSOLE MESSAGE: line 1 08: addestination could not be converted to a valid HTTP-family URL.9 CONSOLE MESSAGE: line 1 08: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.10 CONSOLE MESSAGE: line 1 08: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.11 CONSOLE MESSAGE: line 1 08: addestination can not be the same site as the current website.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. 12 12 Test for validity of ad click attribution attributes on anchor tags. 13 13 -
trunk/LayoutTests/http/tests/security/anchor-download-block-crossorigin-expected.txt
r241282 r242774 1 CONSOLE MESSAGE: line 1 08: The download attribute on anchor was ignored because its href URL has a different security origin.1 CONSOLE MESSAGE: line 133: The download attribute on anchor was ignored because its href URL has a different security origin. 2 2 Tests that the download attribute is ignored if the link is cross origin. 3 3
Note:
See TracChangeset
for help on using the changeset viewer.