| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <div id="goal-line1">Whitespace around the arguments of the translate function should be ignored</div> | |
| <div id="goal-line2">Only a green rect should be visible</div> | |
| <svg id="mysvg" xmlns="http://www.w3.org/2000/svg"> | |
| <rect id="myRect" x="150" y="150" width="100" height="100" fill="red"/> | |
| <rect id="myRect" x="50" y="50" width="100" height="100" fill="green" | |
| transform="translate( 100 , 100 )"/> | |
| </svg> | |
| </body> | |
| </html> |