Index: LayoutTests/fast/forms/button-generated-content.html |
diff --git a/LayoutTests/fast/forms/button-generated-content.html b/LayoutTests/fast/forms/button-generated-content.html |
index 4349e2018b5d62047bd3775743373adb483ee5ad..9e9656f05717a7ac2a6125f89645ca7311487006 100644 |
--- a/LayoutTests/fast/forms/button-generated-content.html |
+++ b/LayoutTests/fast/forms/button-generated-content.html |
@@ -1,8 +1,10 @@ |
<!DOCTYPE HTML> |
<html> |
+<script src="../../resources/ahem.js"></script> |
<head> |
<title></title> |
<style type="text/css"> |
+ button { font-family: Ahem; } |
button.bef:before { content:'before'; } |
button.aft:after { content:'after'; } |
button.bef1:before { content:'BEFORE'; } |