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

Side by Side Diff: LayoutTests/http/tests/security/shape-inside-image-origin-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698