mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision cb40575e1a57892476f3e326355674d492dedbd2
This commit is contained in:
parent
0afe412d63
commit
fa6a725a86
170 changed files with 1958 additions and 664 deletions
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://crbug.com/1098840">
|
||||
<title>Verifies changing 'display' nested positions is not problematic</title>
|
||||
<div style="position:absolute; display:table;">
|
||||
<div style="position:fixed;"></div>
|
||||
</div>
|
||||
<span></span>
|
||||
<div id="boom" style="display:none;"></div>
|
||||
<script>
|
||||
document.body.offsetTop;
|
||||
boom.style.display = "block";
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue