diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:41 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 18:28:41 -0800 |
commit | 648161bb0edfc3d43db63caed5cc5213bc6cb78f (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /WebKitTools/mangleme/README | |
parent | a65af38181ac7d34544586bdb5cd004de93897ad (diff) | |
download | external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.zip external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.gz external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'WebKitTools/mangleme/README')
-rw-r--r-- | WebKitTools/mangleme/README | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/WebKitTools/mangleme/README b/WebKitTools/mangleme/README deleted file mode 100644 index 4fe2928..0000000 --- a/WebKitTools/mangleme/README +++ /dev/null @@ -1,20 +0,0 @@ - - HTML manglizer - -------------- - - Copyright (C) 2004 by Michal Zalewski <lcamtuf@coredump.cx> - - A trivial utility to automatically check for HTML parsing flaws. Generates - a basic set of badly mangled tags on request, with auto-refresh back to the - script, so that you can point a browser to it once, and let it run until - it crashes. - - Put it in your cgi-bin directory or any other Apache folder with ExecCGI option - enabled, then visit the URL http://<yourserver>/<cgidir>/mangleme.cgi. - - When the browser crashes, error-log should be examined for the last matching - entry generated by mangle.cgi; extract the hexadecimal value, then invoke - remangle.cgi?hex_value from the browser again. If it crashes, you've reproduced - the problem, and can save the remangle.cgi page using wget or such. - - Check gallery/ for some samples. |