blob: 3cbfaba48aaaab861fe61fcaa8f796108ced5a60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[test_resource_timing.https.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[PerformanceEntry has correct order of timing attributes (iframe)]
disabled:
if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1526212
if (os == "win") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526212
expected:
if (os == "android") and debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[PerformanceEntry has correct order of timing attributes (img)]
expected:
if (os == "android") and debug: [PASS, FAIL]
|