Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <body> | |
| 4 <script> | |
| 5 if (window.testRunner) | |
| 6 testRunner.dumpAsText(); | |
| 7 </script> | |
| 8 <img name="privateScriptController"> | |
| 9 <marquee></marquee> | |
| 10 <div> | |
| 11 Test that a named property doesn't interfere with a private script (https://crbu g.com/668552). | |
| 12 If the test is successful, it should not crash. | |
| 13 </div> | |
| 14 </body> | |
| 15 </html> | |
| OLD | NEW |