blob: dd07b5a04d7f83b9c570c2bf6918df4256df780e [file] [log] [blame]
Test that two consequtive cross domain navigation requests will result in two provisional targets being created, first of which is later destroyed and the second is committed.
== Running test suite: Target.PSON
-- Running test case: ProvisionalPagePaused
Current target is 1.
PASS: Should receive TargetAdded event for target 2.
PASS: Target 2 should be provisional.
PASS: Target 2 should be paused on start.
PASS: Should receive TargetRemoved event for target 2
PASS: Should receive TargetAdded event for target 3.
PASS: Target 3 should be provisional.
PASS: Target 3 should be paused on start.
PASS: Should receive TargetRemoved event for target 1
PASS: Should receive DidCommitProvisionalTarget event 1 => 3.
PASS: Should have seen 3 different targets.