OLD | NEW |
1 CONSOLE MESSAGE: Refused to apply inline style because it violates the following
Content Security Policy directive: "style-src 'self'". | 1 CONSOLE ERROR: Refused to apply inline style because it violates the following C
ontent Security Policy directive: "style-src 'self'". |
2 | 2 |
3 CONSOLE MESSAGE: line 77: Refused to apply inline style because it violates the
following Content Security Policy directive: "style-src 'self'". | 3 CONSOLE ERROR: line 77: Refused to apply inline style because it violates the fo
llowing Content Security Policy directive: "style-src 'self'". |
4 | 4 |
5 This test ensures that styles can be set by object.cloneNode() | 5 This test ensures that styles can be set by object.cloneNode() |
6 PASS node1.style.background is "yellow" | 6 PASS node1.style.background is "yellow" |
7 PASS node2.style.background is "yellow" | 7 PASS node2.style.background is "yellow" |
8 PASS node3.style.background is "blue" | 8 PASS node3.style.background is "blue" |
9 PASS node4.style.background is "blue" | 9 PASS node4.style.background is "blue" |
10 PASS node1.style.color is "red" | 10 PASS node1.style.color is "red" |
11 PASS node2.style.color is "red" | 11 PASS node2.style.color is "red" |
12 PASS node3.style.color is "green" | 12 PASS node3.style.color is "green" |
13 PASS node4.style.color is "green" | 13 PASS node4.style.color is "green" |
(...skipping 14 matching lines...) Expand all Loading... |
28 PASS ops.id is "ops" | 28 PASS ops.id is "ops" |
29 PASS ops.id is clonedOps.id | 29 PASS ops.id is clonedOps.id |
30 This is a div (nodes) | 30 This is a div (nodes) |
31 This is a div. (node 1 or 2) | 31 This is a div. (node 1 or 2) |
32 This is a div. (node 1 or 2) | 32 This is a div. (node 1 or 2) |
33 This is a div. (node 3 or 4) | 33 This is a div. (node 3 or 4) |
34 Node #4 | 34 Node #4 |
35 Yet another div. | 35 Yet another div. |
36 Yet another div. | 36 Yet another div. |
37 Yet another div. | 37 Yet another div. |
OLD | NEW |