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

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

Issue 454773002: Blink-in-JS: Support private scripts in partial interfaces (PrivateScriptRunner part) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/bindings/core/idl.gni » ('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 bff09a88717fc80918cb073340895395d7e28235..c0dfbcb4f0aa99489c300236b18050d04bd50d12 100644
--- a/LayoutTests/fast/dom/private_script_unittest-expected.txt
+++ b/LayoutTests/fast/dom/private_script_unittest-expected.txt
@@ -42,6 +42,9 @@ PASS privateScriptTest.stringAttributeImplementedInCPP is "undefined"
PASS privateScriptTest.stringAttributeImplementedInCPP is "foo"
PASS privateScriptTest.addIntegerImplementedInCPPForPrivateScriptOnly is undefined.
PASS privateScriptTest.stringAttributeImplementedInCPPForPrivateScriptOnly is undefined.
+PASS privateScriptTest.addIntegerInPartial(111, 222) is 333
+PASS privateScriptTest.addInteger2InPartial(111, 222) is 333
+PASS privateScriptTest.stringAttributeInPartial is "foo"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/private_script_unittest.html ('k') | Source/bindings/core/idl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698