Initial patch.
[vuplus_webkit] / Tools / TestWebKitAPI / Tests / WebKit2 / push-state.html
diff --git a/Tools/TestWebKitAPI/Tests/WebKit2/push-state.html b/Tools/TestWebKitAPI/Tests/WebKit2/push-state.html
new file mode 100644 (file)
index 0000000..f3a04a6
--- /dev/null
@@ -0,0 +1,3 @@
+<script type="text/javascript">
+history.pushState('newState', 0, '?newState');
+</script>