[Webkit-unassigned] [Bug 72189] accessibility/adjacent-continuations-cause-assertion-failure.html flaky on Chromium win release bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 16:23:14 PST 2011


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





--- Comment #1 from Erik Arvidsson <arv at chromium.org>  2011-11-11 16:23:15 PST ---
I've been staring at this (and http://code.google.com/p/chromium/issues/detail?id=101996) a lot lately.

This one is strange. Maybe there is some strangeness going on with innerHTML and the way we are trying to insert p elements into the existing p element? We should end up with: 

<p>
  <span>
    <p>$msg</p>
    <p>On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".</p>
  </span>
</p>

Which is non-sensical but I've never seen that not work before.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list