Title: [105300] branches/safari-534.54-branch/LayoutTests/fast/dom/importNode-confusing-localName.html
Revision
105300
Author
lforsch...@apple.com
Date
2012-01-18 10:59:43 -0800 (Wed, 18 Jan 2012)

Log Message

Merge layoutest fix from 10695015.

Modified Paths


Diff

Modified: branches/safari-534.54-branch/LayoutTests/fast/dom/importNode-confusing-localName.html (105299 => 105300)


--- branches/safari-534.54-branch/LayoutTests/fast/dom/importNode-confusing-localName.html	2012-01-18 18:58:52 UTC (rev 105299)
+++ branches/safari-534.54-branch/LayoutTests/fast/dom/importNode-confusing-localName.html	2012-01-18 18:59:43 UTC (rev 105300)
@@ -4,11 +4,13 @@
 <script src=""
 </head>
 <body>
+<div id="console"></div>
 <xht:input id="test"></xht:input>
 <script>
 var source = document.getElementById('test');
 var imported = document.importNode(source, true);
 shouldBe('imported.constructor', 'source.constructor');
+var successfullyParsed = true;
 </script>
 <script src=""
 </body>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to