| Index: LayoutTests/fast/css/cssom-modify-font-face-rule.html | 
| diff --git a/LayoutTests/fast/css/font-face-remove.html b/LayoutTests/fast/css/cssom-modify-font-face-rule.html | 
| similarity index 78% | 
| copy from LayoutTests/fast/css/font-face-remove.html | 
| copy to LayoutTests/fast/css/cssom-modify-font-face-rule.html | 
| index 9f76e80bd388232a5943b4d7438506caa2592124..345f3e4d2be3dfddcbe467f4b126e4d9040d3ad2 100644 | 
| --- a/LayoutTests/fast/css/font-face-remove.html | 
| +++ b/LayoutTests/fast/css/cssom-modify-font-face-rule.html | 
| @@ -1,11 +1,10 @@ | 
| -<!doctype html> | 
| +<!DOCTYPE html> | 
| <html> | 
| <head> | 
| <script> | 
| function runTest() { | 
| -    var target = document.getElementById('target'); | 
| document.body.offsetLeft; | 
| -    target.parentNode.removeChild(target); | 
| +    document.styleSheets[0].cssRules[0].style.fontFamily = "f2"; | 
| } | 
| </script> | 
| </head> | 
|  |