Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: third_party/WebKit/Source/web/tests/data/frameserialization/script_in_attributes.html

Issue 2531163004: Remove attributes that contain javascript from MHTML (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <meta charset="utf8">
3 <body onload="foo();">
4 <a href="javascript:foo" onclick="bar();">Link</a>
5 </body>
6 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698