mirror of
https://github.com/servo/servo.git
synced 2025-09-09 14:38:21 +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
|
@ -9,8 +9,14 @@
|
|||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="resources/cookie-http-state-template.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
<body style="background:#EEE">
|
||||
<h3>Log</h3>
|
||||
<div id="log" style="height:50px; overflow-y:scroll; background: #FFF">
|
||||
</div>
|
||||
<h3>IFrames</h3>
|
||||
<div id="iframes" style="height:170px; overflow-y:scroll; background: #FFF">
|
||||
</div>
|
||||
<h3>Test Results</h3>
|
||||
<script>
|
||||
setup({ explicit_timeout: true });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue