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

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

Issue 362993004: Implement Blink-in-JS for DOM attributes (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
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 0ca6b287e954c0a629594d6ae69b949b812d8cd6..599d4df008292333a03bf6dfdf2879ef849e15a7 100644
--- a/LayoutTests/fast/dom/private_script_unittest-expected.txt
+++ b/LayoutTests/fast/dom/private_script_unittest-expected.txt
@@ -22,6 +22,13 @@ 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 successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698