Update web-platform-tests to revision 9659a35d816ff1b32835a2eccf3e0117dea4e5ce

This commit is contained in:
WPT Sync Bot 2018-02-26 20:17:41 -05:00
parent 6df0dc5b27
commit 4f0af2af66
54 changed files with 1873 additions and 137 deletions

View file

@ -8,7 +8,7 @@
<meta name="assert" content="Style attribute values are the content of a
declaration block: the braces must not be included and are therefore invalid."/>
<style type="text/css">
p { background: lime; color: green; }
p { background: lime; color: green; margin-top: 1em; }
</style>
</head>
<body>