| Index: third_party/WebKit/LayoutTests/http/tests/previews/client-lofi.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/previews/client-lofi.html b/third_party/WebKit/LayoutTests/http/tests/previews/client-lofi.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1c83eb4f48f9921db5e65745eb2b32632029ca07
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/previews/client-lofi.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| +<body>
|
| + <!-- This test verifies if placeholder image is shown, instead of the original image. -->
|
| + <div id="placeholder"></div>
|
| + <script>
|
| + window.internals.settings.setFetchImagePlaceholders(true);
|
| + document.getElementById("placeholder").innerHTML = '<img src="https://127.0.0.1:8443/resources/square200.png">'
|
| + </script>
|
| +</body>
|
| +
|
|
|