Changeset 155650 in webkit
- Timestamp:
- Sep 12, 2013, 2:40:04 PM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r155648 r155650 1 2013-09-12 Alexey Proskuryakov <ap@apple.com> 2 3 Canvas fillText and measureText handle ideographic spaces differently 4 https://bugs.webkit.org/show_bug.cgi?id=108881 5 6 Fixing the test: 7 1. Updated paths to js-test scripts. 8 2. Removed "meta charcode" - we don't need to specify a charset here, and it's 9 "charset", not "charcode" anyway. 10 11 * fast/canvas/canvas-measureText-ideographicSpace.html: 12 1 13 2013-09-12 Alexey Proskuryakov <ap@apple.com> 2 14 -
trunk/LayoutTests/fast/canvas/canvas-measureText-ideographicSpace.html
r155596 r155650 2 2 <html> 3 3 <head> 4 <meta charcode="utf-16"> 5 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test-pre.js"></script> 6 5 </head> 7 6 <body> … … 20 19 shouldBe("spanWidth", "canvasWidth"); 21 20 </script> 22 <script src="../ js/resources/js-test-post.js"></script>21 <script src="../../resources/js-test-post.js"></script> 23 22 </body> 24 23 </html>
Note:
See TracChangeset
for help on using the changeset viewer.