mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
Avoid data URLs for read-media tests.
This commit is contained in:
parent
cfba589e64
commit
15a0547b07
3 changed files with 2 additions and 9 deletions
|
@ -1,5 +0,0 @@
|
|||
[pageload-image.html]
|
||||
type: testharness
|
||||
[The document for a standalone media file should have one child in the body.]
|
||||
expected: FAIL
|
||||
|
|
@ -24,7 +24,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
<iframe id="testframe" onload="t.step(frameLoaded)"
|
||||
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oMFgQGMyFwHucAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC"></iframe>
|
||||
<iframe id="testframe" onload="t.step(frameLoaded)" src="/images/blue.png"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
<iframe id="testframe" onload="t.step(frameLoaded)"
|
||||
src="data:video/webm,"></iframe>
|
||||
<iframe id="testframe" onload="t.step(frameLoaded)" src="/media/white.webm"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue