mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 08fb3cceabe444c32264fdb44db50672ebea8610
This commit is contained in:
parent
ce9f22a5e4
commit
b74bf3ef9a
152 changed files with 4135 additions and 695 deletions
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Grid Layout Test: Insert script as grid item</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#grid-item">
|
||||
<link rel="stylesheet" href="/css/support/grid.css"/>
|
||||
<link rel="match" href="../reference/grid-item-script-001-ref.html">
|
||||
<meta name="assert" content="This test ensures that inserting a script element as grid item doesn't crash.">
|
||||
<div class="grid">
|
||||
<script>
|
||||
var grid = document.getElementsByClassName("grid")[0];
|
||||
grid.offsetTop;
|
||||
grid.innerHTML = "Test passes if it doesn't crash.";
|
||||
</script>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue