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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html

Issue 2593263003: Use a non-replaced inline container for image alt text (Closed)
Patch Set: Use a non-replaced inline container for image alt text 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
1 <html> 1 <html>
2 <body> 2 <body>
3 <img style="content: url(#MyFilter)"> 3 <img style="content: url(#MyFilter); display: block;">
4 <script> 4 <script>
5 setTimeout(function() { 5 setTimeout(function() {
6 document.body.style.zoom=42; 6 document.body.style.zoom=42;
7 }, 0); 7 }, 0);
8 </script> 8 </script>
9 </body> 9 </body>
10 </html> 10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698