OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 | |
4 <body> | |
5 | |
6 <div id="goal-line1">Whitespace around the arguments of the translate fu nction should be ignored</div> | |
7 <div id="goal-line2">Only a green rect should be visible</div> | |
8 | |
9 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"> | |
10 <rect id="myRect" x="150" y="150" width="100" height="100" fill="gre en"/> | |
11 </svg> | |
12 | |
13 </body> | |
14 </html> | |
OLD | NEW |