Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webkit2gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
tests
webkit2gtk
Commits
fe573a00
Commit
fe573a00
authored
Mar 05, 2019
by
Gustavo Noronha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import video test from em's personal web space
parent
a1197564
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
bbb.ogg
bbb.ogg
+0
-0
video.html
video.html
+29
-0
No files found.
bbb.ogg
0 → 100644
View file @
fe573a00
File added
video.html
0 → 100644
View file @
fe573a00
<!DOCTYPE html>
<html>
<head>
<title>
HTML5 video test
</title>
<style
type=
"text/css"
>
*
{
margin
:
0px
;
padding
:
0px
;
box-sizing
:
border-box
;
}
h1
{
background
:
#669
;
display
:
block
;
width
:
110%
;
border-bottom
:
2px
solid
#006
;
}
h1
a
{
color
:
white
;
}
iframe
{
width
:
400px
;
height
:
350px
;
margin-top
:
300px
;
}
#filler
{
box-model
:
border-box
;
height
:
300px
;
width
:
350px
;
background
:
#669
;
color
:
#223
;
padding
:
20px
;
}
</style>
</head>
<body>
<h1>
HTML5 video test (or go to
<a
href=
"http://planet.collabora.com"
>
Planet Collabora
</a>
)
</h1>
<video
id=
"video"
autoplay=
"autoplay"
loop=
"loop"
controls=
"controls"
>
<source
src=
"bbb.ogg"
/>
</video>
<div
id=
"filler"
>
<p>
This space intentionally left blank
</p>
</div>
<footer>
<p
id=
"copyright"
><small>
Video licensed under
<a
href=
"http://creativecommons.org/licenses/by/3.0/"
>
Creative Commons Attribution 3.0
</a><br
/>
Copyright Blender Foundation |
<a
href=
"http://www.bigbuckbunny.org/"
>
www.bigbuckbunny.org
</a></small></p>
</footer>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment