Result 20689 Detail
- id
- 20689
- type
- layouttestresult
- test
-
LayoutTests/fast/dom/SelectorAPI/caseID.html
- test version
- 0
- ua
-
Firefox 2 Lin (2.0.0.20)
- date
- 2009-02-22 17:24:21
- duration
- 0.254384040833
- session
-
1235344878
- succeeded
- 0
- status
- FAIL
Layouttest result detail
expected:
PASS document.querySelector('#lower1').textContent is 'lower 1'
PASS document.querySelector('#LOWER2').textContent is 'lower 2'
PASS document.querySelector('#UPPER1').textContent is 'UPPER 1'
PASS document.querySelector('#upper2').textContent is 'UPPER 2'
PASS successfullyParsed is true
TEST COMPLETE
actual:
FAIL document.querySelector('#lower1').textContent should be lower 1. Threw exception TypeError: document.querySelector is not a function
FAIL document.querySelector('#LOWER2').textContent should be lower 2. Threw exception TypeError: document.querySelector is not a function
FAIL document.querySelector('#UPPER1').textContent should be UPPER 1. Threw exception TypeError: document.querySelector is not a function
FAIL document.querySelector('#upper2').textContent should be UPPER 2. Threw exception TypeError: document.querySelector is not a function
PASS successfullyParsed is true
TEST COMPLETE
lower 1
lower 2
UPPER 1
UPPER 2
diff:
--- LayoutTests/fast/dom/SelectorAPI/caseID-expected.txt
+++ LayoutTests/fast/dom/SelectorAPI/caseID-actual.txt
@@ -1,8 +1,17 @@
-PASS document.querySelector('#lower1').textContent is 'lower 1'
-PASS document.querySelector('#LOWER2').textContent is 'lower 2'
-PASS document.querySelector('#UPPER1').textContent is 'UPPER 1'
-PASS document.querySelector('#upper2').textContent is 'UPPER 2'
+
+
+ FAIL document.querySelector('#lower1').textContent should be lower 1. Threw exception TypeError: document.querySelector is not a function
+FAIL document.querySelector('#LOWER2').textContent should be lower 2. Threw exception TypeError: document.querySelector is not a function
+FAIL document.querySelector('#UPPER1').textContent should be UPPER 1. Threw exception TypeError: document.querySelector is not a function
+FAIL document.querySelector('#upper2').textContent should be UPPER 2. Threw exception TypeError: document.querySelector is not a function
PASS successfullyParsed is true
TEST COMPLETE
+ lower 1
+lower 2
+UPPER 1
+UPPER 2
+
+
+