зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1135403
- Test that canvas debugger handles scenario where there is an animation cycle, but no draw calls or canvas. r=vp
This commit is contained in:
Родитель
89f38a949f
Коммит
b77e439bd6
|
@ -4,6 +4,7 @@ support-files =
|
||||||
doc_raf-begin.html
|
doc_raf-begin.html
|
||||||
doc_settimeout.html
|
doc_settimeout.html
|
||||||
doc_no-canvas.html
|
doc_no-canvas.html
|
||||||
|
doc_raf-no-canvas.html
|
||||||
doc_simple-canvas.html
|
doc_simple-canvas.html
|
||||||
doc_simple-canvas-bitmasks.html
|
doc_simple-canvas-bitmasks.html
|
||||||
doc_simple-canvas-deep-stack.html
|
doc_simple-canvas-deep-stack.html
|
||||||
|
@ -49,3 +50,4 @@ skip-if = e10s # bug 1102301 - leaks while running as a standalone directory in
|
||||||
[browser_canvas-frontend-stepping.js]
|
[browser_canvas-frontend-stepping.js]
|
||||||
[browser_canvas-frontend-stop-01.js]
|
[browser_canvas-frontend-stop-01.js]
|
||||||
[browser_canvas-frontend-stop-02.js]
|
[browser_canvas-frontend-stop-02.js]
|
||||||
|
[browser_canvas-frontend-stop-03.js]
|
||||||
|
|
|
@ -30,6 +30,7 @@ const FRAME_SCRIPT_UTILS_URL = "chrome://browser/content/devtools/frame-script-u
|
||||||
const EXAMPLE_URL = "http://example.com/browser/browser/devtools/canvasdebugger/test/";
|
const EXAMPLE_URL = "http://example.com/browser/browser/devtools/canvasdebugger/test/";
|
||||||
const SET_TIMEOUT_URL = EXAMPLE_URL + "doc_settimeout.html";
|
const SET_TIMEOUT_URL = EXAMPLE_URL + "doc_settimeout.html";
|
||||||
const NO_CANVAS_URL = EXAMPLE_URL + "doc_no-canvas.html";
|
const NO_CANVAS_URL = EXAMPLE_URL + "doc_no-canvas.html";
|
||||||
|
const RAF_NO_CANVAS_URL = EXAMPLE_URL + "doc_raf-no-canvas.html";
|
||||||
const SIMPLE_CANVAS_URL = EXAMPLE_URL + "doc_simple-canvas.html";
|
const SIMPLE_CANVAS_URL = EXAMPLE_URL + "doc_simple-canvas.html";
|
||||||
const SIMPLE_BITMASKS_URL = EXAMPLE_URL + "doc_simple-canvas-bitmasks.html";
|
const SIMPLE_BITMASKS_URL = EXAMPLE_URL + "doc_simple-canvas-bitmasks.html";
|
||||||
const SIMPLE_CANVAS_TRANSPARENT_URL = EXAMPLE_URL + "doc_simple-canvas-transparent.html";
|
const SIMPLE_CANVAS_TRANSPARENT_URL = EXAMPLE_URL + "doc_simple-canvas-transparent.html";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче