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

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

Issue 1926773002: TestRunner: add method to instrument autoplay settings and set default value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@autoplay-htmlmedialement
Patch Set: fix tests Created 4 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 PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif) : true 1 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): true
2 PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif) : false 2 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
3 PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif) : false 3 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
4 PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif? nocache): false 4 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif?nocache): false
5 PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif) : false 5 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
6 PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif) : false 6 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
7 PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif) : false 7 MockContentSettingsClient: allowImage((file test):permissionclient/resources/bos ton.gif): false
8 PERMISSION CLIENT: allowImage((file test):permissionclient/resources/boston.gif) : false 8 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. 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 10
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12 12
13 13
14 PASS: first image loaded 14 PASS: first image loaded
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698