Bug 131496
Summary: | [ATK] Layout Test accessibility/help-text.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | apinheiro, jdiggs, k.czech, k.wolanski, mario, mpakulavelrutka |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux |
Carlos Alberto Lopez Perez
The following layout test is failing on GTK
accessibility/help-text.html
This test was introduced on r167054 (see bug #130386 )
The diff is the following:
--- /stuff/webkit/webkit/layout-test-results/accessibility/help-text-expected.txt
+++ /stuff/webkit/webkit/layout-test-results/accessibility/help-text-actual.txt
@@ -1,28 +1,20 @@
+CONSOLE MESSAGE: line 68: TypeError: null is not an object (evaluating 'ax.helpText.replace')
+foo foo foo
+foo
+
+foo foo foo
+caption
+
+text
+foo
+foo
+foo
Tests accessibility help text in a variety of examples.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS: Help text for <a> is ""
-PASS: Help text for <a> is "bar"
-PASS: Help text for <a> is "baz"
-PASS: Help text for <a> is ""
-PASS: Help text for <h1> is "bar"
-PASS: Help text for <a> is ""
-PASS: Help text for <button> is ""
-PASS: Help text for <button> is "bar"
-PASS: Help text for <button> is "baz"
-PASS: Help text for <button> is ""
-PASS: Help text for <table> is "table summary"
-PASS: Help text for <input> is ""
-PASS: Help text for <div> is ""
-PASS: Help text for <main> is "bar"
-PASS: Help text for <button> is ""
-PASS: Help text for <main> is ""
-PASS: Help text for <div> is ""
-PASS: Help text for <a> is "bar"
-PASS: Help text for <div> is ""
-PASS successfullyParsed is true
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Krzysztof Wolanski
This test returns the same output in EFL port.
Joanmarie Diggs
*** This bug has been marked as a duplicate of bug 157187 ***