Result 21255 Detail
- id
- 21255
- type
- layouttestresult
- test
-
LayoutTests/fast/dom/SelectorAPI/caseTag.html
- test version
- 0
- ua
-
Firefox 2 Win (2.0.0.20)
- date
- 2009-02-23 00:25:39
- duration
- 0.31299996376
- session
-
1235344883
- succeeded
- 0
- status
- FAIL
Layouttest result detail
expected:
PASS document.querySelector('div SPAN').textContent is 'lower'
PASS document.querySelector('div p').textContent is 'UPPER'
PASS successfullyParsed is true
TEST COMPLETE
actual:
FAIL document.querySelector('div SPAN').textContent should be lower. Threw exception TypeError: document.querySelector is not a function
FAIL document.querySelector('div p').textContent should be UPPER. Threw exception TypeError: document.querySelector is not a function
PASS successfullyParsed is true
TEST COMPLETE
lower
UPPER
diff:
--- LayoutTests/fast/dom/SelectorAPI/caseTag-expected.txt
+++ LayoutTests/fast/dom/SelectorAPI/caseTag-actual.txt
@@ -1,6 +1,13 @@
-PASS document.querySelector('div SPAN').textContent is 'lower'
-PASS document.querySelector('div p').textContent is 'UPPER'
+
+
+ FAIL document.querySelector('div SPAN').textContent should be lower. Threw exception TypeError: document.querySelector is not a function
+FAIL document.querySelector('div p').textContent should be UPPER. Threw exception TypeError: document.querySelector is not a function
PASS successfullyParsed is true
TEST COMPLETE
+ lower
+UPPER
+
+
+