OLD | NEW |
---|---|
1 <html> | 1 <html> |
Julien - ping for review
2014/05/08 15:26:29
The test is missing a <!DOCTYPE html>
| |
2 <head> | 2 <head> |
3 <script> | 3 <script> |
4 if (window.testRunner) | 4 if (window.testRunner) |
5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
6 </script> | 6 </script> |
7 | |
7 <style> | 8 <style> |
8 #parent { | 9 * { |
9 font: 20px/1 ahem; | 10 @\aaa |
11 } | |
10 </style> | 12 </style> |
11 </head> | 13 </head> |
12 <body> | 14 <body> |
13 This page shouldn't crash when parsing CSS - Bug 95706. | 15 <p>This test passes if it does not crash.</p> |
Julien - ping for review
2014/05/08 15:26:29
I would like a description of what we test for pos
| |
14 </body> | 16 </body> |
15 </html> | 17 </html> |
OLD | NEW |