OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / input / in_593705.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4   <title>[ 593705 ] Use of &lt; comparison symbol confuses Tidy</title>
5   <script type="text/javascript">
6   function foo( bar, baz )
7   {
8     return ( bar < baz ? true : false );
9   }
10   </script>
11 </head>
12 <body>
13   <p>Does the script confuse Tidy?</p>
14 </body>
15 </html>