- From: Simon Pieters <web-platform-tests-notifications@w3.org>
- Date: Tue, 01 Nov 2016 15:18:59 GMT
- To: public-web-platform-tests-notifications@w3.org
```diff
diff --git a/cssom/serialize-values.html b/cssom/serialize-values.html
index 310ad80..8f6f3d2 100644
--- a/cssom/serialize-values.html
+++ b/cssom/serialize-values.html
@@ -1,13 +1,12 @@
<!DOCTYPE html>
<meta charset="utf-8">
-<title>CSSOM</title>
+<title>CSSOM serialize values</title>
<meta name="author" title="Josh Matthews" href="mailto:josh@joshmatthews.net">
-<link rel="stylesheet" href="/resources/testharness.css">
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
<body>
<div id="log"></div>
<div id="parent"></div>
- <script src="/resources/testharness.js"></script>
- <script src="/resources/testharnessreport.js"></script>
<script>
function iterable(values) {
var i = 0;
@@ -224,7 +223,7 @@
}
var t = async_test(style.declaration);
- t.cleanup(function() {
+ t.add_cleanup(function() {
document.getElementById('parent').removeChild(elem);
});
```
View on GitHub: https://github.com/w3c/web-platform-tests/pull/1427#issuecomment-257594465
Received on Tuesday, 1 November 2016 15:19:42 UTC