Bug 571280

Summary: [Edge] Workaround failing JUnits with Edge browser
Product: [Eclipse Project] Platform Reporter: Niraj Modi <niraj.modi>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: nikita
Version: 4.19   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Bug Depends on: 538991    
Bug Blocks: 575660, 571909, 573985    

Description Niraj Modi CLA 2021-02-18 02:11:28 EST
Raising bug to capture open issues discussed in https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/174084

test_LocationListener_then_ProgressListener
test_LocationListener_changed
test_LocationListener_ProgressListener_noExtraEvents
test_LocationListener_changingAndOnlyThenChanged

>> These 4 fail because of internal WebView2 quirks. LocationListener.changed sometimes doesn't fire when using Browser.setText, because setText, strictly speaking, doesn't have a "location".
I plan to fix/emulate it in a later patch.