mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8
This commit is contained in:
parent
68cb8f3d59
commit
75d6484415
1377 changed files with 31062 additions and 16983 deletions
|
@ -0,0 +1,17 @@
|
|||
<!doctype html>
|
||||
<title>CSS charset: page windows-1252, CSS-HTTP windows-1251, CSS UTF-8 BOM</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-syntax-3/#determine-the-fallback-encoding">
|
||||
<meta charset=windows-1252>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<link rel=stylesheet href="support/utf8-bom-http-windows-1251.css">
|
||||
<div id=log></div>
|
||||
<div id=�></div>
|
||||
<script>
|
||||
var elm = document.getElementById('\ufffd');
|
||||
var t = async_test();
|
||||
onload = t.step_func(function(){
|
||||
assert_equals(getComputedStyle(elm, '').visibility, 'hidden');
|
||||
this.done();
|
||||
});
|
||||
</script>
|
|
@ -0,0 +1 @@
|
|||
#È { visibility:hidden }
|
|
@ -0,0 +1 @@
|
|||
Content-Type: text/css; charset=windows-1251
|
Loading…
Add table
Add a link
Reference in a new issue