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

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

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: update missed mac expected.txt file Created 3 years, 9 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: 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. 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 CONSOLE ERROR: line 95:
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 CONSOLE ERROR: line 77:
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"
12 PASS node4.style.background is "blue" 12 PASS node4.style.background is "blue"
13 PASS node1.style.color is "red" 13 PASS node1.style.color is "red"
14 PASS node2.style.color is "red" 14 PASS node2.style.color is "red"
(...skipping 16 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