Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin-expected.txt

Issue 1245223008: Add unit and layout test to <link rel=preconnect> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: style Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 CONSOLE DEBUG: line 10: Preconnect triggered for prefetch.wut.com.test 1 CONSOLE DEBUG: line 10: Preconnect triggered for http://prefetch.wut.com.test/
2 CONSOLE DEBUG: line 10: Preconnect CORS setting is anonymous 2 CONSOLE DEBUG: line 10: Preconnect CORS setting is anonymous
3 CONSOLE DEBUG: line 11: Preconnect triggered for prefetch.anon.wut.com.test 3 CONSOLE DEBUG: line 11: Preconnect triggered for http://prefetch.anon.wut.com.te st/
4 CONSOLE DEBUG: line 11: Preconnect CORS setting is anonymous 4 CONSOLE DEBUG: line 11: Preconnect CORS setting is anonymous
5 CONSOLE DEBUG: line 12: Preconnect triggered for prefetch.whatever.wut.com.test 5 CONSOLE DEBUG: line 12: Preconnect triggered for http://prefetch.whatever.wut.co m.test/
6 CONSOLE DEBUG: line 12: Preconnect CORS setting is anonymous 6 CONSOLE DEBUG: line 12: Preconnect CORS setting is anonymous
7 CONSOLE DEBUG: line 13: Preconnect triggered for prefetch.credentials.wut.com.te st 7 CONSOLE DEBUG: line 13: Preconnect triggered for http://prefetch.credentials.wut .com.test/
8 CONSOLE DEBUG: line 13: Preconnect CORS setting is use-credentials 8 CONSOLE DEBUG: line 13: Preconnect CORS setting is use-credentials
9 This test verifies that a DNS prefetch request is sent and logged. 9 This test verifies that a DNS prefetch request is sent and logged.
OLDNEW

Powered by Google App Engine