Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <script> | |
| 5 if (window.testRunner) | |
| 6 testRunner.dumpAsTextWithPixelResults(); | |
| 7 </script> | |
| 8 </head> | |
| 9 <body> | |
| 10 <svg viewbox="0 0 1000 500"> | |
| 11 <g transform="scale(3.0)"> | |
| 12 <foreignobject width="300" height="50"> | |
| 13 <textarea>scaled text</textarea> | |
| 14 </foreignobject> | |
| 15 </g> | |
| 16 </svg> | |
| 17 This test passes if it doesn't crash under DEBUG builds, and the pixel resul ts line up. | |
| 18 </body> | |
| 19 </html> | |
| OLD | NEW |