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

Side by Side Diff: LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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 Test for Bug 33806: Would like API to disallow setting of document.domain for pa ges with certain URL schemes. If the test succeeds, you will see a series of "PA SS" messages below. 1 Test for Bug 33806: Would like API to disallow setting of document.domain for pa ges with certain URL schemes. If the test succeeds, you will see a series of "PA SS" messages below.
2 2
3 PASS: document.domain should be 127.0.0.1 and is 3 PASS: document.domain should be 127.0.0.1 and is
4 PASS: document.domain should be 0.0.1 and is 4 PASS: document.domain should be 0.0.1 and is
5 Forbidding domain relaxation for the http: scheme 5 Forbidding domain relaxation for the http: scheme
6 PASS: Setting document.domain from a forbidden URL scheme threw exception "Secur ityError: Failed to set the 'domain' property on 'Document': assignment is forbi dden for the 'http' scheme." 6 PASS: Setting document.domain from a forbidden URL scheme threw exception "Secur ityError: Failed to set the 'domain' property on 'Document': Assignment is forbi dden for the 'http' scheme."
7 PASS: document.domain should be 0.0.1 and is 7 PASS: document.domain should be 0.0.1 and is
8 Allowing domain relaxation for the http: scheme 8 Allowing domain relaxation for the http: scheme
9 PASS: document.domain should be 0.1 and is 9 PASS: document.domain should be 0.1 and is
10 Forbidding domain relaxation for the not-http: scheme 10 Forbidding domain relaxation for the not-http: scheme
11 PASS: document.domain should be 1 and is 11 PASS: document.domain should be 1 and is
12 Allowing domain relaxation for the not-http: scheme 12 Allowing domain relaxation for the not-http: scheme
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698