mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision b'7af9d6ec48ab04043a2bea85a3599904a1a19efa'
This commit is contained in:
parent
8050c95e31
commit
87be1008de
2742 changed files with 142451 additions and 40667 deletions
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="David Grogan" href="dgrogan@chromium.org">
|
||||
<link rel="help" href="https://crbug.com/1173843">
|
||||
<meta name="assert" content="No crash when a flexbox lays out a frameset with a border in the main axis direction.">
|
||||
<style>
|
||||
frameset {
|
||||
border-right: 50px solid red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id='flex' style="display: flex"></div>
|
||||
|
||||
<script>
|
||||
// I couldn't get the parser to accept a framset inside a div, so this uses
|
||||
// JS instead.
|
||||
flex.appendChild(document.createElement('frameset'));
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue