Result 44926 Detail
- id
- 44926
- type
- layouttestresult
- test
-
LayoutTests/fast/dom/SelectorAPI/caseTag.html
- test version
- 0
- ua
-
Opera 9 Lin (9.62)
- date
- 2009-02-23 07:23:27
- duration
- 0.158313035965
- session
-
1235394998
- 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 [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('div SPAN').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/caseTag.html
shouldBe("document.querySelector('div SPAN').textContent", "'lower'");
]
FAIL document.querySelector('div p').textContent should be UPPER. 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('div p').textContent
Line 82 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBe
_av = eval(_a);
Line 3 of inline#1 script in http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseTag.html
shouldBe("document.querySelector('div p').textContent", "'UPPER'");
]
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,39 @@
-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 [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('div SPAN').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/caseTag.html
+ shouldBe("document.querySelector('div SPAN').textContent", "'lower'");
+
+]
+FAIL document.querySelector('div p').textContent should be UPPER. 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('div p').textContent
+ Line 82 of linked script http://localhost:8888/LayoutTests/fast/js/resources/js-test-pre.js: In function shouldBe
+ _av = eval(_a);
+ Line 3 of inline#1 script in http://localhost:8888/LayoutTests/fast/dom/SelectorAPI/caseTag.html
+ shouldBe("document.querySelector('div p').textContent", "'UPPER'");
+
+]
PASS successfullyParsed is true
TEST COMPLETE
+ lower
+
+UPPER
+
+
+
+
+