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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed-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 CONSOLE MESSAGE: Blink Test Plugin: initializing 1 CONSOLE MESSAGE: Blink Test Plugin: initializing
2 CONSOLE ERROR: Failed to load '' as a plugin, because the frame into which the p lugin is loading is sandboxed. 2 CONSOLE ERROR: Failed to load '' as a plugin, because the frame into which the p lugin is loading is sandboxed.
3 This test verifies that a sandboxed iframe CAN navigate both itself and a child in the frame tree. It also verifies that the sandbox attribute remains intact af ter a frame has been navigated, and that sandbox attributes are propagated throu gh the frame hierarchy. 3 This test verifies that a sandboxed iframe CAN navigate both itself and a child in the frame tree. It also verifies that the sandbox attribute remains intact af ter a frame has been navigated, and that sandbox attributes are propagated throu gh the frame hierarchy.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 PASS (self.sandboxedFrame.frameWithPlugin.document.getElementById('plugin').post Message) == undefined is true 11 PASS (self.sandboxedFrame.frameWithPlugin.document.getElementById('plugin').post Message) == undefined is true
12 PASS (self.frameWithPlugin.document.getElementById('plugin').postMessage) != und efined is true 12 PASS (self.frameWithPlugin.document.getElementById('plugin').postMessage) != und efined is true
13 PASS document.getElementById('sandboxedFrameId').sandbox is ['allow-scripts', 'a llow-same-origin'] 13 PASS document.getElementById('sandboxedFrameId').sandbox is ['allow-scripts', 'a llow-same-origin']
14 PASS document.getElementById('sandboxedFrameId').getAttribute('sandbox') is 'all ow-scripts' 14 PASS document.getElementById('sandboxedFrameId').getAttribute('sandbox') is 'all ow-scripts'
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698