mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update web-platform-tests to revision b'b6f6bf16fe6069aed53d28af86a79b8ff4963844'
This commit is contained in:
parent
0720f4f736
commit
8bfdc02dd8
590 changed files with 11442 additions and 3709 deletions
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Missing semicolon at end of block should not keep declaration from being applied</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="color: green;">Test passes if this paragraph is green.</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Missing semicolon at end of block should not keep declaration from being applied</title>
|
||||
<link rel="author" title="Steinar H. Gunderson" href="mailto:sesse@chromium.org">
|
||||
<link rel="help" href="https://crbug.com/1413840">
|
||||
<link rel="match" href="missing-semicolon-ref.html">
|
||||
<link rel="stylesheet" href="support/missing-semicolon.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="c">Test passes if this paragraph is green.</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,5 @@
|
|||
.c {
|
||||
/* This { needs to be there to send Chromium into a different path. */
|
||||
color: red;
|
||||
color: green
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue