| Index: third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html
|
| diff --git a/third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html b/third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html
|
| index d5a64cb17e64abcfbb31f9ebd6ac848a36b3a56b..3d7aeb0ac3a7eecc92ca79e1ba112c94f08ef763 100644
|
| --- a/third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html
|
| +++ b/third_party/WebKit/Source/web/tests/data/frameserialization/remove_elements.html
|
| @@ -10,7 +10,7 @@ document.write("Hello World!");
|
| <meta http-equiv="Content-Security-Policy" content="child-src 'self'">
|
| </head>
|
| <body>
|
| -<select name="choices" style="display:none;">
|
| +<select name="choices" hidden>
|
| <option value="c1">c1</option>
|
| <option value="c2">c2</option>
|
| </select>
|
|
|