зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1048926 - fix and enable the testcase because the preload action is PRELOAD_NONE on mobile platform. r=jwwang
This commit is contained in:
Родитель
d379b4fb9f
Коммит
af73e8302b
|
@ -3,6 +3,6 @@
|
|||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<video src="789075.webm" onloadedmetadata="document.documentElement.className=undefined"></video>
|
||||
<video src="789075.webm" preload="metadata" onloadedmetadata="document.documentElement.className=undefined"></video>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -12,6 +12,6 @@ function boom()
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<video id="a" src="cors.webm" crossorigin onloadedmetadata="boom();">
|
||||
<video id="a" src="cors.webm" crossorigin preload="metadata" onloadedmetadata="boom();">
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -10,8 +10,8 @@ load 492286-1.xhtml
|
|||
load 495794-1.html
|
||||
load 576612-1.html
|
||||
load 752784-1.html
|
||||
skip-if(Android||B2G) load 789075-1.html # bug 1048926
|
||||
skip-if(Android||B2G) HTTP load 795892-1.html # bug 1048926
|
||||
load 789075-1.html
|
||||
HTTP load 795892-1.html
|
||||
load 844563.html
|
||||
load 846612.html
|
||||
load 852838.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче