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