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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
[ch-pseudo-recalc-on-font-load.html]
[ch in pseudo-element ::marker should be recalculated after loading a web font]
expected:
if (os == "win") and not debug and webrender and not fission: ["FAIL", "PASS"]
if (os == "win") and not debug and webrender and fission: ["PASS", "FAIL"]
if (os == "linux") and not fission and not debug: ["FAIL", "PASS"]
if (os == "win") and not debug and not webrender: ["PASS", "FAIL"]
if (os == "android") and debug: PASS
if (os == "android") and not debug: ["PASS", "FAIL"]
if (os == "linux") and fission: PASS
FAIL
[ch in pseudo-element ::after should be recalculated after loading a web font]
expected:
if (os == "win") and not debug and webrender and fission: ["PASS", "FAIL"]
if (os == "win") and not debug and webrender and not fission: ["FAIL", "PASS"]
if (os == "win") and not debug and not webrender: ["PASS", "FAIL"]
if (os == "linux") and not fission and not debug: ["FAIL", "PASS"]
if (os == "android") and debug: PASS
if (os == "android") and not debug: ["PASS", "FAIL"]
if (os == "linux") and fission: PASS
FAIL
[ch in pseudo-element ::first-line should be recalculated after loading a web font]
expected:
if (os == "win") and not debug and webrender and fission: ["PASS", "FAIL"]
if (os == "win") and not debug and webrender and not fission: ["FAIL", "PASS"]
if (os == "linux") and not fission and not debug: ["FAIL", "PASS"]
if (os == "win") and not debug and not webrender: ["PASS", "FAIL"]
if (os == "linux") and fission: PASS
if (os == "android") and debug: PASS
if (os == "android") and not debug: ["PASS", "FAIL"]
FAIL
[ch in pseudo-element ::before should be recalculated after loading a web font]
expected:
if (os == "win") and not debug and webrender and fission: ["PASS", "FAIL"]
if (os == "win") and not debug and webrender and not fission: ["FAIL", "PASS"]
if (os == "win") and not debug and not webrender: ["PASS", "FAIL"]
if (os == "linux") and not fission and not debug: ["FAIL", "PASS"]
if (os == "android") and not debug: ["PASS", "FAIL"]
if (os == "android") and debug: PASS
if (os == "linux") and fission: PASS
FAIL
|