mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision 5c34fc630374b9eb0559139a486ff1a2e4247c4f
This commit is contained in:
parent
b0f0bd8282
commit
1b463fce85
222 changed files with 5045 additions and 641 deletions
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="test-wait">
|
||||
<link rel="help" href="https://crbug.com/1085994">
|
||||
<style id="style">
|
||||
@property --x {
|
||||
syntax: "<length>";
|
||||
inherits: false;
|
||||
initial-value: 0px;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.documentElement.offsetTop;
|
||||
style.setAttribute('media', 'braille');
|
||||
document.documentElement.className = '';
|
||||
</script>
|
||||
<p>
|
||||
PASS if no crash
|
||||
</p>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue