Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / sandboxed-iframe-navigation-targetlink-expected.txt
blob6be1c734b7c6f26e6d5763f2e4f825a504e5ff63
1 CONSOLE ERROR: Unsafe JavaScript attempt to initiate navigation for frame with URL 'about:blank' from frame with URL 'sandboxed-iframe-navigation-targetlink.html'. The frame attempting navigation is sandboxed, and is therefore disallowed from navigating its ancestors.
3 This test verifies that a sandboxed IFrame cannot open a link in another frame using the target attribute of a link.
5 This is done by loading ten non-sandboxed IFrames, and a single sandboxed one. In addition each of these frames have a target frame (so, 22 frames in total). Expect ten frames to be able to open a link in their corresponding target frame, but the sandboxed one to not be one of them.
7 This test will print "PASS" on success.
9                                 
10 PASS