chromium/third_party/blink/web_tests/http/tests/devtools/elements/elements-panel-correct-case-expected.txt

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>