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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/forms/select-style-expected.txt

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/win/fast/forms/select-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/forms/select-style-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/forms/select-style-expected.txt
deleted file mode 100644
index 48f5f5be29468027b826a44c8e582c7b99d417a1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/fast/forms/select-style-expected.txt
+++ /dev/null
@@ -1,73 +0,0 @@
-layer at (0,0) size 800x600
- LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x600
- LayoutBlockFlow {HTML} at (0,0) size 800x600
- LayoutBlockFlow {BODY} at (8,8) size 784x584
- LayoutText {#text} at (0,0) size 565x17
- text run at (0,0) width 256: "This tests that styled popups look right. "
- text run at (255,0) width 310: "(Aqua for now- later, we will honor the styling)."
- LayoutBR {BR} at (564,14) size 1x0
- LayoutMenuList {SELECT} at (0,18) size 47x20 [bgcolor=#FF0000] [border: (1px solid #A9A9A9)]
- LayoutBlockFlow (anonymous) at (1,1) size 45x18
- LayoutText (anonymous) at (4,1) size 22x16
- text run at (4,1) width 22: "test"
- LayoutText {#text} at (47,19) size 4x17
- text run at (47,19) width 4: " "
- LayoutBR {BR} at (51,33) size 0x0
- LayoutText {#text} at (0,38) size 541x17
- text run at (0,38) width 541: "This tests that background color is white by default regardless of the parent element."
- LayoutBR {BR} at (540,52) size 1x0
- LayoutInline {SPAN} at (0,0) size 61x27 [bgcolor=#FF0000]
- LayoutText {#text} at (0,0) size 0x0
- LayoutMenuList {SELECT} at (5,56) size 47x20 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
- LayoutBlockFlow (anonymous) at (1,1) size 45x18
- LayoutText (anonymous) at (4,1) size 22x16
- text run at (4,1) width 22: "test"
- LayoutText {#text} at (52,57) size 4x17
- text run at (52,57) width 4: " "
- LayoutText {#text} at (0,0) size 0x0
- LayoutBR {BR} at (0,0) size 0x0
- LayoutText {#text} at (0,76) size 642x17
- text run at (0,76) width 642: "This tests that background color is inherited from the parent if background-color:inherit is specified."
- LayoutBR {BR} at (641,90) size 1x0
- LayoutInline {SPAN} at (0,0) size 61x27 [bgcolor=#FF0000]
- LayoutText {#text} at (0,0) size 0x0
- LayoutMenuList {SELECT} at (5,94) size 47x20 [border: (1px solid #A9A9A9)]
- LayoutBlockFlow (anonymous) at (1,1) size 45x18
- LayoutText (anonymous) at (4,1) size 22x16
- text run at (4,1) width 22: "test"
- LayoutText {#text} at (52,95) size 4x17
- text run at (52,95) width 4: " "
- LayoutText {#text} at (0,0) size 0x0
- LayoutBR {BR} at (0,0) size 0x0
- LayoutText {#text} at (0,114) size 653x17
- text run at (0,114) width 653: "This tests that background color is the same as the parent if background-color:transparent is specified."
- LayoutBR {BR} at (652,128) size 1x0
- LayoutInline {SPAN} at (0,0) size 61x27 [bgcolor=#FF0000]
- LayoutText {#text} at (0,0) size 0x0
- LayoutMenuList {SELECT} at (5,132) size 47x20 [border: (1px solid #A9A9A9)]
- LayoutBlockFlow (anonymous) at (1,1) size 45x18
- LayoutText (anonymous) at (4,1) size 22x16
- text run at (4,1) width 22: "test"
- LayoutText {#text} at (52,133) size 4x17
- text run at (52,133) width 4: " "
- LayoutText {#text} at (0,0) size 0x0
- LayoutBR {BR} at (0,0) size 0x0
- LayoutText {#text} at (0,152) size 509x17
- text run at (0,152) width 509: "This tests that background is white if only background-image:none is specified."
- LayoutBR {BR} at (508,166) size 1x0
- LayoutMenuList {SELECT} at (0,170) size 47x20 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
- LayoutBlockFlow (anonymous) at (1,1) size 45x18
- LayoutText (anonymous) at (4,1) size 22x16
- text run at (4,1) width 22: "test"
- LayoutText {#text} at (47,171) size 4x17
- text run at (47,171) width 4: " "
- LayoutBR {BR} at (51,185) size 0x0
- LayoutText {#text} at (0,190) size 430x17
- text run at (0,190) width 430: "This tests that the image specified for background-image is visible."
- LayoutBR {BR} at (429,204) size 1x0
- LayoutMenuList {SELECT} at (0,208) size 47x20 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
- LayoutBlockFlow (anonymous) at (1,1) size 45x18
- LayoutText (anonymous) at (4,1) size 22x16
- text run at (4,1) width 22: "test"
- LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698