Test LayoutTests/fast/dom/SelectorAPI/caseTag.html Detail
- id
- LayoutTests/fast/dom/SelectorAPI/caseTag.html
- type
- layouttest
- version
- 0
- enabled
- 1
- tags
- flags
- sections
-
- url
- http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseTag.html
- file
- LayoutTests/fast/dom/SelectorAPI/caseTag.html
- results
-
Layouttest detail
expected:
PASS document.querySelector('div SPAN').textContent is 'lower'
PASS document.querySelector('div p').textContent is 'UPPER'
PASS successfullyParsed is true
TEST COMPLETE
file:
<html>
<head>
<link rel="stylesheet" href="../../js/resources/js-test-style.css">
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<div style="display: none">
<span id="lower1">lower</span><br>
<P id="UPPER1">UPPER</P><br>
</div>
<script>
shouldBe("document.querySelector('div SPAN').textContent", "'lower'");
shouldBe("document.querySelector('div p').textContent", "'UPPER'");
var successfullyParsed = true;
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>
file frame
show/hide: