| OLD | NEW |
| 1 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques
ts is deprecated. |
| 1 CONSOLE MESSAGE: line 6: XHR loaded: 1 | 2 CONSOLE MESSAGE: line 6: XHR loaded: 1 |
| 2 Tests conversion of Inspector's resource representation into HAR format. | 3 Tests conversion of Inspector's resource representation into HAR format. |
| 3 | 4 |
| 4 initiator.css: .image-background { | 5 initiator.css: .image-background { |
| 5 background-image: url("resource.php?type=image&random=1&size=200"); | 6 background-image: url("resource.php?type=image&random=1&size=200"); |
| 6 } | 7 } |
| 7 | 8 |
| 8 .image-background-2 { | 9 .image-background-2 { |
| 9 background-image: url("resource.php?type=image&random=1&size=300"); | 10 background-image: url("resource.php?type=image&random=1&size=300"); |
| 10 } | 11 } |
| 11 | 12 |
| 12 | 13 |
| 13 | 14 |
| OLD | NEW |