diff options
4 files changed, 15 insertions, 20 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.checksum index a2291ad..13a3c98 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.checksum @@ -1 +1 @@ -0b71110f395122f2c2dcd9c449b5d003
\ No newline at end of file +d713a004a9c9ea939a81708894fccf4f
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.png Binary files differindex 09fb6d4..63642b0 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.txt index cd757d4..f452e36 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/font-face-default-font-expected.txt @@ -4,19 +4,19 @@ 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 784x20 - RenderText {#text} at (0,1) size 56x18 - text run at (0,1) width 56: "Test for " - RenderInline {I} at (0,0) size 626x19 - RenderInline {A} at (0,0) size 323x19 [color=#0000EE] - RenderText {#text} at (56,0) size 323x19 - text run at (56,0) width 323: "http://bugs.webkit.org/show_bug.cgi?id=16348" - RenderText {#text} at (379,0) size 303x19 - text run at (379,0) width 4: " " - text run at (383,0) width 299: "@font-face does not affect the default style" - RenderText {#text} at (682,1) size 4x18 - text run at (682,1) width 4: "." - RenderBlock (anonymous) at (0,36) size 784x19 - RenderText {#text} at (0,0) size 184x18 - text run at (0,0) width 184: "This text should be in Arial." + RenderText {#text} at (0,0) size 51x19 + text run at (0,0) width 51: "Test for " + RenderInline {I} at (0,0) size 587x19 + RenderInline {A} at (0,0) size 305x19 [color=#0000EE] + RenderText {#text} at (51,0) size 305x19 + text run at (51,0) width 305: "http://bugs.webkit.org/show_bug.cgi?id=16348" + RenderText {#text} at (356,0) size 282x19 + text run at (356,0) width 4: " " + text run at (360,0) width 278: "@font-face does not affect the default style" + RenderText {#text} at (638,0) size 4x19 + text run at (638,0) width 4: "." + RenderBlock (anonymous) at (0,36) size 784x20 + RenderText {#text} at (0,0) size 164x19 + text run at (0,0) width 164: "This text should be in Arial." RenderText {#text} at (0,0) size 0x0 RenderText {#text} at (0,0) size 0x0 diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index faeb4f3..bd1e576 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -304,11 +304,6 @@ DEFER : LayoutTests/fast/js/kde/function_arguments.html = FAIL // error in the header of the following test. DEFER SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL -// Failed with change http://codereview.chromium.org/12457 which changes -// the fallback font to "times new roman" from "Times". Need to -// verify if the current behavior is still correct. -WIN : LayoutTests/fast/css/font-face-default-font.html = FAIL - // We don't support dynamic fonts on Linux. // Once we have the sandbox working, we should re-evaluate this. DEFER LINUX : LayoutTests/fast/css/font-face-remote.html = FAIL |