Result 16367 Detail

id
16367
type
layouttestresult
test
LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
test version
0
ua
Opera 9 Win (9.62)
date
2009-02-22 22:29:24
duration
0.18799996376
session
1235337725
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 [Error:
name: TypeError
message: Statement on line 1: Type mismatch (usually non-object value supplied where object required)
Backtrace:
  Line 1 of eval script 
    document.querySelector('#lower1').textContent
  Line 82 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBe
         _av = eval(_a);
  Line 2 of inline#1 script in http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
            shouldBe("document.querySelector('#lower1').textContent", "'lower 1'");

]
FAIL document.querySelector('#LOWER2') should be null. Threw exception [Error:
name: TypeError
message: Statement on line 1: Type mismatch (usually non-object value supplied where object required)
Backtrace:
  Line 1 of eval script 
    document.querySelector('#LOWER2')
  Line 82 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBe
         _av = eval(_a);
  Line 101 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBeNull
    function shouldBeNull(_a) { shouldBe(_a, "null"); }
  Line 3 of inline#1 script in http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
            shouldBeNull("document.querySelector('#LOWER2')");

]
FAIL document.querySelector('#UPPER1').textContent should be UPPER 1. Threw exception [Error:
name: TypeError
message: Statement on line 1: Type mismatch (usually non-object value supplied where object required)
Backtrace:
  Line 1 of eval script 
    document.querySelector('#UPPER1').textContent
  Line 82 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBe
         _av = eval(_a);
  Line 4 of inline#1 script in http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
            shouldBe("document.querySelector('#UPPER1').textContent", "'UPPER 1'");

]
FAIL document.querySelector('#upper2') should be null. Threw exception [Error:
name: TypeError
message: Statement on line 1: Type mismatch (usually non-object value supplied where object required)
Backtrace:
  Line 1 of eval script 
    document.querySelector('#upper2')
  Line 82 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBe
         _av = eval(_a);
  Line 101 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBeNull
    function shouldBeNull(_a) { shouldBe(_a, "null"); }
  Line 5 of inline#1 script in http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
            shouldBeNull("document.querySelector('#upper2')");

]
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,68 @@

-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 [Error:
+name: TypeError
+message: Statement on line 1: Type mismatch (usually non-object value supplied where object required)
+Backtrace:
+  Line 1 of eval script 
+    document.querySelector('#lower1').textContent
+  Line 82 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBe
+         _av = eval(_a);
+  Line 2 of inline#1 script in http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
+            shouldBe("document.querySelector('#lower1').textContent", "'lower 1'");
+
+]
+FAIL document.querySelector('#LOWER2') should be null. Threw exception [Error:
+name: TypeError
+message: Statement on line 1: Type mismatch (usually non-object value supplied where object required)
+Backtrace:
+  Line 1 of eval script 
+    document.querySelector('#LOWER2')
+  Line 82 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBe
+         _av = eval(_a);
+  Line 101 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBeNull
+    function shouldBeNull(_a) { shouldBe(_a, "null"); }
+  Line 3 of inline#1 script in http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
+            shouldBeNull("document.querySelector('#LOWER2')");
+
+]
+FAIL document.querySelector('#UPPER1').textContent should be UPPER 1. Threw exception [Error:
+name: TypeError
+message: Statement on line 1: Type mismatch (usually non-object value supplied where object required)
+Backtrace:
+  Line 1 of eval script 
+    document.querySelector('#UPPER1').textContent
+  Line 82 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBe
+         _av = eval(_a);
+  Line 4 of inline#1 script in http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
+            shouldBe("document.querySelector('#UPPER1').textContent", "'UPPER 1'");
+
+]
+FAIL document.querySelector('#upper2') should be null. Threw exception [Error:
+name: TypeError
+message: Statement on line 1: Type mismatch (usually non-object value supplied where object required)
+Backtrace:
+  Line 1 of eval script 
+    document.querySelector('#upper2')
+  Line 82 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBe
+         _av = eval(_a);
+  Line 101 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBeNull
+    function shouldBeNull(_a) { shouldBe(_a, "null"); }
+  Line 5 of inline#1 script in http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
+            shouldBeNull("document.querySelector('#upper2')");
+
+]
 PASS successfullyParsed is true
 
 TEST COMPLETE
 
+    lower 1
+lower 2
+UPPER 1
+UPPER 2
+
+    
+    
+
+