| Index: LayoutTests/fast/css/font-face-insertBefore.html
|
| diff --git a/LayoutTests/fast/css/font-face-insertBefore.html b/LayoutTests/fast/css/font-face-insertBefore.html
|
| deleted file mode 100644
|
| index 14f1c707dbee63bf40e195290d517e347d489aae..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/css/font-face-insertBefore.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!doctype html>
|
| -<html>
|
| -<head>
|
| -<script>
|
| -function runTest() {
|
| - var newStyle = document.createElement('style');
|
| - newStyle.innerHTML = "@font-face { font-family: f1; font-weight: 100; src: local('Courier New'); }";
|
| - document.body.offsetLeft;
|
| - document.body.insertBefore(newStyle, document.getElementById('target'));
|
| -}
|
| -</script>
|
| -</head>
|
| -<body onload="runTest()">
|
| -<style id="target">
|
| -@font-face {
|
| - font-family: f1;
|
| - font-weight: 100;
|
| - src: url(../../resources/Ahem.ttf);
|
| -}
|
| -</style>
|
| -<span style="font-family: f1; font-weight: 100">A</span>
|
| -</body>
|
| -</html>
|
|
|