Title: [93508] trunk/LayoutTests
Revision
93508
Author
o...@webkit.org
Date
2011-08-22 06:43:30 -0700 (Mon, 22 Aug 2011)

Log Message

[NRWT] Fix "Only unexpected results" option of results.html
https://bugs.webkit.org/show_bug.cgi?id=66657

Patch by Kristóf Kosztyó <kkris...@inf.u-szeged.hu> on 2011-08-22
Reviewed by Csaba Osztrogonác.

* fast/harness/results.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (93507 => 93508)


--- trunk/LayoutTests/ChangeLog	2011-08-22 13:26:47 UTC (rev 93507)
+++ trunk/LayoutTests/ChangeLog	2011-08-22 13:43:30 UTC (rev 93508)
@@ -1,3 +1,12 @@
+2011-08-22  Kristóf Kosztyó  <kkris...@inf.u-szeged.hu>
+
+        [NRWT] Fix "Only unexpected results" option of results.html
+        https://bugs.webkit.org/show_bug.cgi?id=66657
+
+        Reviewed by Csaba Osztrogonác.
+
+        * fast/harness/results.html:
+
 2011-08-22  Vitaly Repeshko  <vita...@chromium.org>
 
         [chromium] Updating test expectations.

Modified: trunk/LayoutTests/fast/harness/results.html (93507 => 93508)


--- trunk/LayoutTests/fast/harness/results.html	2011-08-22 13:26:47 UTC (rev 93507)
+++ trunk/LayoutTests/fast/harness/results.html	2011-08-22 13:43:30 UTC (rev 93508)
@@ -871,7 +871,7 @@
 
 function updateExpectedFailures()
 {
-    document.getElementById('unexpected-style').innerText = onlyShowUnexpectedFailures() ?
+    document.getElementById('unexpected-style').textContent = onlyShowUnexpectedFailures() ?
         '.expected { display: none; }' : '';
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to