| OLD | NEW |
| 1 main frame - didStartProvisionalLoadForFrame | 1 main frame - didStartProvisionalLoadForFrame |
| 2 main frame - didCommitLoadForFrame | 2 main frame - didCommitLoadForFrame |
| 3 main frame - didFinishDocumentLoadForFrame | 3 main frame - didFinishDocumentLoadForFrame |
| 4 main frame - didHandleOnloadEventsForFrame | 4 main frame - didHandleOnloadEventsForFrame |
| 5 main frame - didFinishLoadForFrame | 5 main frame - didFinishLoadForFrame |
| 6 This test makes sure that calls to pushState() and replaceState() with URLs that
violate the security origin check fail as expected. | 6 This test makes sure that calls to pushState() and replaceState() with URLs that
violate the security origin check fail as expected. |
| 7 | 7 |
| 8 Trying to pushState() with url http://localhost/test.html failed with exception
Error: SecurityError: DOM Exception 18 | 8 Trying to pushState() with url http://localhost/test.html failed with exception
SecurityError: An attempt was made to break through the security policy of the u
ser agent. |
| 9 History length is 1 | 9 History length is 1 |
| 10 Trying to replaceState() with url http://localhost/test.html failed with excepti
on Error: SecurityError: DOM Exception 18 | 10 Trying to replaceState() with url http://localhost/test.html failed with excepti
on SecurityError: An attempt was made to break through the security policy of th
e user agent. |
| 11 History length is 1 | 11 History length is 1 |
| 12 Trying to pushState() with url http://localhost:8001/test.html failed with excep
tion Error: SecurityError: DOM Exception 18 | 12 Trying to pushState() with url http://localhost:8001/test.html failed with excep
tion SecurityError: An attempt was made to break through the security policy of
the user agent. |
| 13 History length is 1 | 13 History length is 1 |
| 14 Trying to replaceState() with url http://localhost:8001/test.html failed with ex
ception Error: SecurityError: DOM Exception 18 | 14 Trying to replaceState() with url http://localhost:8001/test.html failed with ex
ception SecurityError: An attempt was made to break through the security policy
of the user agent. |
| 15 History length is 1 | 15 History length is 1 |
| 16 Trying to pushState() with url http://www.webkit.org/test.html failed with excep
tion Error: SecurityError: DOM Exception 18 | 16 Trying to pushState() with url http://www.webkit.org/test.html failed with excep
tion SecurityError: An attempt was made to break through the security policy of
the user agent. |
| 17 History length is 1 | 17 History length is 1 |
| 18 Trying to replaceState() with url http://www.webkit.org/test.html failed with ex
ception Error: SecurityError: DOM Exception 18 | 18 Trying to replaceState() with url http://www.webkit.org/test.html failed with ex
ception SecurityError: An attempt was made to break through the security policy
of the user agent. |
| 19 History length is 1 | 19 History length is 1 |
| 20 Trying to pushState() with url http://www.webkit.org/ failed with exception Erro
r: SecurityError: DOM Exception 18 | 20 Trying to pushState() with url http://www.webkit.org/ failed with exception Secu
rityError: An attempt was made to break through the security policy of the user
agent. |
| 21 History length is 1 | 21 History length is 1 |
| 22 Trying to replaceState() with url http://www.webkit.org/ failed with exception E
rror: SecurityError: DOM Exception 18 | 22 Trying to replaceState() with url http://www.webkit.org/ failed with exception S
ecurityError: An attempt was made to break through the security policy of the us
er agent. |
| 23 History length is 1 | 23 History length is 1 |
| 24 Trying to pushState() with url ftp://www.webkit.org/ failed with exception Error
: SecurityError: DOM Exception 18 | 24 Trying to pushState() with url ftp://www.webkit.org/ failed with exception Secur
ityError: An attempt was made to break through the security policy of the user a
gent. |
| 25 History length is 1 | 25 History length is 1 |
| 26 Trying to replaceState() with url ftp://www.webkit.org/ failed with exception Er
ror: SecurityError: DOM Exception 18 | 26 Trying to replaceState() with url ftp://www.webkit.org/ failed with exception Se
curityError: An attempt was made to break through the security policy of the use
r agent. |
| 27 History length is 1 | 27 History length is 1 |
| 28 Trying to pushState() with url file://anyfile.html/ failed with exception Error:
SecurityError: DOM Exception 18 | 28 Trying to pushState() with url file://anyfile.html/ failed with exception Securi
tyError: An attempt was made to break through the security policy of the user ag
ent. |
| 29 History length is 1 | 29 History length is 1 |
| 30 Trying to replaceState() with url file://anyfile.html/ failed with exception Err
or: SecurityError: DOM Exception 18 | 30 Trying to replaceState() with url file://anyfile.html/ failed with exception Sec
urityError: An attempt was made to break through the security policy of the user
agent. |
| 31 History length is 1 | 31 History length is 1 |
| 32 | 32 |
| OLD | NEW |