Skip to content

Commit 5650923

Browse files
committed
[BUG]: existing class on page duplicate class attributes
1 parent 0ca95fb commit 5650923

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/fixtures/custom-body-attrs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

10-
10+
1111
<!-- EMBER_CLI_FASTBOOT_TITLE --><!-- EMBER_CLI_FASTBOOT_HEAD -->
1212

1313

1414
</head>
15-
<body data-foo=1>
15+
<body class="no-js" data-foo=1>
1616
<!-- EMBER_CLI_FASTBOOT_BODY -->
1717

1818
<script src="/assets/vendor.js"></script>
1919
<script src="/assets/fastboot-test.js"></script>
2020

21-
21+
2222
</body>
2323
</html>

0 commit comments

Comments
 (0)