Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <script src="../../../resources/js-test.js"></script> | |
| 5 </head> | |
| 6 <body> | |
| 7 <script> | |
| 8 var selection = getSelection(); | |
| 9 shouldThrow("selection.addRange()"); | |
| 10 shouldThrow("selection.getRangeAt()"); | |
| 11 shouldThrow("selection.selectAllChildren()"); | |
| 12 </script> | |
| 13 </body> | |
| 14 </html> | |
| OLD | NEW |