Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Side by Side Diff: LayoutTests/fast/dom/location-missing-arguments-expected.txt

Issue 108213011: Make arguments to Location.assign() and .replace() non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/dom/location-missing-arguments.html ('k') | Source/core/frame/Location.idl » ('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 PASS document.location.assign() threw exception TypeError: Failed to execute 'as sign' on 'Location': 1 argument required, but only 0 present..
2 PASS document.location.replace() threw exception TypeError: Failed to execute 'r eplace' on 'Location': 1 argument required, but only 0 present..
3 PASS successfullyParsed is true
4
5 TEST COMPLETE
6
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/location-missing-arguments.html ('k') | Source/core/frame/Location.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698