In Bug 206625 a workaround was added to WebKit's snapshot of ANGLE to flush around calls to glBindFramebuffer on Intel GPUs as a potential way to address flakiness seen in layout tests after switching to the ANGLE backend. However, it's very likely that jdarpinian@'s fix for Bug 208724, setting the EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE context creation attribute to true, fixed the underlying root cause. The glBindFramebuffer flush workaround persists in WebKit's ANGLE snapshot, and should be removed as it's very likely unnecessary.
Created attachment 403940 [details] Patch
Note that there are important steps to take when updating ANGLE. See http://trac.webkit.org/wiki/UpdatingANGLE
Committed r264238: <https://trac.webkit.org/changeset/264238> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403940 [details].
<rdar://problem/65360176>