mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision 2b7dace05fc1869398ee24f84fda4c0e4c0455ae
This commit is contained in:
parent
b23125d590
commit
6c901de216
844 changed files with 19802 additions and 3093 deletions
|
@ -8,9 +8,19 @@
|
|||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="cookie-http-state-template.js"></script>
|
||||
<style type="text/css">
|
||||
.scrollable {
|
||||
height:150px;
|
||||
overflow-y:scroll;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
<h3>Log</h3>
|
||||
<div id="log" class="scrollable"></div>
|
||||
<h3>IFrame</h3>
|
||||
<div id="iframes" class="toggleable scrollable"></div>
|
||||
<h3>Test Results</h3>
|
||||
<script>
|
||||
setup({ explicit_timeout: true });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue