Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Side by Side Diff: LayoutTests/platform/win/Skipped

Issue 10829151: Merge 124295 - Float imprecision causes incorrect wrapping in LineLayout with subpixel layout (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/platform/win-xp/Skipped ('k') | LayoutTests/platform/wincairo/Skipped » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. 2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions 5 # modification, are permitted provided that the following conditions
6 # are met: 6 # are met:
7 # 7 #
8 # 1. Redistributions of source code must retain the above copyright 8 # 1. Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright 10 # 2. Redistributions in binary form must reproduce the above copyright
(...skipping 1729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1740 fast/block/lineboxcontain/font.html 1740 fast/block/lineboxcontain/font.html
1741 1741
1742 # Fail until SUBPIXEL_LAYOUT is enabled 1742 # Fail until SUBPIXEL_LAYOUT is enabled
1743 # https://bugs.webkit.org/show_bug.cgi?id=85532 1743 # https://bugs.webkit.org/show_bug.cgi?id=85532
1744 fast/sub-pixel/client-rect-has-subpixel-precision.html 1744 fast/sub-pixel/client-rect-has-subpixel-precision.html
1745 fast/sub-pixel/client-width-height-snapping.html 1745 fast/sub-pixel/client-width-height-snapping.html
1746 fast/sub-pixel/file-upload-control-at-fractional-offset.html 1746 fast/sub-pixel/file-upload-control-at-fractional-offset.html
1747 fast/sub-pixel/float-containing-block-with-margin.html 1747 fast/sub-pixel/float-containing-block-with-margin.html
1748 fast/sub-pixel/float-with-right-margin-zoom.html 1748 fast/sub-pixel/float-with-right-margin-zoom.html
1749 fast/sub-pixel/float-wrap-with-subpixel-top.html 1749 fast/sub-pixel/float-wrap-with-subpixel-top.html
1750 fast/sub-pixel/inline-block-should-not-wrap.html
1750 fast/sub-pixel/inline-block-with-margin.html 1751 fast/sub-pixel/inline-block-with-margin.html
1751 fast/sub-pixel/inline-block-with-padding.html 1752 fast/sub-pixel/inline-block-with-padding.html
1752 fast/sub-pixel/layout-boxes-with-zoom.html 1753 fast/sub-pixel/layout-boxes-with-zoom.html
1753 fast/sub-pixel/selection-gaps-at-fractional-offsets.html 1754 fast/sub-pixel/selection-gaps-at-fractional-offsets.html
1754 fast/sub-pixel/size-of-box-with-zoom.html 1755 fast/sub-pixel/size-of-box-with-zoom.html
1755 fast/sub-pixel/table-rows-no-gaps.html 1756 fast/sub-pixel/table-rows-no-gaps.html
1756 1757
1757 # No CORS support for media elements is implemented yet. 1758 # No CORS support for media elements is implemented yet.
1758 http/tests/security/video-cross-origin-readback.html 1759 http/tests/security/video-cross-origin-readback.html
1759 1760
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg 1940 svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg
1940 svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg 1941 svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg
1941 svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg 1942 svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg
1942 svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg 1943 svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg
1943 svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg 1944 svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg
1944 svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg 1945 svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg
1945 svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg 1946 svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg
1946 svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context.svg 1947 svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context.svg
1947 svg/W3C-SVG-1.1-SE/linking-uri-01-b.svg 1948 svg/W3C-SVG-1.1-SE/linking-uri-01-b.svg
1948 svg/W3C-SVG-1.1-SE/text-intro-05-t.svg 1949 svg/W3C-SVG-1.1-SE/text-intro-05-t.svg
OLDNEW
« no previous file with comments | « LayoutTests/platform/win-xp/Skipped ('k') | LayoutTests/platform/wincairo/Skipped » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698