OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <script> | |
5 if (window.testRunner) | |
6 testRunner.dumpAsText(); | |
7 </script> | |
8 | |
9 <style> | |
10 * { | |
11 @\aaa | |
12 } | |
13 </style> | |
14 </head> | |
15 <body> | |
16 <p> | |
17 Test for crash when the identifier of an at-rule contains unicode escape s. | |
18 The test passes if it does not cause an assertion failure. | |
19 (http://code.google.com/p/chromium/issues/detail?id=364492) | |
20 </p> | |
21 </body> | |
22 </html> | |
OLD | NEW |