OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 | |
4 <meta name="viewport" content="width=800"> | 5 <meta name="viewport" content="width=800"> |
5 <style> | 6 <style> |
6 html { font-size: 16px; } | 7 html { font-size: 16px; } |
7 body { width: 800px; margin: 0; overflow-y: hidden; } | 8 body { width: 800px; margin: 0; overflow-y: hidden; } |
8 </style> | 9 </style> |
9 | 10 |
11 <script src="resources/autosizingTest.js"></script> | |
12 | |
10 </head> | 13 </head> |
11 <body> | 14 <body> |
12 | 15 <svg width="1" height="1"><path></path></svg> |
13 This is to test that the meta tags are correctly processed for content detection by the text autosizer. | 16 This test passes if it does not crash. |
f(malita)
2014/03/01 14:48:26
Why not a dumpAsText() + svg-path-crash-expected.t
pdr.
2014/03/01 20:48:46
SGTM. Is there an advantage to an expected .txt ov
| |
14 This test should be run with Debug build of chromium. | |
15 | |
16 </body> | 17 </body> |
17 </html> | 18 </html> |
OLD | NEW |