| Index: third_party/WebKit/Source/web/tests/data/frameserialization/script_in_attributes.html
|
| diff --git a/third_party/WebKit/Source/web/tests/data/frameserialization/script_in_attributes.html b/third_party/WebKit/Source/web/tests/data/frameserialization/script_in_attributes.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0fc79087984117e56fe153f9bebb588d5ad680a9
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/web/tests/data/frameserialization/script_in_attributes.html
|
| @@ -0,0 +1,12 @@
|
| +<html>
|
| +<meta charset="utf8">
|
| +<body ONLOAD="foo();">
|
| +<a class="link" href="javascript:foo();" onclick="bar();">Link</a>
|
| +<svg xmlns="http://www.w3.org/2000/svg">
|
| + <rect id="rect" height="100" fill="green">
|
| + <animate attributeName="width" from="javascript:foo();" to="javascript:bar();" />
|
| + </rect>
|
| +</svg>
|
| +<iframe srcdoc="<body>Subframe</body>"></iframe> <br/>
|
| +</body>
|
| +</html>
|
|
|