Created attachment 243433 [details] testcase A vertical line shows up between two div-s on EFL WebKit. This issue was reproduced on Ubuntu 14.04 LTS. On Gtk this works fine.
It seems to be related how antialiasing is applied in cairo compositor (which is cairo-spans-compositor.c in the cairo lib used by EFL WebKit). If antialiasing is disabled in GraphicsContextCairo with cairo_set_antialias(platformContext()->cr(), CAIRO_ANTIALIAS_NONE); the problem seems to disappear.
Closing this bug because the EFL port has been removed from trunk. If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.