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

Unified Diff: third_party/WebKit/LayoutTests/images/width-on-broken-data-src.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/images/width-on-broken-data-src.html
diff --git a/third_party/WebKit/LayoutTests/images/width-on-broken-data-src.html b/third_party/WebKit/LayoutTests/images/width-on-broken-data-src.html
index 1098ff71c5ea124689afdd281cbae16a8d3f1ca0..1fc7eee7f620eec05fdf80dece68451214d8e7a4 100644
--- a/third_party/WebKit/LayoutTests/images/width-on-broken-data-src.html
+++ b/third_party/WebKit/LayoutTests/images/width-on-broken-data-src.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<img src="data:dsa" data-expected-width=20>
+<img src="data:dsa" data-expected-width=0>
<script src="../resources/check-layout.js"></script>
<p>crbug.com/522673: Return the correct width for images with broken data: uri's.</p>
<script>

Powered by Google App Engine
This is Rietveld 408576698