2022-06-27 15:37:48 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
|
<title>Document</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<button type="button" onclick="a(1 + 2)" ng-click="a(1 + 2)" data-click="a(1 + 2)"></button>
|
|
|
|
<button type="button" onclick="a(1 + 2)" ng-click="a(1 + 2)" data-click="a(1 + 2)"></button>
|
|
|
|
<div data-json='{ "foo": "bar" }'></div>
|
2022-10-18 16:40:59 +03:00
|
|
|
<div data-json="{ "foo": "bar" }"></div>
|
|
|
|
<div data-json='{ "foo": "bar" }'></div>
|
2022-06-27 15:37:48 +03:00
|
|
|
<div data-style="color: red; background-color: red"></div>
|
|
|
|
<iframe srcdoc="<html> <body> <p>test.</p>" src="nosrcdoc.html"></iframe>
|
|
|
|
<div data-html="<html> <body> <p>test.</p>" src="nosrcdoc.html"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|