Re-apply r17618, which got reverted with CSS suite update.
Reviewed by Sam Weinig.
Fix a layout test failure that happened with additional fonts installed - replace a fancy
Unicode character with a plain asterisk.
* css2.1/t0905-c414-flt-00-d-expected.checksum:
* css2.1/t0905-c414-flt-00-d-expected.png:
* css2.1/t0905-c414-flt-00-d-expected.txt:
* css2.1/t0905-c414-flt-00-d.html:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@18645 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/css2.1/t0905-c414-flt-00-d.html b/LayoutTests/css2.1/t0905-c414-flt-00-d.html
index 41131f5..1aef6ff 100644
--- a/LayoutTests/css2.1/t0905-c414-flt-00-d.html
+++ b/LayoutTests/css2.1/t0905-c414-flt-00-d.html
@@ -19,13 +19,13 @@
<body>
<p>The two patterns below should be identical, with no red present.</p>
<div class="control">
- <div class="left"> ☮ </div>
- <div class="right"> ☮ </div>
+ <div class="left"> * </div>
+ <div class="right"> * </div>
</div>
<div class="test">
<div>
- <p class="left"> ☮ </p>
- <p class="right"> ☮ </p>
+ <p class="left"> * </p>
+ <p class="right"> * </p>
</div>
</div>
</body>