| Index: third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html
|
| diff --git a/third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html b/third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4a7ad0f20e0ff464bfbc5f8c72064a347cfaddf8
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html
|
| @@ -0,0 +1,11 @@
|
| +<html>
|
| +<meta charset="utf8">
|
| +<body">
|
| +<p id="hidden_id" hidden>Invisible</p>
|
| +<p id="visible_id">Visible</p>
|
| +<form>
|
| + <input type="text" size="10">
|
| + <input type="hidden" name="foo" value="bar">
|
| +</form>
|
| +</body>
|
| +</html>
|
|
|