+2007-12-07 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ - test for http://bugs.webkit.org/show_bug.cgi?id=16348
+ @font-face does not affect the default style
+
+ * fast/css/font-face-default-font.html: Added.
+ * platform/mac-leopard/fast/css: Added.
+ * platform/mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
+ * platform/mac-leopard/fast/css/font-face-default-font-expected.png: Added.
+ * platform/mac/fast/css/font-face-default-font-expected.txt: Added.
+
2007-12-07 Darin Adler <darin@apple.com>
Reviewed by Adele.
--- /dev/null
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {P} at (0,0) size 784x18
+ RenderText {#text} at (0,0) size 57x17
+ text run at (0,0) width 57: "Test for "
+ RenderInline {I} at (0,0) size 632x17
+ RenderInline {A} at (0,0) size 329x17 [color=#0000EE]
+ RenderText {#text} at (57,0) size 329x17
+ text run at (57,0) width 329: "http://bugs.webkit.org/show_bug.cgi?id=16348"
+ RenderText {#text} at (386,0) size 303x17
+ text run at (386,0) width 4: " "
+ text run at (390,0) width 299: "@font-face does not affect the default style"
+ RenderText {#text} at (689,0) size 4x17
+ text run at (689,0) width 4: "."
+ RenderBlock (anonymous) at (0,34) size 784x18
+ RenderText {#text} at (0,0) size 192x17
+ text run at (0,0) width 192: "This text should be in Arial."
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+2007-12-07 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ - fix http://bugs.webkit.org/show_bug.cgi?id=16348
+ @font-face does not affect the default style
+
+ Test: fast/css/font-face-default-font.html
+
+ * dom/Document.cpp:
+ (WebCore::Document::recalcStyle): Pass our font selector to
+ Font::update() if we already have one.
+
2007-12-07 Darin Adler <darin@apple.com>
- fix Windows build