Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / svg-intrinsic-size-rectangular.html
blob30b57e3348bd29fe8ad09a850274e892a492f4c8
1 <!DOCTYPE html>
2 <div style="position: absolute; top: 10px; left: 10px; width: 200px; height: 400px; outline: 1px solid blue;">
3 <img style="background-color: yellow; width: auto; height: auto; max-width: 100%; max-height: 100%;" src="data:image/svg+xml,<svg width='600' height='300' xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='600' height='300'></rect></svg>">
4 </div>