Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[macOS] The color CSS property value is ignored on <select> elements
https://bugs.webkit.org/show_bug.cgi?id=238667
rdar://91167635

Reviewed by Tim Nguyen.

Currently, `appearance: auto` on <select> elements forces a text color,
preventing authors from customizing it. This behavior is different from Chrome
and Firefox, and is a web compatibility issue.

To fix, remove the logic that forces a text color when using <select> elements
with a native appearance. The disabled text color behavior is preserved by an
existing rule in the UA style sheet.

This change also has the effect of using CanvasText rather than ButtonText as
the default text color, which matches pop-up buttons in AppKit and other
text content in WebKit.

* LayoutTests/TestExpectations:
* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/platform/gtk/TestExpectations:
* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/platform/mac-bigsur/fast/forms/control-restrict-line-height-expected.txt:
* LayoutTests/platform/mac-bigsur/fast/forms/select/optgroup-rendering-expected.txt:
* LayoutTests/platform/mac-bigsur/tables/mozilla/bugs/bug2479-3-expected.txt:
* LayoutTests/platform/mac/editing/pasteboard/4641033-expected.txt:
* LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.txt:
* LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.txt:
* LayoutTests/platform/mac/editing/selection/caret-before-select-expected.txt:
* LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
* LayoutTests/platform/mac/editing/selection/select-box-expected.txt:
* LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt:
* LayoutTests/platform/mac/fast/block/float/float-avoidance-expected.txt:
* LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt:
* LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt:
* LayoutTests/platform/mac/fast/forms/003-expected.txt:
* LayoutTests/platform/mac/fast/forms/004-expected.txt:
* LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt:
* LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt:
* LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt:
* LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt:
* LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt:
* LayoutTests/platform/mac/fast/forms/menulist-narrow-width-expected.txt:
* LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt:
* LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt:
* LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt:
* LayoutTests/platform/mac/fast/forms/option-script-expected.txt:
* LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt:
* LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-align-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-element-focus-ring-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-selected-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-style-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-visual-hebrew-expected.txt:
* LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
* LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt:
* LayoutTests/platform/mac/fast/forms/selectlist-minsize-expected.txt:
* LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt:
* LayoutTests/platform/mac/fast/invalid/014-expected.txt:
* LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt:
* LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt:
* LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
* LayoutTests/platform/mac/fast/replaced/three-selects-break-expected.txt:
* LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt:
* LayoutTests/platform/mac/fast/text/international/bidi-menulist-expected.txt:
* LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
* LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
* LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
* LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
* LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
* LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
* LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
* LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt:
* LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt:
* LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* Source/WebCore/rendering/RenderThemeMac.mm:
(WebCore::RenderThemeMac::adjustMenuListStyle const):

Canonical link: https://commits.webkit.org/253074@main
  • Loading branch information
pxlcoder authored and nt1m committed Aug 3, 2022
1 parent 4d8b0ef commit d31184a
Show file tree
Hide file tree
Showing 67 changed files with 164 additions and 176 deletions.
5 changes: 0 additions & 5 deletions LayoutTests/TestExpectations
Expand Up @@ -741,7 +741,6 @@ imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-popup-el
imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-popup-element/popup-open-display.tentative.html [ ImageOnlyFailure ]
imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-popup-element/popup-open-overflow-display.tentative.html [ ImageOnlyFailure ]
imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-popup-element/popup-stacking-context.tentative.html [ ImageOnlyFailure ]
imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/select-sizing-001.html [ ImageOnlyFailure ]
imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-x.xhtml [ ImageOnlyFailure ]
imported/w3c/web-platform-tests/html/canvas/element/manual/imagebitmap/imageBitmapRendering-transferFromImageBitmap-webgl.html [ ImageOnlyFailure ]
imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/tables/table-cell-nowrap-with-fixed-width.html [ ImageOnlyFailure ]
Expand Down Expand Up @@ -4867,10 +4866,6 @@ imported/w3c/web-platform-tests/css/css-contain/contain-size-inline-block-003.ht
imported/w3c/web-platform-tests/css/css-contain/contain-size-select-001.html [ ImageOnlyFailure ]
imported/w3c/web-platform-tests/css/css-contain/contain-size-select-002.html [ ImageOnlyFailure ]

