OLD | NEW |
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 Loading... |
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. |
OLD | NEW |