Home
last modified time | relevance | path

Searched refs:newSrc (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/test/e2e/
Dviewer_screen_recording_test.ts73 const newSrc = await video.getAttribute('src'); constant
74 expect(newSrc).toContain('blob:');
75 expect(newSrc).not.toEqual(src);
Dviewer_screenshot_test.ts68 const newSrc = await img.getAttribute('src'); constant
69 expect(newSrc).toContain('blob:');
70 expect(newSrc).not.toEqual(src);