WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
Simple test case
ajax-simple.html (text/html), 194 bytes, created by
Grzegorz Dąbrowski
on 2008-01-20 10:10:19 PST
(
hide
)
Description:
Simple test case
Filename:
MIME Type:
Creator:
Grzegorz Dąbrowski
Created:
2008-01-20 10:10:19 PST
Size:
194 bytes
patch
obsolete
><html> > <head> > <script type="text/javascript"> > var xml = new XMLHttpRequest(); > xml.open("POST", "anypageevenfake.html", true); > xml.send(); > </script> > </head> ></html>
<html> <head> <script type="text/javascript"> var xml = new XMLHttpRequest(); xml.open("POST", "anypageevenfake.html", true); xml.send(); </script> </head> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 16906
:
18545
| 18565 |
19680
|
19767