2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t040307-syntax-01-b.html
blobc406579b3c661945d4bf2516a932a335895220cd
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>