mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
Make borders show up on summit.html
This commit is contained in:
parent
a3bad43e8a
commit
2a0ec06bf3
1 changed files with 4 additions and 4 deletions
|
@ -3,17 +3,17 @@
|
|||
<title>Summit demo page</title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe sandbox="allow-scripts" src="filmstrip.html" style="display:block; border: 1px; width: 200px; height: 200px"
|
||||
<iframe sandbox="allow-scripts" src="filmstrip.html" style="display:block; border: 1px solid black; width: 200px; height: 200px"
|
||||
frameborder="yes" scrolling="yes"></iframe>
|
||||
|
||||
<iframe sandbox="allow-scripts" src="longcat.html" style="display:block; border: 1px; width: 600px; height: 600px"
|
||||
<iframe sandbox="allow-scripts" src="longcat.html" style="display:block; border: 1px solid black; width: 600px; height: 600px"
|
||||
frameborder="yes" scrolling="yes"></iframe>
|
||||
|
||||
<iframe sandbox="allow-scripts" src="test_sandboxed_iframe.html"
|
||||
style="display:block; border: 1px; width: 300px; height: 300px">
|
||||
style="display:block; border: 1px solid black; width: 300px; height: 300px">
|
||||
</iframe>
|
||||
|
||||
<iframe src="summit-link.html" style="display:block; border: 1px; width: 300px; height: 300px"
|
||||
<iframe src="summit-link.html" style="display:block; border: 1px solid black; width: 300px; height: 300px"
|
||||
frameborder="yes" scrolling="yes">
|
||||
</iframe>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue