mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="log"></div>
|
<div id="log"></div>
|
||||||
<iframe id="testframe" onload="t.step(frameLoaded)"
|
<iframe id="testframe" onload="t.step(frameLoaded)" src="/images/blue.png"></iframe>
|
||||||
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oMFgQGMyFwHucAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC"></iframe>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="log"></div>
|
<div id="log"></div>
|
||||||
<iframe id="testframe" onload="t.step(frameLoaded)"
|
<iframe id="testframe" onload="t.step(frameLoaded)" src="/media/white.webm"></iframe>
|
||||||
src="data:video/webm,"></iframe>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue