OLD | NEW |
1 CONSOLE MESSAGE: Unsafe attempt to load URL http://localhost:8080/security/resou
rces/square100.png from frame with URL http://127.0.0.1:8000/security/shape-insi
de-image-origin.html. Domains, protocols and ports must match. | 1 CONSOLE ERROR: Unsafe attempt to load URL http://localhost:8080/security/resourc
es/square100.png from frame with URL http://127.0.0.1:8000/security/shape-inside
-image-origin.html. Domains, protocols and ports must match. |
2 | 2 |
3 CONSOLE MESSAGE: Unsafe attempt to load URL http://localhost:8080/security/resou
rces/square100.png from frame with URL http://127.0.0.1:8000/security/shape-insi
de-image-origin.html. Domains, protocols and ports must match. | 3 CONSOLE ERROR: Unsafe attempt to load URL http://localhost:8080/security/resourc
es/square100.png from frame with URL http://127.0.0.1:8000/security/shape-inside
-image-origin.html. Domains, protocols and ports must match. |
4 | 4 |
5 Verify that shape-inside and shape-outside can not be set to a URL with a differ
ent origin and that the result of doing so sets the property to "none". This tes
t should generate two error messages about unsafe attempts to load a URL. | 5 Verify that shape-inside and shape-outside can not be set to a URL with a differ
ent origin and that the result of doing so sets the property to "none". This tes
t should generate two error messages about unsafe attempts to load a URL. |
6 | 6 |
7 PASS window.getComputedStyle(shapeElement).webkitShapeInside is "rectangle(0px,
0px, 0px, 0px, 0px, 0px)" | 7 PASS window.getComputedStyle(shapeElement).webkitShapeInside is "rectangle(0px,
0px, 0px, 0px, 0px, 0px)" |
8 PASS window.getComputedStyle(shapeElement).webkitShapeOutside is "rectangle(0px,
0px, 0px, 0px, 0px, 0px)" | 8 PASS window.getComputedStyle(shapeElement).webkitShapeOutside is "rectangle(0px,
0px, 0px, 0px, 0px, 0px)" |
9 PASS window.getComputedStyle(shapeElement).webkitShapeInside is "none" | 9 PASS window.getComputedStyle(shapeElement).webkitShapeInside is "none" |
10 PASS window.getComputedStyle(shapeElement).webkitShapeOutside is "none" | 10 PASS window.getComputedStyle(shapeElement).webkitShapeOutside is "none" |
11 | 11 |
12 | 12 |
OLD | NEW |