Bug 1367523 Part 4: Update the layout/reftests/stylesheet-cloning/counter-style-rule-clone.html test to use correct unicode literals. draft
authorBrad Werth <bwerth@mozilla.com>
Mon, 05 Jun 2017 11:59:24 -0700
changeset 591087 c2d3ef953031c88939abd01ef1900bae2da0321c
parent 591086 dfd88426eb6de1aa239a9f09d9c42b001d9d0a4b
child 632422 cccd268da5f63dd4b9fd7d1cd9ee17073e2a7cf0
push id62952
push userbwerth@mozilla.com
push dateThu, 08 Jun 2017 16:52:26 +0000
bugs1367523
milestone55.0a1
Bug 1367523 Part 4: Update the layout/reftests/stylesheet-cloning/counter-style-rule-clone.html test to use correct unicode literals. MozReview-Commit-ID: 8YtFN9fNYKn
layout/reftests/stylesheet-cloning/counter-style-rule-clone.html
--- a/layout/reftests/stylesheet-cloning/counter-style-rule-clone.html
+++ b/layout/reftests/stylesheet-cloning/counter-style-rule-clone.html
@@ -3,11 +3,11 @@
 <link rel="stylesheet" href="data:text/css,@counter-style a { system: fixed; symbols: A B C D; suffix: '' }">
 <link rel="stylesheet" href="test-common.css">
 <ol style="list-style-type: a">
   <li><li><li><li><li>
 </ol>
 <script>
   onload = function() {
     var links = document.getElementsByTagName("link");
-    links[0].sheet.cssRules[0].symbols = "\25F0 \25F1 \25F2 \25F3";
+    links[0].sheet.cssRules[0].symbols = "\u25F0 \u25F1 \u25F2 \u25F3";
   }
 </script>
\ No newline at end of file