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

Unified Diff: LayoutTests/fast/dom/HTMLDocument/document-write-variadic-expected.txt

Issue 59693007: Get rid of custom code for HTMLDocument.write() / writeln() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Extend layout test 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/dom/HTMLDocument/document-write-variadic-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLDocument/document-write-variadic-expected.txt b/LayoutTests/fast/dom/HTMLDocument/document-write-variadic-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..40a460287e4ebd149c7a9fe7ad0732c8b8c981b7
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLDocument/document-write-variadic-expected.txt
@@ -0,0 +1,14 @@
+Check the behavior of HTMLDocument.write() / writeln().
+
+You should see exactly 2 'PASS' lines below:
+PASS
+PASS
+
+You should see exactly 2 'null' lines below:
+null
+null
+
+You should see exactly 2 'undefined' lines below:
+undefined
+undefined
+
« no previous file with comments | « LayoutTests/fast/dom/HTMLDocument/document-write-variadic.html ('k') | Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698