| Index: LayoutTests/inspector/network-status-non-http.html
|
| diff --git a/LayoutTests/inspector/network-status-non-http.html b/LayoutTests/inspector/network-status-non-http.html
|
| index d4a8e31215e3e44af7610c568db0f02e86ac5dc3..5ffcbf7d10d5bcc7ec9c33638d761009ec6b8446 100644
|
| --- a/LayoutTests/inspector/network-status-non-http.html
|
| +++ b/LayoutTests/inspector/network-status-non-http.html
|
| @@ -55,6 +55,8 @@ function loadResources()
|
| {
|
| addScriptElement("../http/tests/inspector/network-test.js");
|
| addScriptElement("non-existent-file.js");
|
| +
|
| + // Test that data-url doesn't appear in network panel.
|
| addScriptElement("data:application/javascript,var x = 0;");
|
| }
|
|
|
|
|