3 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../http/tests/inspector/console-test.js"></script>
6 <style>/* unterminated comment
</style>
9 <style>/* terminated comment */
</style>
10 <style>/* terminated comment *//*
</style>
16 InspectorTest
.consoleModel
.messages().forEach(function(message
)
18 InspectorTest
.addResult(message
.message
+ " (line " + message
.line
+ ")");
21 InspectorTest
.completeTest();
27 <body onload=
"runTest()">
28 <p id=
"p">Tests that unterminated comment in CSS generates a warning.
</p>