| OLD | NEW |
| 1 CONSOLE WARNING: Avoid synchronous requests as it hampers user experience due to
unresponsiveness of the web page. Refer https://xhr.spec.whatwg.org/#sync-warni
ng. |
| 1 Test that a network namespace trumps a fallback namespace where they overlap. | 2 Test that a network namespace trumps a fallback namespace where they overlap. |
| 2 | 3 |
| 3 Sanity check the presence of the fallback namespace, should get the fallback res
ource. | 4 Sanity check the presence of the fallback namespace, should get the fallback res
ource. |
| 4 Getting a network namespace resource that exists on the server, should succeed. | 5 Getting a network namespace resource that exists on the server, should succeed. |
| 5 Getting a network namespace resource that does not exist on the server, should g
et a 404. | 6 Getting a network namespace resource that does not exist on the server, should g
et a 404. |
| 6 Creating two iframes for an existing and non-existing page, one should say "hell
o" the other should 404. | 7 Creating two iframes for an existing and non-existing page, one should say "hell
o" the other should 404. |
| 7 - hello heard | 8 - hello heard |
| 8 - 404 detected | 9 - 404 detected |
| 9 PASS | 10 PASS |
| 10 | 11 |
| OLD | NEW |