# CSS property color is not working in select elements.
webkit.org/b/238667 imported/w3c/web-platform-tests/css/css-contain/contain-size-select-elem-001.html [ ImageOnlyFailure ]
webkit.org/b/238667 imported/w3c/web-platform-tests/css/css-contain/contain-size-select-elem-002.html [ ImageOnlyFailure ]

# Counter style tests that fail on some platforms because of subtle character positioning differences, presumably from subpixel rounding.
# These failures are slightly different per-platform, but it seems unwise to move the expectations into platform-specific expectations files.
imported/w3c/web-platform-tests/css/css-counter-styles/bengali/css3-counter-styles-117.html [ Pass ImageOnlyFailure ]
Expand Down
1 change: 0 additions & 1 deletion LayoutTests/platform/glib/TestExpectations
Expand Up @@ -234,7 +234,6 @@ imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/placeh
imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-b-element/b-usage.html [ Pass ]
imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-ruby-element/ruby-usage.html [ Pass ]

imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/select-sizing-001.html [ Pass ]
imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-vertical.html [ Pass ]

imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-dynamic-002.html [ Pass ]
Expand Down
3 changes: 3 additions & 0 deletions LayoutTests/platform/gtk/TestExpectations
Expand Up @@ -877,6 +877,9 @@ webkit.org/b/219614 inspector/model/font-calculate-properties.html [ Failure ]
webkit.org/b/223252 imported/w3c/web-platform-tests/css/css-contain/contain-size-grid-003.html [ Failure ]
webkit.org/b/223252 imported/w3c/web-platform-tests/css/css-contain/contain-size-grid-004.html [ Failure ]

webkit.org/b/243466 imported/w3c/web-platform-tests/css/css-contain/contain-size-select-elem-001.html [ ImageOnlyFailure ]
webkit.org/b/243466 imported/w3c/web-platform-tests/css/css-contain/contain-size-select-elem-002.html [ ImageOnlyFailure ]

webkit.org/b/229732 imported/w3c/web-platform-tests/css/css-fonts/font-display/font-display-failure-fallback.html [ Failure ]
webkit.org/b/229732 fast/text/font-promises-gc.html [ Failure ]

Expand Down
1 change: 0 additions & 1 deletion LayoutTests/platform/ios/TestExpectations
Expand Up @@ -3544,7 +3544,6 @@ webkit.org/b/209080 imported/w3c/web-platform-tests/css/css-writing-modes/sizing
webkit.org/b/209080 imported/w3c/web-platform-tests/css/css-writing-modes/sizing-orthog-vrl-in-htb-008.xht [ Pass ]
imported/w3c/web-platform-tests/css/mediaqueries/viewport-script-dynamic.html [ Pass ]
imported/w3c/web-platform-tests/html/rendering/bindings/the-select-element-0/option-label.html [ Pass ]
imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/select-sizing-001.html [ Pass ]
imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-modify-scrolling-attr-to-yes.html [ Pass ]
webkit.org/b/214465 imported/w3c/web-platform-tests/css/mediaqueries/mq-gamut-002.html [ Pass ]

