| OLD | NEW | 
| (Empty) |  | 
 |   1 <!DOCTYPE html> | 
 |   2 <title>Synthesized viewBox/preserveAspectRatio for <img>, intrinsic width (re
    ference)</title> | 
 |   3 <div id="testContainer"></div> | 
 |   4 <script src="../as-object/sizing/svg-in-object.js"></script> | 
 |   5 <script src="resources/synthesized-viewbox-par-helper.js"></script> | 
 |   6 <script> | 
 |   7 'use strict'; | 
 |   8  | 
 |   9 doCombinationTest( | 
 |  10   [[ "svgWidthAttr", [ "200px" ]], | 
 |  11    [ "svgHeightAttr", [ "200px", "100%" ]], | 
 |  12    [ "placeholderWidthAttr", [ "100px", "auto" ]], | 
 |  13    [ "placeholderHeightAttr", [ "100px", "auto" ]]], | 
 |  14   function(config) { | 
 |  15     document.body.appendChild(makeReference(config)); | 
 |  16   }); | 
 |  17 </script> | 
| OLD | NEW |