summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/query.html
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-09-03 18:46:30 +0100
committerSteve Block <steveblock@google.com>2010-09-04 20:52:54 +0100
commit430b6b672341c7e8b5e4cfafaaae20315e68701b (patch)
tree3b290f1adb010f09128b054c456832ad896cbcec /LayoutTests/fast/url/query.html
parent7797f5cbd60d3a45ba6029508928d7cc7d52849f (diff)
downloadexternal_webkit-430b6b672341c7e8b5e4cfafaaae20315e68701b.zip
external_webkit-430b6b672341c7e8b5e4cfafaaae20315e68701b.tar.gz
external_webkit-430b6b672341c7e8b5e4cfafaaae20315e68701b.tar.bz2
Add fast/url LayoutTests at r66079
All tests pass. Change-Id: I2564b234be722a743e48ad07e3995a654202a208
Diffstat (limited to 'LayoutTests/fast/url/query.html')
-rw-r--r--LayoutTests/fast/url/query.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/LayoutTests/fast/url/query.html b/LayoutTests/fast/url/query.html
new file mode 100644
index 0000000..ab8e62d
--- /dev/null
+++ b/LayoutTests/fast/url/query.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+<head>
+<link rel="stylesheet" href="../js/resources/js-test-style.css">
+<script src="../js/resources/js-test-pre.js"></script>
+<script src="resources/utilities.js"></script>
+</head>
+<body>
+<p id="description"></p>
+<div id="console"></div>
+<script src="script-tests/query.js"></script>
+<script src="../js/resources/js-test-post.js"></script>
+</body>
+</html>