Expand Down
Expand Up @@ -6,7 +6,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 529x18
text run at (0,0) width 529: "This tests that we don't honor line-height for controls that have restricted font size."
RenderBR {BR} at (528,0) size 1x18
RenderMenuList {SELECT} at (2,20) size 302x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (2,20) size 302x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 302x18
RenderText at (8,2) size 271x13
text run at (8,2) width 271: "This text should be centered vertically in the button"
Expand Down
Expand Up @@ -8,7 +8,7 @@ layer at (0,0) size 800x323
RenderText {#text} at (74,264) size 4x18
text run at (74,264) width 4: " "
RenderBR {BR} at (78,264) size 0x18
RenderMenuList {SELECT} at (2,287) size 74x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (2,287) size 74x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 74x18
RenderText at (8,2) size 31x13
text run at (8,2) width 31: "Three"
Expand Down
Expand Up @@ -66,7 +66,7 @@ layer at (0,0) size 785x685
RenderBlock {P} at (0,0) size 769x45
RenderText {#text} at (0,2) size 267x18
text run at (0,2) width 267: "How does your browser fare on this test? "
RenderMenuList {SELECT} at (268,3) size 243x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (268,3) size 243x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 242x18
RenderText at (8,2) size 139x13
text run at (8,2) width 139: "The test renders correctly."
Expand Down
Expand Up @@ -20,15 +20,15 @@ layer at (0,0) size 800x600
RenderImage {IMG} at (0,0) size 76x103
RenderText {#text} at (76,89) size 4x18
text run at (76,89) width 4: " "
RenderMenuList {SELECT} at (82,90) size 51x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (82,90) size 51x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 51x18
RenderText at (8,2) size 6x13
text run at (8,2) width 6: "1"
RenderBlock (anonymous) at (0,162) size 784x110
RenderImage {IMG} at (0,0) size 76x103
RenderText {#text} at (76,89) size 4x18
text run at (76,89) width 4: " "
RenderMenuList {SELECT} at (82,90) size 51x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (82,90) size 51x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 51x18
RenderText at (8,2) size 6x13
text run at (8,2) width 6: "1"
Expand Down
Expand Up @@ -11,14 +11,14 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (0,52) size 784x22
RenderText {#text} at (0,1) size 22x18
text run at (0,1) width 22: "foo"
RenderMenuList {SELECT} at (23,2) size 39x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (23,2) size 39x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 38x18
RenderText at (8,2) size 6x13
text run at (8,2) width 6: "1"
RenderBlock {DIV} at (0,74) size 784x22
RenderText {#text} at (0,1) size 22x18
text run at (0,1) width 22: "foo"
RenderMenuList {SELECT} at (23,2) size 39x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (23,2) size 39x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 38x18
RenderText at (8,2) size 6x13
text run at (8,2) width 6: "1"
Expand Down
Expand Up @@ -9,14 +9,14 @@ layer at (0,0) size 800x600
text run at (419,0) width 321: "There should be spaces added before and after the"
text run at (0,18) width 106: "inserted content."
RenderBlock {DIV} at (0,52) size 784x22
RenderMenuList {SELECT} at (2,2) size 38x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (2,2) size 38x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 38x18
RenderText at (8,2) size 6x13
text run at (8,2) width 6: "1"
RenderBlock {DIV} at (0,74) size 784x22
RenderText {#text} at (0,1) size 12x18
text run at (0,1) width 12: "x "
RenderMenuList {SELECT} at (14,2) size 38x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (14,2) size 38x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 38x18
RenderText at (8,2) size 6x13
text run at (8,2) width 6: "1"
Expand Down
Expand Up @@ -4,7 +4,7 @@ layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderBlock {DIV} at (0,0) size 784x96 [border: (5px solid #FF0000)]
RenderMenuList {SELECT} at (39,39) size 53x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (39,39) size 53x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 53x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand Down
Expand Up @@ -18,7 +18,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 23x18
text run at (0,0) width 23: "abc"
RenderBR {BR} at (22,0) size 1x18
RenderMenuList {SELECT} at (2,20) size 224x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (2,20) size 224x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 224x18
RenderText at (8,2) size 193x13
text run at (8,2) width 193: "this select box shouldn't be selected"
Expand Down
Expand Up @@ -64,7 +64,7 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (0,0) size 784x22
RenderText {#text} at (0,1) size 73x18
text run at (0,1) width 73: "select box: "
RenderMenuList {SELECT} at (74,2) size 39x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (74,2) size 39x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 38x18
RenderText at (8,2) size 6x13
text run at (8,2) width 6: "1"
Expand Down
Expand Up @@ -13,7 +13,7 @@ layer at (0,0) size 800x600
text run at (332,0) width 432: "The caret should be at the end of the paragraph below, just after the"
text run at (0,18) width 69: "select box."
RenderBlock {DIV} at (0,52) size 784x22
RenderMenuList {SELECT} at (2,2) size 37x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (2,2) size 37x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 37x18
RenderText at (8,2) size 6x13
text run at (8,2) width 6: "1"
Expand Down
Expand Up @@ -16,7 +16,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (10,10) size 60x18
text run at (10,10) width 60: "Line One"
RenderBR {BR} at (69,10) size 1x18
RenderMenuList {SELECT} at (10,30) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -33,7 +33,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (10,10) size 60x18
text run at (10,10) width 60: "Line One"
RenderBR {BR} at (69,10) size 1x18
RenderMenuList {SELECT} at (10,30) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -52,7 +52,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (0,0) size 60x18
text run at (0,0) width 60: "Line One"
RenderBR {BR} at (59,0) size 1x18
RenderMenuList {SELECT} at (0,20) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -71,7 +71,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (0,0) size 60x18
text run at (0,0) width 60: "Line One"
RenderBR {BR} at (59,0) size 1x18
RenderMenuList {SELECT} at (0,20) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -89,7 +89,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (10,10) size 60x18
text run at (10,10) width 60: "Line One"
RenderBR {BR} at (69,10) size 1x18
RenderMenuList {SELECT} at (10,30) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -110,7 +110,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (10,10) size 60x18
text run at (10,10) width 60: "Line One"
RenderBR {BR} at (69,10) size 1x18
RenderMenuList {SELECT} at (10,30) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -134,7 +134,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (0,0) size 60x18
text run at (0,0) width 60: "Line One"
RenderBR {BR} at (59,0) size 1x18
RenderMenuList {SELECT} at (0,20) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -158,7 +158,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (0,0) size 60x18
text run at (0,0) width 60: "Line One"
RenderBR {BR} at (59,0) size 1x18
RenderMenuList {SELECT} at (0,20) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -184,7 +184,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (10,10) size 60x18
text run at (10,10) width 60: "Line One"
RenderBR {BR} at (69,10) size 1x18
RenderMenuList {SELECT} at (10,30) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -199,7 +199,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (10,10) size 60x18
text run at (10,10) width 60: "Line One"
RenderBR {BR} at (69,10) size 1x18
RenderMenuList {SELECT} at (10,30) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -214,7 +214,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (0,0) size 60x18
text run at (0,0) width 60: "Line One"
RenderBR {BR} at (59,0) size 1x18
RenderMenuList {SELECT} at (0,20) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -231,7 +231,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (0,0) size 60x18
text run at (0,0) width 60: "Line One"
RenderBR {BR} at (59,0) size 1x18
RenderMenuList {SELECT} at (0,20) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -245,7 +245,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (10,10) size 60x18
text run at (10,10) width 60: "Line One"
RenderBR {BR} at (69,10) size 1x18
RenderMenuList {SELECT} at (10,30) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -261,7 +261,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (10,10) size 60x18
text run at (10,10) width 60: "Line One"
RenderBR {BR} at (69,10) size 1x18
RenderMenuList {SELECT} at (10,30) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (10,30) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -277,7 +277,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (0,0) size 60x18
text run at (0,0) width 60: "Line One"
RenderBR {BR} at (59,0) size 1x18
RenderMenuList {SELECT} at (0,20) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand All @@ -294,7 +294,7 @@ layer at (0,0) size 785x2386
RenderText {#text} at (0,0) size 60x18
text run at (0,0) width 60: "Line One"
RenderBR {BR} at (59,0) size 1x18
RenderMenuList {SELECT} at (0,20) size 100x18 [color=#000000D8] [bgcolor=#FFFFFF]
RenderMenuList {SELECT} at (0,20) size 100x18 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 100x18
RenderText at (8,2) size 22x13
text run at (8,2) width 22: "One"
Expand Down

0 comments on commit d31184a

Please sign in to comment.