blob: 4859fdbc3999ec3180518331f9c4a31dfee96d74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# tests that are more likely to be affected by WebRender changes
# as per bug 1621095 this is created to reduce load on android phones
# gfx
include ../../gfx/tests/reftest/reftest.list
include async-scrolling/reftest.list
# bugs/
include bugs/reftest.list
# css animations
include css-animations/reftest.list
# invalidation
include invalidation/reftest.list
# sticky positioning
include position-sticky/reftest.list
# svg/
include svg/reftest.list
# 3d transforms
include transform-3d/reftest.list
|