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

Unified Diff: third_party/WebKit/LayoutTests/images/width-on-broken-data-src-expected.txt

Issue 2593263003: Use a non-replaced inline container for image alt text (Closed)
Patch Set: bug 644802 Created 3 years, 9 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/images/width-on-broken-data-src-expected.txt b/third_party/WebKit/LayoutTests/images/width-on-broken-data-src-expected.txt
index 436f57dfa82b9efd0a41dfff2a1ede617356fc3a..1bccfbec3a78ac98fe1830cf12e340da5e94710b 100644
--- a/third_party/WebKit/LayoutTests/images/width-on-broken-data-src-expected.txt
+++ b/third_party/WebKit/LayoutTests/images/width-on-broken-data-src-expected.txt
@@ -1,3 +1,6 @@
-PASS
+FAIL:
+Expected 20 for width, but got 16.
+
+<img src="data:dsa" data-expected-width="20">
crbug.com/522673: Return the correct width for images with broken data: uri's.

Powered by Google App Engine
This is Rietveld 408576698