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

Side by Side Diff: LayoutTests/fast/xsl/subframe-location.html

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP: async XHR, rewriting layout tests Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Frames</title> 3 <title>Frames</title>
4 <script src='resources/test-xslt.js'></script>
4 </head> 5 </head>
5 <body> 6 <body onload='runTest("resources/subframe-location-frame.xml");'>
6 <p>Test that a document in a subframe processed with XSLT has a correct location . 7 <p>Test that a document in a subframe processed with XSLT has a correct location .
7 (<a href='http://bugs.webkit.org/show_bug.cgi?id=18259'>bug 18259</a>).</p> 8 (<a href='http://bugs.webkit.org/show_bug.cgi?id=18259'>bug 18259</a>).</p>
8 <Script> 9 <Script>
9 if (window.testRunner) 10 if (window.testRunner)
10 testRunner.dumpAsText(); 11 testRunner.dumpAsText();
11 </Script> 12 </Script>
12 <iframe src="resources/subframe-location-frame.xml"></iframe>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/xsl/sort-unicode-expected.txt ('k') | LayoutTests/fast/xsl/transform-to-html.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698