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

Unified Diff: LayoutTests/fast/frames/frame-set-location-badstring.html

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.html
diff --git a/LayoutTests/fast/frames/frame-set-location-badstring.html b/LayoutTests/fast/frames/frame-set-location-badstring.html
new file mode 100644
index 0000000000000000000000000000000000000000..7ca6c8678e25b06ef9509cc6c057574cdb28e043
--- /dev/null
+++ b/LayoutTests/fast/frames/frame-set-location-badstring.html
@@ -0,0 +1,9 @@
+<script>
+if (window.testRunner)
+ testRunner.dumpChildFramesAsText();
+</script>
+
+<frameset cols="1,1">
+ <frame src="resources/frame-set-location-badstring.html">
+ <frame id="r" src="resources/empty-body.html">
+</frameset>

Powered by Google App Engine
This is Rietveld 408576698