Chromium Code Reviews| Index: Source/web/tests/data/button.html |
| diff --git a/Source/web/tests/data/200-by-300.html b/Source/web/tests/data/button.html |
| similarity index 51% |
| copy from Source/web/tests/data/200-by-300.html |
| copy to Source/web/tests/data/button.html |
| index eeb5d8a95d28bff492868b8d00760ed646f7faeb..c519b90b0f0d9bb5c66a5026ad81d679ca016140 100644 |
| --- a/Source/web/tests/data/200-by-300.html |
| +++ b/Source/web/tests/data/button.html |
| @@ -1,21 +1,17 @@ |
| <!DOCTYPE html> |
| <html> |
| - |
| <head> |
| + <meta name='button' content='width=device-width'/> |
|
aelias_OOO_until_Jul13
2015/02/12 19:49:17
If this is supposed to be a viewport tag, the name
gsennton
2015/02/13 19:11:15
Done.
|
| <style> |
| body { |
| margin: 0px; |
| } |
| - #content { |
| - background: silver; |
| - width: 200px; |
| - height: 300px; |
| - } |
| </style> |
| </head> |
| <body> |
| - <div id="content">a</div> |
| + <button style="width:100px;height:100px">a</button> |
| </body> |
| </html> |
| + |