diff options
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/WebKit2/push-state.html')
-rw-r--r-- | Tools/TestWebKitAPI/Tests/WebKit2/push-state.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/TestWebKitAPI/Tests/WebKit2/push-state.html b/Tools/TestWebKitAPI/Tests/WebKit2/push-state.html deleted file mode 100644 index f3a04a6bb..000000000 --- a/Tools/TestWebKitAPI/Tests/WebKit2/push-state.html +++ /dev/null @@ -1,3 +0,0 @@ -<script type="text/javascript"> -history.pushState('newState', 0, '?newState'); -</script> |