Bug 1363612 - Part 2: move files for bug 677495. r=smaug

These two tests use 'media document', so I made this as a seperate patch
to let reviewer to make sure I am doing it correctly.
This commit is contained in:
Yoshi Huang 2017-05-12 15:34:01 +08:00
parent 9af1bdc477
commit ebfed92e7e
4 changed files with 3 additions and 2 deletions

BIN
dom/html/test/file.webm Normal file

Binary file not shown.

View File

@ -191,6 +191,7 @@ support-files =
object_bug287465_o1.html
object_bug287465_o2.html
object_bug556645.html
file.webm
[test_a_text.html]
[test_anchor_href_cache_invalidation.html]

View File

@ -28,7 +28,7 @@ As mandated by the spec, the body of a media document must only contain one chil
<p id="display"></p>
<iframe id="testframe" name="testframe" onload="frameLoaded()"
src="data:video/webm,"></iframe>
src="file.webm"></iframe>
</body>
</html>

View File

@ -28,7 +28,7 @@ As mandated by the spec, the body of a media document must only contain one chil
<p id="display"></p>
<iframe id="testframe" name="testframe" onload="frameLoaded()"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oMFgQGMyFwHucAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC"></iframe>
src="image.png"></iframe>
</body>
</html>