Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <html> | |
| 3 <head> | |
| 4 <script src="../../resources/js-test.js"></script> | |
|
adamk
2014/02/24 22:58:48
Including this means you don't need...
chrishtr
2014/02/24 23:05:22
Done.
| |
| 5 <script> | |
| 6 if (window.testRunner) | |
| 7 testRunner.dumpAsText(); | |
|
adamk
2014/02/24 22:58:48
...these two lines...
chrishtr
2014/02/24 23:05:22
Done.
| |
| 8 </script> | |
| 9 </head> | |
| 10 <body> | |
| 11 Test for crbug.com/345178: This test passes if it does not crash<br/> | |
|
adamk
2014/02/24 22:58:48
but this text should be passed to description()
chrishtr
2014/02/24 23:05:22
Done.
| |
| 12 <svg> | |
| 13 <set attributename="class" /> | |
| 14 </svg> | |
| 15 </body> | |
| 16 </html> | |
| OLD | NEW |