Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit dc32028

Browse files
author
mikesamuel@gmail.com
committed
more IE test fixes
1 parent cc2c4ec commit dc32028

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js-modules/extractSourceSpans_test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h1>Extract Source Spans Test</h1>
111111
var goldenText = testResult.innerText || testResult.textContent;
112112
var passed = actualText === goldenText;
113113
if (!passed) {
114-
console.log(stringify(actualText) + ' !==\n' + stringify(goldenText));
114+
console.log(stringify(goldenText) + ' !==\n' + stringify(actualText));
115115
}
116116
actual.className += passed ? ' ok' : ' failure';
117117
} catch (ex) {
@@ -123,5 +123,5 @@ <h1>Extract Source Spans Test</h1>
123123

124124
<hr>
125125
<address></address>
126-
<!-- hhmts start --> Last modified: Tue Mar 29 16:13:48 PDT 2011 <!-- hhmts end -->
126+
<!-- hhmts start --> Last modified: Tue Mar 29 16:14:57 PDT 2011 <!-- hhmts end -->
127127
</body> </html>

0 commit comments

Comments
 (0)