diff --git a/src/lib/style-properties.html b/src/lib/style-properties.html
index c50f3e71..0fa6c6b7 100644
--- a/src/lib/style-properties.html
+++ b/src/lib/style-properties.html
@@ -1,380 +1,380 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/src/lib/style-transformer.html b/src/lib/style-transformer.html
index 5d4eead4..1a072f76 100644
--- a/src/lib/style-transformer.html
+++ b/src/lib/style-transformer.html
@@ -1,275 +1,275 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/src/standard/x-styling.html b/src/standard/x-styling.html
index f1a5e33f..8e0ef8ba 100644
--- a/src/standard/x-styling.html
+++ b/src/standard/x-styling.html
@@ -1,292 +1,292 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/test/unit/styling-scoped.html b/test/unit/styling-scoped.html
index 6bcdaa66..df39a933 100644
--- a/test/unit/styling-scoped.html
+++ b/test/unit/styling-scoped.html
@@ -231,6 +231,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
test('svg elements properly scoped', function() {
assert.include(styled.$.circle.getAttribute('class'), 'style-scope x-styled');
+ assert.notInclude(styled.$.circle.getAttribute('class'), 'null');
assertComputed(styled.$.circle, '1px', 'strokeWidth');
});