replaced-max-size-saturation.html (453B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1243158"> 3 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> 4 <meta name="assert" content="This test checks that saturation doesn't occur when comparing constrained sizes."> 5 <p>Test passes if there is a filled green square.</p> 6 <canvas width=8000 height=8000 style="max-width: 120px; max-height: 100px; background: green;"></canvas>