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

Side by Side Diff: LayoutTests/fast/parser/xml-error-adopted.xml

Issue 12178024: Merge 141198 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/parser/xml-error-adopted-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xhtml="http://www.w3.org/1999/xhtm l"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xhtml="http://www.w3.org/1999/xhtm l">
2 <script> 2 <script>
3 if (window.testRunner) { 3 if (window.testRunner) {
4 testRunner.waitUntilDone(); 4 testRunner.waitUntilDone();
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 } 6 }
7 </script> 7 </script>
8 8
9 <xhtml:iframe src="javascript:if (top.body = top.document.body) document.impleme ntation.createHTMLDocument().adoptNode(top.body)"/> 9 <xhtml:iframe src="javascript:if (top.body = top.document.body) document.impleme ntation.createHTMLDocument().adoptNode(top.body)"/>
10 10
11 <script> 11 <script>
12 function test() { 12 function test() {
13 alert(body.ownerDocument === body.firstChild.ownerDocument ? 'PASS' : 'FAIL' ); 13 alert(body.ownerDocument === body.firstChild.ownerDocument ? 'PASS' : 'FAIL' );
14 if (window.testRunner) 14 if (window.testRunner)
15 testRunner.notifyDone(); 15 testRunner.notifyDone();
16 } 16 }
17 17
18 setTimeout(test, 0); 18 setTimeout(test, 0);
19 </script> 19 </script>
20 <elt attr="1" attr="2"/> 20 <elt attr="1" attr="2"/>
21 </svg> 21 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/parser/xml-error-adopted-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698