Bug 1048926 - fix and enable the testcase because the preload action is PRELOAD_NONE on mobile platform. r=jwwang

This commit is contained in:
Benjamin Chen 2015-08-04 16:50:40 +08:00
parent 9b4b84a3cd
commit d29424a752
3 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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