Changeset 155650 in webkit


Ignore:
Timestamp:
Sep 12, 2013, 2:40:04 PM (11 years ago)
Author:
ap@apple.com
Message:

Canvas fillText and measureText handle ideographic spaces differently
https://bugs.webkit.org/show_bug.cgi?id=108881

Fixing the test:

  1. Updated paths to js-test scripts.
  2. Removed "meta charcode" - we don't need to specify a charset here, and it's

"charset", not "charcode" anyway.

  • fast/canvas/canvas-measureText-ideographicSpace.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r155648 r155650  
     12013-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
    1132013-09-12  Alexey Proskuryakov  <ap@apple.com>
    214
  • trunk/LayoutTests/fast/canvas/canvas-measureText-ideographicSpace.html

    r155596 r155650  
    22<html>
    33<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>
    65</head>
    76<body>
     
    2019    shouldBe("spanWidth", "canvasWidth");
    2120</script>
    22 <script src="../js/resources/js-test-post.js"></script>
     21<script src="../../resources/js-test-post.js"></script>
    2322</body>
    2423</html>
Note: See TracChangeset for help on using the changeset viewer.