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

Unified Diff: LayoutTests/fast/dom/Attr/set-attribute-node-from-iframe-expected.txt

Issue 17583003: Set Attr.ownerDocument in Element#setAttributeNode() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed the point. Created 7 years, 6 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/Attr/set-attribute-node-from-iframe.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Attr/set-attribute-node-from-iframe-expected.txt
diff --git a/LayoutTests/ietestcenter/Javascript/15.4.4.15-1-8-expected.txt b/LayoutTests/fast/dom/Attr/set-attribute-node-from-iframe-expected.txt
similarity index 50%
copy from LayoutTests/ietestcenter/Javascript/15.4.4.15-1-8-expected.txt
copy to LayoutTests/fast/dom/Attr/set-attribute-node-from-iframe-expected.txt
index b4a5b2d04fb450d98338443a45ee646da6b5e2e3..accc3ae56534fa3669de3bbb2543911df0a20ebd 100644
--- a/LayoutTests/ietestcenter/Javascript/15.4.4.15-1-8-expected.txt
+++ b/LayoutTests/fast/dom/Attr/set-attribute-node-from-iframe-expected.txt
@@ -1,10 +1,11 @@
-15.4.4.15-1-8 (TestCases/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-8.js) Array.prototype.lastIndexOf applied to String object
+ownerDocument of Attr should be set on setAttributeNode
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS ES5Harness.preconditionPassed is true
-PASS ES5Harness.testPassed is true
+PASS attr.ownerDocument is iframeDocument
+PASS attr.ownerDocument is document
+PASS attr.ownerDocument is iframeDocument
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/Attr/set-attribute-node-from-iframe.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698