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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/xsl/subframe-location.html
diff --git a/LayoutTests/fast/xsl/subframe-location.html b/LayoutTests/fast/xsl/subframe-location.html
index 485b3bd0c9449413dfc6512e6d775e8a11ff2f7e..27d10f7f3ffdd92f62c120b1dae3f066eac181cd 100644
--- a/LayoutTests/fast/xsl/subframe-location.html
+++ b/LayoutTests/fast/xsl/subframe-location.html
@@ -1,14 +1,14 @@
<html>
<head>
<title>Frames</title>
+<script src='resources/test-xslt.js'></script>
</head>
-<body>
+<body onload='runTest("resources/subframe-location-frame.xml");'>
<p>Test that a document in a subframe processed with XSLT has a correct location.
(<a href='http://bugs.webkit.org/show_bug.cgi?id=18259'>bug 18259</a>).</p>
<Script>
if (window.testRunner)
testRunner.dumpAsText();
</Script>
-<iframe src="resources/subframe-location-frame.xml"></iframe>
</body>
</html>
« 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