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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html b/third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html
index c1c7bcbdb7dd5482a78e8095c60a3c9aba9b16f2..b774e2b70ebc059cf4ea29d5378b39ced248a18d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html
+++ b/third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html
@@ -1,6 +1,6 @@
<html>
<body>
-<img style="content: url(#MyFilter)">
+<img style="content: url(#MyFilter); display: block;">
<script>
setTimeout(function() {
document.body.style.zoom=42;

Powered by Google App Engine
This is Rietveld 408576698