RESOLVED FIXED 175194
LayoutTest accessibility/presentation-role-iframe.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=175194
Summary LayoutTest accessibility/presentation-role-iframe.html is a flaky failure
Attachments
patch (2.33 KB, patch)
2017-08-09 13:52 PDT, Nan Wang
cfleizach: review+
Ryan Haddad
Comment 1 2017-08-04 10:06:14 PDT
Ryan Haddad
Comment 2 2017-08-04 10:07:36 PDT
--- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/accessibility/presentation-role-iframe-expected.txt +++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/accessibility/presentation-role-iframe-actual.txt @@ -8,10 +8,10 @@ 1. Content child: AXRole: AXGroup 1. Content grand child: AXRole: AXButton +3. Content child: AXRole: AXGroup +3. Content grand child: AXRole: AXButton 2. Content child: AXRole: AXScrollArea 2. Content grand child: AXRole: AXWebArea -3. Content child: AXRole: AXGroup -3. Content grand child: AXRole: AXButton PASS successfullyParsed is true TEST COMPLETE
Ryan Haddad
Comment 3 2017-08-04 10:08:00 PDT
Chris, it looks like this test has been flaky since it was added. Could you take a look?
chris fleizach
Comment 4 2017-08-04 18:05:43 PDT
(In reply to Ryan Haddad from comment #3) > Chris, it looks like this test has been flaky since it was added. Could you > take a look? Yep, will do.
Nan Wang
Comment 5 2017-08-09 13:52:48 PDT
chris fleizach
Comment 6 2017-08-09 15:24:26 PDT
Comment on attachment 317735 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=317735&action=review r+ with style change > LayoutTests/accessibility/presentation-role-iframe.html:33 > +var test1Log, test2Log, test3Log semi-colon at the end? also I think WebKit likes to put each variable on a separate line. > LayoutTests/accessibility/presentation-role-iframe.html:62 > + var result = testNumber + ". Content child: " + content.childAtIndex(0).role; extra space after =
Nan Wang
Comment 7 2017-08-09 15:36:06 PDT
Radar WebKit Bug Importer
Comment 8 2017-08-09 15:37:32 PDT
Note You need to log in before you can comment on or make changes to this bug.