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

Unified Diff: LayoutTests/fast/dom/private_script_unittest-expected.txt

Issue 376553004: Split out tests of private scripts from Internals to PrivateScriptTest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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
« no previous file with comments | « LayoutTests/fast/dom/private_script_unittest.html ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/private_script_unittest-expected.txt
diff --git a/LayoutTests/fast/dom/private_script_unittest-expected.txt b/LayoutTests/fast/dom/private_script_unittest-expected.txt
index 599d4df008292333a03bf6dfdf2879ef849e15a7..957bdc1d0e24e70d7f72d73e239c635c4108d158 100644
--- a/LayoutTests/fast/dom/private_script_unittest-expected.txt
+++ b/LayoutTests/fast/dom/private_script_unittest-expected.txt
@@ -3,32 +3,31 @@ Unittests for private scripts.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-This test needs window.internals.
-PASS internals.return123() is 123
-PASS internals.echoInteger(111) is 111
-PASS internals.echoString("foo") is "foo"
-PASS internals.addInteger(111, 222) is 333
-PASS internals.addString("foo", "bar") is "foobar"
-PASS internals.getIntegerFromPrototype() is 0
-PASS internals.getIntegerFromPrototype() is 123
-PASS internals.getIntegerFromDocument(document) is 0
-PASS internals.getIntegerFromDocument(document) is 123
-PASS internals.firstChild(node1) is node2
-PASS internals.nextSibling(node2) is node3
-PASS internals.nextSibling(node3) is node4
-PASS internals.nextSibling(node4) is null
-PASS internals.innerHTML(node5) is ""
-PASS internals.innerHTML(node5) is "<div>foo</div>"
-PASS internals.innerHTML(node6) is "foo"
-PASS internals.innerHTML(node7) is ""
-PASS internals.innerHTML(node7) is "clicked"
-PASS internals.readonlyShortAttribute is 123
-PASS internals.shortAttribute is -1
-PASS internals.shortAttribute is 111
-PASS internals.stringAttribute is "xxx"
-PASS internals.stringAttribute is "foo"
-PASS internals.nodeAttribute is null
-PASS internals.nodeAttribute is node8
+PASS privateScriptTest.return123() is 123
+PASS privateScriptTest.echoInteger(111) is 111
+PASS privateScriptTest.echoString("foo") is "foo"
+PASS privateScriptTest.addInteger(111, 222) is 333
+PASS privateScriptTest.addString("foo", "bar") is "foobar"
+PASS privateScriptTest.getIntegerFromPrototype() is 0
+PASS privateScriptTest.getIntegerFromPrototype() is 123
+PASS privateScriptTest.getIntegerFromDocument(document) is 0
+PASS privateScriptTest.getIntegerFromDocument(document) is 123
+PASS privateScriptTest.firstChild(node1) is node2
+PASS privateScriptTest.nextSibling(node2) is node3
+PASS privateScriptTest.nextSibling(node3) is node4
+PASS privateScriptTest.nextSibling(node4) is null
+PASS privateScriptTest.innerHTML(node5) is ""
+PASS privateScriptTest.innerHTML(node5) is "<div>foo</div>"
+PASS privateScriptTest.innerHTML(node6) is "foo"
+PASS privateScriptTest.innerHTML(node7) is ""
+PASS privateScriptTest.innerHTML(node7) is "clicked"
+PASS privateScriptTest.readonlyShortAttribute is 123
+PASS privateScriptTest.shortAttribute is -1
+PASS privateScriptTest.shortAttribute is 111
+PASS privateScriptTest.stringAttribute is "xxx"
+PASS privateScriptTest.stringAttribute is "foo"
+PASS privateScriptTest.nodeAttribute is null
+PASS privateScriptTest.nodeAttribute is node8
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/private_script_unittest.html ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698