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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/frames/frame-set-location-badstring-expected.txt
diff --git a/LayoutTests/fast/frames/frame-set-location-badstring-expected.txt b/LayoutTests/fast/frames/frame-set-location-badstring-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fbf3fca38ea3e7185208a333c54edd617f19884b
--- /dev/null
+++ b/LayoutTests/fast/frames/frame-set-location-badstring-expected.txt
@@ -0,0 +1,23 @@
+
+
+--------
+Frame: '<!--framePath //<!--frame0-->-->'
+--------
+Tests that assigning a bad string to HTMLFrameElement.location throws and aborts properly.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS frameLocation is not null
+PASS frameLocation is not undefined
+PASS parent.frames[1].location = badString; threw exception Exception in toString().
+PASS parent.frames[1].location is frameLocation
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+
+--------
+Frame: 'r'
+--------
+

Powered by Google App Engine
This is Rietveld 408576698