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

Side by Side Diff: LayoutTests/http/tests/plugins/cross-frame-object-access-expected.txt

Issue 1005223002: Blink: Replace all "plug-in" with "plugin". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert netscape-dom-access tests. Created 5 years, 9 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
OLDNEW
1 CONSOLE ERROR: line 1: Uncaught SecurityError: Blocked a frame with origin "http ://localhost:8000" from accessing a frame with origin "http://127.0.0.1:8000". P rotocols, domains, and ports must match. 1 CONSOLE ERROR: line 1: Uncaught SecurityError: Blocked a frame with origin "http ://localhost:8000" from accessing a frame with origin "http://127.0.0.1:8000". P rotocols, domains, and ports must match.
2 CONSOLE ERROR: line 1: Uncaught SecurityError: Blocked a frame with origin "http ://localhost:8000" from accessing a frame with origin "http://127.0.0.1:8000". P rotocols, domains, and ports must match. 2 CONSOLE ERROR: line 1: Uncaught SecurityError: Blocked a frame with origin "http ://localhost:8000" from accessing a frame with origin "http://127.0.0.1:8000". P rotocols, domains, and ports must match.
3 3
4 4
5 -------- 5 --------
6 Frame: 'childFrame' 6 Frame: 'childFrame'
7 -------- 7 --------
8 8
9 This tests that plug-ins can access objects in other frames as allowed by the se curity model enforced in WebCore. 9 This tests that plugins can access objects in other frames as allowed by the sec urity model enforced in WebCore.
10 SUCCESS 10 SUCCESS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698