Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / class-all-whitespace.html
blob06904469db3fdbec33ac6902594954088a262a92
1 <html>
2 <head>
3 <style>
4 div.class { }
5 </style>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 </script>
10 </head>
11 <body>
12 <p>Tests that an all-whitespace <tt>class</tt> attribute does not cause an assertion failure.</p>
13 <div class=" "></div>
14 </body>
15 </html>