Implement Focus UI
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t040307-syntax-01-b.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: Newlines in strings</title>
5   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#strings">
6   <style type="text/css">
7     p { color: red }
8     p[title="this is\
9  a test"] { color: green }
10   </style>
11  </head>
12  <body>
13   <p title="this is a test">This should be green</p>
14  </body>
15 </html>