1 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
5 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
10 InspectorTest
.selectNodeAndWaitForStyles("main", step1
);
14 InspectorTest
.addResult("Main style:");
15 InspectorTest
.dumpSelectedElementStyles(true, false, true);
16 InspectorTest
.completeTest();
22 <body onload=
"runTest()">
24 Tests that svg:style does not crash when the related element is inspected.
27 <svg:svg xmlns:
svg=
"http://www.w3.org/2000/svg" version=
"1.1">
29 <svg:style type=
"text/css">
33 <svg:rect id=
"main" width=
"100" height=
"100"/>