Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Side by Side Diff: third_party/WebKit/LayoutTests/permissionclient/image-permissions-expected.txt

Issue 2871233002: Separate preload matching from MemoryCache (Closed)
Patch Set: fix Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): true 1 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): true
2 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false 2 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
3 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false 3 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
4 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif?nocache): false 4 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif?nocache): false
5 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false 5 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
6 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false 6 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
7 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false 7 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
8 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false 8 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
9 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
9 Blocked images can be reloaded, so neither onload nor onerror is called. Only ch eck here that onload is never called when image is blocked. 10 Blocked images can be reloaded, so neither onload nor onerror is called. Only ch eck here that onload is never called when image is blocked.
10 11
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12 13
13 14
14 PASS: first image loaded 15 PASS: first image loaded
15 PASS successfullyParsed is true 16 PASS successfullyParsed is true
16 17
17 TEST COMPLETE 18 TEST COMPLETE
18 19
19 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698