Index: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-empty-font-family.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family.html b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-empty-font-family.html |
similarity index 78% |
copy from third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family.html |
copy to third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-empty-font-family.html |
index 83bd9a2a8645d855d15ab2db9c102748fa90494d..3e0376e3e8df166078081a31728ab3fc3361e70e 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-empty-font-family.html |
@@ -15,7 +15,7 @@ function test() |
document.getElementById("exposed").textContent = text; |
} |
</script> |
-<body onload="test()" style="font-family: monospace, 'Lucida Grande', sans-serif"> |
-<p>Font attributes. The font-family should list three families:</p> |
+<body onload="test()" style="font-family: ''"> |
+<p>Font attributes. The font-family should list the empty string:</p> |
<p id="exposed" style="white-space: pre"></p> |
</body> |