Changeset 243262 in webkit
- Timestamp:
- Mar 20, 2019, 5:07:37 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
r243261 r243262 1 2019-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 1 8 2019-03-20 Ryan Haddad <ryanhaddad@apple.com> 2 9 -
trunk/LayoutTests/http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt
r242774 r243262 1 CONSOLE MESSAGE: line 1 33: adcampaignid must have a non-negative value less than 64 for Ad Click Attribution.2 CONSOLE MESSAGE: line 1 33: adcampaignid must have a non-negative value less than 64 for Ad Click Attribution.3 CONSOLE MESSAGE: line 1 33: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.4 CONSOLE MESSAGE: line 1 33: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.5 CONSOLE MESSAGE: line 1 33: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution.6 CONSOLE MESSAGE: line 1 33: addestination could not be converted to a valid HTTP-family URL.7 CONSOLE MESSAGE: line 1 33: addestination could not be converted to a valid HTTP-family URL.8 CONSOLE MESSAGE: line 1 33: addestination could not be converted to a valid HTTP-family URL.9 CONSOLE MESSAGE: line 1 33: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.10 CONSOLE MESSAGE: line 1 33: Both adcampaignid and addestination need to be set for Ad Click Attribution to work.11 CONSOLE MESSAGE: line 1 33: addestination can not be the same site as the current website.1 CONSOLE MESSAGE: line 165: adcampaignid must have a non-negative value less than 64 for Ad Click Attribution. 2 CONSOLE MESSAGE: line 165: adcampaignid must have a non-negative value less than 64 for Ad Click Attribution. 3 CONSOLE MESSAGE: line 165: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution. 4 CONSOLE MESSAGE: line 165: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution. 5 CONSOLE MESSAGE: line 165: adcampaignid can not be converted to a non-negative integer which is required for Ad Click Attribution. 6 CONSOLE MESSAGE: line 165: addestination could not be converted to a valid HTTP-family URL. 7 CONSOLE MESSAGE: line 165: addestination could not be converted to a valid HTTP-family URL. 8 CONSOLE MESSAGE: line 165: addestination could not be converted to a valid HTTP-family URL. 9 CONSOLE MESSAGE: line 165: Both adcampaignid and addestination need to be set for Ad Click Attribution to work. 10 CONSOLE MESSAGE: line 165: Both adcampaignid and addestination need to be set for Ad Click Attribution to work. 11 CONSOLE MESSAGE: line 165: 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
r242774 r243262 1 CONSOLE MESSAGE: line 1 33: The download attribute on anchor was ignored because its href URL has a different security origin.1 CONSOLE MESSAGE: line 165: 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.