Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/previews/client-lofi.html

Issue 2795173002: Do not show image placeholders for CSS sprites (Closed)
Patch Set: Added layout test expected result Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <!-- This test verifies if placeholder image is shown, instead of the original image. -->
4 <div id="placeholder"></div>
5 <script>
6 window.internals.settings.setFetchImagePlaceholders(true);
7 document.getElementById("placeholder").innerHTML = '<img src="https://127.0. 0.1:8443/resources/square200.png">'
8 </script>
9 </body>
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698