summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/images/width-on-broken-data-src.html
blob: 9c78289efe9f9e51dce5d0035799767673c7b905 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<img src="data:dsa" data-expected-width=20>
<script src="../../resources/check-layout.js"></script>
<p>crbug.com/522673: Return the correct width for images with broken data: uri's.</p>
<script>
    checkLayout("img");
</script>