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

Side by Side Diff: LayoutTests/fast/frames/frame-set-location-badstring-expected.txt

Issue 74133005: Remove several uses of toWebCoreStringWithNullCheck(v8::Handle<v8::Value>) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
OLDNEW
(Empty)
1
2
3 --------
4 Frame: '<!--framePath //<!--frame0-->-->'
5 --------
6 Tests that assigning a bad string to HTMLFrameElement.location throws and aborts properly.
7
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
9
10
11 PASS frameLocation is not null
12 PASS frameLocation is not undefined
13 PASS parent.frames[1].location = badString; threw exception Exception in toStrin g().
14 PASS parent.frames[1].location is frameLocation
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
19
20 --------
21 Frame: 'r'
22 --------
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698