Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/dom/Selection/missing-arguments.html

Issue 792013002: Make some Selection function arguments non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Selection/missing-arguments-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Selection/missing-arguments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine