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 |