| Index: PerformanceTests/Layout/character_fallback.html
|
| diff --git a/PerformanceTests/Layout/character_fallback.html b/PerformanceTests/Layout/character_fallback.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..503389eb1fbd4c303cf88f55f0384c2c3781ab65
|
| --- /dev/null
|
| +++ b/PerformanceTests/Layout/character_fallback.html
|
| @@ -0,0 +1,12 @@
|
| +<html>
|
| +<head>
|
| + <title>Character Font Fallback Performance</title>
|
| +<script src="../resources/runner.js"></script>
|
| +<script src="resources/character_fallback_chars.js"></script>
|
| +<script src="resources/character_fallback_test.js"></script>
|
| +</head>
|
| +<body onload="startTest()">
|
| + <pre id="log"></pre>
|
| + <div id="target"></div>
|
| +</body>
|
| +</html>
|
|
|