Commit bbd13848 authored by ossy@webkit.org's avatar ossy@webkit.org

[NRWT] Fix "Only unexpected results" option of results.html

https://bugs.webkit.org/show_bug.cgi?id=66657

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

* fast/harness/results.html:

git-svn-id: svn://svn.chromium.org/blink/trunk@93508 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent d70b4302
2011-08-22 Kristóf Kosztyó <kkristof@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 <vitalyr@chromium.org> 2011-08-22 Vitaly Repeshko <vitalyr@chromium.org>
[chromium] Updating test expectations. [chromium] Updating test expectations.
...@@ -871,7 +871,7 @@ function handleUnexpectedResultsChange() ...@@ -871,7 +871,7 @@ function handleUnexpectedResultsChange()
function updateExpectedFailures() function updateExpectedFailures()
{ {
document.getElementById('unexpected-style').innerText = onlyShowUnexpectedFailures() ? document.getElementById('unexpected-style').textContent = onlyShowUnexpectedFailures() ?
'.expected { display: none; }' : ''; '.expected { display: none; }' : '';
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment