[Webkit-unassigned] [Bug 104848] sandboxed iframe attribute parsing layout tests are flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 27 06:46:49 PST 2012


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


Mike West <mkwst at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |mkwst at chromium.org
                   |kit.org                     |
                 CC|                            |mkwst at chromium.org




--- Comment #1 from Mike West <mkwst at chromium.org>  2012-12-27 06:48:57 PST ---
I suspect this is the same issue we saw when adding detail to the multi-iframe CSP tests: the iframes load in an indeterminate order, meaning that the console messages are sometimes generated in a different order than expected.

We solved it for CSP by chaining the iframe loads; I'd like to not do that here, as it's quite slow. A different option would be to break these test into multiple tests, each with only a single iframe present. That makes things a bit more difficult to maintain, but would be consistent.

-- 
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