blob: 9fd25e5dc77fdbb8795b330da49bb70263557faf [file] [log] [blame]
Tests that elements panel shows all types of elements in the correct case.
<!DOCTYPE html>
- <html>
- <head>
<base href="http://127.0.0.1:8000/devtools/elements/">
<link rel="stylesheet" href="resources/elements-panel-styles.css">
</head>
- <body>
- <svg>
<feComposite></feComposite>
</svg>
- <svg>
<circle></circle>
</svg>
<div></div>
<div></div>
</body>
</html>