Result 28955 Detail

id
28955
type
layouttestresult
test
LayoutTests/fast/dom/SelectorAPI/caseTag.html
test version
0
ua
Firefox 3 Win (3.0.6)
date
2009-02-23 01:36:23
duration
0.203000068665
session
1235349216
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
+
+    
+