Changeset 189769 in webkit


Ignore:
Timestamp:
Sep 14, 2015 6:36:33 PM (9 years ago)
Author:
mmaxfield@apple.com
Message:

Add tests for control characters being rendered visibly
https://bugs.webkit.org/show_bug.cgi?id=149142

Reviewed by Alexey Proskuryakov.

According to [1] and [2], all browsers are migrating to rendering control characters. This patch
adds tests for this behavior. Because we do not implement the behavior yet [3], these tests are
marked as failing.

[1] http://logs.csswg.org/irc.w3.org/css/2015-02-08/#e520447
[2] https://lists.w3.org/Archives/Public/www-style/2015Sep/0076.html
[3] https://bugs.webkit.org/show_bug.cgi?id=149128

  • platform/efl/TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/ios-simulator/TestExpectations:
  • platform/mac/TestExpectations:
  • fast/text/control-characters/visible-control-characters-1-expected-mismatch.html: Added.
  • fast/text/control-characters/visible-control-characters-1.html: Added.
  • fast/text/control-characters/visible-control-characters-2-expected-mismatch.html: Added.
  • fast/text/control-characters/visible-control-characters-2.html: Added.
  • fast/text/control-characters/visible-control-characters-3-expected-mismatch.html: Added.
  • fast/text/control-characters/visible-control-characters-3.html: Added.
  • fast/text/control-characters/visible-control-characters-2-expected-mismatch.xhtml: Added.
  • fast/text/control-characters/visible-control-characters-2.xhtml: Added.
  • fast/text/control-characters/visible-control-characters-3-expected-mismatch.xhtml: Added.
  • fast/text/control-characters/visible-control-characters-3.xhtml: Added.
Location:
trunk/LayoutTests
Files:
11 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r189768 r189769  
     12015-09-14  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Add tests for control characters being rendered visibly
     4        https://bugs.webkit.org/show_bug.cgi?id=149142
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        According to [1] and [2], all browsers are migrating to rendering control characters. This patch
     9        adds tests for this behavior. Because we do not implement the behavior yet [3], these tests are
     10        marked as failing.
     11
     12        [1] http://logs.csswg.org/irc.w3.org/css/2015-02-08/#e520447
     13        [2] https://lists.w3.org/Archives/Public/www-style/2015Sep/0076.html
     14        [3] https://bugs.webkit.org/show_bug.cgi?id=149128
     15
     16        * platform/efl/TestExpectations:
     17        * platform/gtk/TestExpectations:
     18        * platform/ios-simulator/TestExpectations:
     19        * platform/mac/TestExpectations:
     20        * fast/text/control-characters/visible-control-characters-1-expected-mismatch.html: Added.
     21        * fast/text/control-characters/visible-control-characters-1.html: Added.
     22        * fast/text/control-characters/visible-control-characters-2-expected-mismatch.html: Added.
     23        * fast/text/control-characters/visible-control-characters-2.html: Added.
     24        * fast/text/control-characters/visible-control-characters-3-expected-mismatch.html: Added.
     25        * fast/text/control-characters/visible-control-characters-3.html: Added.
     26        * fast/text/control-characters/visible-control-characters-2-expected-mismatch.xhtml: Added.
     27        * fast/text/control-characters/visible-control-characters-2.xhtml: Added.
     28        * fast/text/control-characters/visible-control-characters-3-expected-mismatch.xhtml: Added.
     29        * fast/text/control-characters/visible-control-characters-3.xhtml: Added.
     30
    1312015-09-14  Myles C. Maxfield  <mmaxfield@apple.com>
    232
  • trunk/LayoutTests/platform/efl/TestExpectations

    r189678 r189769  
    25392539# This test relies on iOS-specific font fallback.
    25402540fast/text/international/system-language/arabic-glyph-cache-fill-combine.html [ ImageOnlyFailure ]
     2541
     2542webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r189684 r189769  
    26152615# Mocking the system language is not implemented in GTK.
    26162616fast/text/international/system-language [ Failure ]
     2617
     2618webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/ios-simulator/TestExpectations

    r189768 r189769  
    28162816# -webkit-flex off-by-one px
    28172817webkit.org/b/126898 css3/flexbox/image-percent-max-height.html [ ImageOnlyFailure ]
     2818
     2819webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/mac/TestExpectations

    r189758 r189769  
    12901290# Han quotes are not different on Mavericks nor Yosemite.
    12911291[ Mavericks Yosemite ] fast/text/international/system-language/han-quotes.html [ ImageOnlyFailure ]
     1292
     1293webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.