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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt

Issue 1984483002: [DevTools] Capture call stacks for CSP console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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 CONSOLE ERROR: Refused to apply inline style because it violates the following C ontent Security Policy directive: "style-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-SKwGvORdKBYTYiM4lxIkanDyKH8J0qJ5Ix8LGkKsbhw='), or a n once ('nonce-...') is required to enable inline execution. 1 CONSOLE ERROR: line 95: Refused to apply inline style because it violates the fo llowing Content Security Policy directive: "style-src 'self'". Either the 'unsaf e-inline' keyword, a hash ('sha256-SKwGvORdKBYTYiM4lxIkanDyKH8J0qJ5Ix8LGkKsbhw=' ), or a nonce ('nonce-...') is required to enable inline execution.
2 2
3 CONSOLE ERROR: line 77: Refused to apply inline style because it violates the fo llowing Content Security Policy directive: "style-src 'self'". Either the 'unsaf e-inline' keyword, a hash ('sha256-E8Yv3p3nivzZKSVWxu7y2Pr+w7Nco7lvx8r5nBVoLFA=' ), or a nonce ('nonce-...') is required to enable inline execution. 3 CONSOLE ERROR: line 77: Refused to apply inline style because it violates the fo llowing Content Security Policy directive: "style-src 'self'". Either the 'unsaf e-inline' keyword, a hash ('sha256-E8Yv3p3nivzZKSVWxu7y2Pr+w7Nco7lvx8r5nBVoLFA=' ), or a nonce ('nonce-...') is required to enable inline execution.
4 4
5 PASS successfullyParsed is true 5 PASS successfullyParsed is true
6 6
7 TEST COMPLETE 7 TEST COMPLETE
8 This test ensures that styles can be set by object.cloneNode() 8 This test ensures that styles can be set by object.cloneNode()
9 PASS node1.style.background is "yellow" 9 PASS node1.style.background is "yellow"
10 PASS node2.style.background is "yellow" 10 PASS node2.style.background is "yellow"
11 PASS node3.style.background is "blue" 11 PASS node3.style.background is "blue"
(...skipping 19 matching lines...) Expand all
31 PASS ops.id is "ops" 31 PASS ops.id is "ops"
32 PASS ops.id is clonedOps.id 32 PASS ops.id is clonedOps.id
33 This is a div (nodes) 33 This is a div (nodes)
34 This is a div. (node 1 or 2) 34 This is a div. (node 1 or 2)
35 This is a div. (node 1 or 2) 35 This is a div. (node 1 or 2)
36 This is a div. (node 3 or 4) 36 This is a div. (node 3 or 4)
37 Node #4 37 Node #4
38 Yet another div. 38 Yet another div.
39 Yet another div. 39 Yet another div.
40 Yet another div. 40 Yet another div.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698