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> |