Result 58138 Detail
- id
- 58138
- type
- layouttestresult
- test
-
LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
- test version
- 0
- ua
-
IE 7 Win (7)
- date
- 2009-02-23 16:41:50
- duration
- 0.141000032425
- session
-
1235403316
- succeeded
- 0
- status
- FAIL
Layouttest result detail
expected:
PASS document.querySelector('#lower1').textContent is 'lower 1'
PASS document.querySelector('#LOWER2') is null
PASS document.querySelector('#UPPER1').textContent is 'UPPER 1'
PASS document.querySelector('#upper2') is null
PASS successfullyParsed is true
TEST COMPLETE
actual:
FAIL document.querySelector('#lower1').textContent should be lower 1. Threw exception [object Error]
FAIL document.querySelector('#LOWER2') should be null. Threw exception [object Error]
FAIL document.querySelector('#UPPER1').textContent should be UPPER 1. Threw exception [object Error]
FAIL document.querySelector('#upper2') should be null. Threw exception [object Error]
PASS successfullyParsed is true
TEST COMPLETE
lower 1
lower 2
UPPER 1
UPPER 2
diff:
--- LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict-expected.txt
+++ LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict-actual.txt
@@ -1,8 +1,11 @@
-PASS document.querySelector('#lower1').textContent is 'lower 1'
-PASS document.querySelector('#LOWER2') is null
-PASS document.querySelector('#UPPER1').textContent is 'UPPER 1'
-PASS document.querySelector('#upper2') is null
+FAIL document.querySelector('#lower1').textContent should be lower 1. Threw exception [object Error]
+FAIL document.querySelector('#LOWER2') should be null. Threw exception [object Error]
+FAIL document.querySelector('#UPPER1').textContent should be UPPER 1. Threw exception [object Error]
+FAIL document.querySelector('#upper2') should be null. Threw exception [object Error]
PASS successfullyParsed is true
TEST COMPLETE
-
+lower 1
+lower 2
+UPPER 1
+UPPER 2