Changeset 207395 in webkit


Ignore:
Timestamp:
Oct 16, 2016 3:11:41 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[Modern Media Controls] Styles for StartButton are missing
https://bugs.webkit.org/show_bug.cgi?id=163499
<rdar://problem/28792009>

Patch by Antoine Quint <Antoine Quint> on 2016-10-16
Reviewed by Darin Adler.

Source/WebCore:

Add styling for StartButton so that instances are always displayed in the center of their container.

Test: media/modern-media-controls/start-button/start-button-styles.html

  • Modules/modern-media-controls/controls/start-button.css: Added.

(button.start):
(button.start > *):
(button.start > div):
(button.start > img):
(button.start:active > img):

LayoutTests:

New test checking StartButton instances have the right CSS styles applied to their DOM structure.

  • media/modern-media-controls/start-button/start-button-styles-expected.txt: Added.
  • media/modern-media-controls/start-button/start-button-styles.html: Added.
Location:
trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r207392 r207395  
     12016-10-16  Antoine Quint  <graouts@apple.com>
     2
     3        [Modern Media Controls] Styles for StartButton are missing
     4        https://bugs.webkit.org/show_bug.cgi?id=163499
     5        <rdar://problem/28792009>
     6
     7        Reviewed by Darin Adler.
     8
     9        New test checking StartButton instances have the right CSS styles applied to their DOM structure.
     10
     11        * media/modern-media-controls/start-button/start-button-styles-expected.txt: Added.
     12        * media/modern-media-controls/start-button/start-button-styles.html: Added.
     13
    1142016-10-16  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
    215
  • trunk/Source/WebCore/ChangeLog

    r207394 r207395  
     12016-10-16  Antoine Quint  <graouts@apple.com>
     2
     3        [Modern Media Controls] Styles for StartButton are missing
     4        https://bugs.webkit.org/show_bug.cgi?id=163499
     5        <rdar://problem/28792009>
     6
     7        Reviewed by Darin Adler.
     8
     9        Add styling for StartButton so that instances are always displayed in the center of their container.
     10
     11        Test: media/modern-media-controls/start-button/start-button-styles.html
     12
     13        * Modules/modern-media-controls/controls/start-button.css: Added.
     14        (button.start):
     15        (button.start > *):
     16        (button.start > div):
     17        (button.start > img):
     18        (button.start:active > img):
     19
    1202016-10-16  Simon Fraser  <simon.fraser@apple.com>
    221
Note: See TracChangeset for help on using the changeset viewer.