[robotframework-seleniumlibrary] push by pekka.klarck - added content type to please chrome on 2012-05-07 11:14 GMT

1 view
Skip to first unread message

robotframework-...@googlecode.com

unread,
May 7, 2012, 7:14:37 AM5/7/12
to robotframework-se...@googlegroups.com
Revision: 333eccbf389b
Author: Pekka Klärck
Date: Mon May 7 04:12:51 2012
Log: added content type to please chrome
http://code.google.com/p/robotframework-seleniumlibrary/source/detail?r=333eccbf389b

Modified:
/test/resources/html/visibility.html

=======================================
--- /test/resources/html/visibility.html Thu Oct 28 14:49:00 2010
+++ /test/resources/html/visibility.html Mon May 7 04:12:51 2012
@@ -1,9 +1,10 @@
<html>
- <head>
- <title>Visibility Keyword Testbed</title>
- </head>
- <body>
- <div id="i_am_visible">nothing special</div>
- <div id="i_am_hidden" style="display:none;">hidden message</div>
- </body>
+ <head>
+ <title>Visibility Keyword Testbed</title>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ </head>
+ <body>
+ <div id="i_am_visible">nothing special</div>
+ <div id="i_am_hidden" style="display:none;">hidden message</div>
+ </body>
</html>
Reply all
Reply to author
Forward
0 new messages