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

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: Add positive tests 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <meta charset="utf8">
3 <body onload="foo();">
tkent 2016/11/30 08:10:17 Please add a test for upper-case attributes. e.g.
jianli 2016/12/01 01:52:35 Done.
4 <a class="link" href="javascript:foo();" onclick="bar();">Link</a>
5 <svg xmlns="http://www.w3.org/2000/svg">
6 <rect id="rect" height="100" fill="green">
7 <animate attributeName="width" from="javascript:foo();" to="javascript:bar() ;" />
8 </rect>
9 </svg>
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698