4 Line numbers are reported wrt the opened style tag baseline.
5 Allow some space here to align local line numbers to be style + 10.
6 Selector sourceLine is the line of the corresponding { following the
10 <style type=
"text/css" media=
"screen">
11 #main, .at_line_11::/*
21 Multiline comment followed with whitespace
30 /* Comment in definition*/
31 /* Comment in definition
2*/
33 /* Comment in definition
3
34 */font-family:/* Comment in
56 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
57 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
62 InspectorTest
.selectNodeAndWaitForStyles("main", step1
);
66 InspectorTest
.dumpSelectedElementStyles(true, false, true);
67 InspectorTest
.completeTest();
74 <body onload=
"runTest()">
76 Tests that proper source lines are reported for the parsed styles.