| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority.html
|
| index b385d09e4f6d4e808b539b476e9a16ac613ac946..01023c092e279e70f7df22cc19d3caa481c34b8e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority.html
|
| @@ -60,7 +60,7 @@ function sendScriptRequestPrecededByPreloadedImage()
|
| document.body.appendChild(iframe);
|
| iframe.srcdoc = '<html><body><link href="resources/abe.png?precedingPreload" rel=preload as=image>'
|
| + '<script src="http://localhost:8000/inspector/network/resources/empty-script.js?precededByPreload"></s'
|
| - + 'cript>;</body></html>';
|
| + + 'cript><img src="resources/abe.png?precedingPreload"></body></html>';
|
| }
|
|
|
| function createIFrame()
|
|
|