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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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 Test that a child frame can't define a function and the use it to access parent properties after document.domain write blocks the access. 1 Test that a child frame can't define a function and the use it to access parent properties after document.domain write blocks the access.
2 2
3 3
4 4
5 -------- 5 --------
6 Frame: '<!--framePath //<!--frame0-->-->' 6 Frame: '<!--framePath //<!--frame0-->-->'
7 -------- 7 --------
8 PASS: canGet('parentWindow.location.href') should be 'false' and is. 8 PASS: canGet('parentWindow.location.href') should be 'false' and is.
9 PASS: accessThrowsException('parentWindow.location.href') should be 'true' and i s. 9 PASS: accessThrowsException('parentWindow.location.href') should be 'true' and i s.
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698