Diff
Modified: trunk/LayoutTests/ChangeLog (175160 => 175161)
--- trunk/LayoutTests/ChangeLog 2014-10-24 07:09:57 UTC (rev 175160)
+++ trunk/LayoutTests/ChangeLog 2014-10-24 08:43:12 UTC (rev 175161)
@@ -1,3 +1,25 @@
+2014-10-24 Roger Fong <[email protected]>
+
+ [Windows] More rebaselining of Windows tests after removing SafariTheme.
+
+ * platform/win/editing/selection/select-across-readonly-input-1-expected.txt:
+ * platform/win/editing/selection/select-across-readonly-input-2-expected.txt:
+ * platform/win/editing/selection/select-across-readonly-input-3-expected.txt:
+ * platform/win/fast/block/positioning/inline-block-relposition-expected.txt:
+ * platform/win/fast/canvas/fallback-content-expected.txt: Added.
+ * platform/win/fast/css/button-height-expected.txt:
+ * platform/win/fast/dom/HTMLInputElement: Added.
+ * platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
+ * platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
+ * platform/win/fast/dom/tabindex-clamp-expected.txt: Added.
+ * platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
+ * platform/win/fast/html/details-no-summary4-expected.txt: Added.
+ * platform/win/fast/html/details-open-_javascript_-expected.txt: Added.
+ * platform/win/fast/html/details-open2-expected.txt: Added.
+ * platform/win/fast/html/details-open4-expected.txt: Added.
+ * platform/win/fast/html/details-replace-summary-child-expected.txt:
+ * platform/win/fast/html/details-replace-text-expected.txt:
+
2014-10-23 Myles C. Maxfield <[email protected]>
Carets in GMail and iCloud compositions are the foreground text color
Modified: trunk/LayoutTests/platform/win/editing/selection/select-across-readonly-input-1-expected.txt (175160 => 175161)
--- trunk/LayoutTests/platform/win/editing/selection/select-across-readonly-input-1-expected.txt 2014-10-24 07:09:57 UTC (rev 175160)
+++ trunk/LayoutTests/platform/win/editing/selection/select-across-readonly-input-1-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -1,27 +1,27 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x600
- RenderBody {BODY} at (8,8) size 784x584
- RenderBlock {P} at (0,0) size 784x36
- RenderText {#text} at (0,0) size 776x36
- text run at (0,0) width 776: "This test ensures selection that crosses the shadow DOM boundary of a readonly input element cannot be made by a mouse"
- text run at (0,18) width 32: "drag."
- RenderBlock {P} at (0,52) size 784x36
- RenderText {#text} at (0,0) size 774x36
- text run at (0,0) width 774: "To manually test, select text by a mouse drag starting in \"hello\" and ending in \"world\". Selection should only extend inside"
- text run at (0,18) width 112: "the input element."
- RenderBlock {DIV} at (0,104) size 784x28
- RenderTextControl {INPUT} at (0,2) size 60x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (59,6) size 5x18
- text run at (59,6) width 5: " "
- RenderInline {SPAN} at (0,0) size 38x18
- RenderText {#text} at (63,6) size 38x18
- text run at (63,6) width 38: "world"
- RenderText {#text} at (0,0) size 0x0
-layer at (11,117) size 53x18
- RenderBlock {DIV} at (3,3) size 54x18
- RenderText {#text} at (0,0) size 38x18
- text run at (0,0) width 38: "hello"
-selection start: position 4 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 5 {DIV} of body
-selection end: position 5 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 5 {DIV} of body
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {P} at (0,0) size 784x36
+ RenderText {#text} at (0,0) size 776x36
+ text run at (0,0) width 776: "This test ensures selection that crosses the shadow DOM boundary of a readonly input element cannot be made by a mouse"
+ text run at (0,18) width 32: "drag."
+ RenderBlock {P} at (0,52) size 784x36
+ RenderText {#text} at (0,0) size 774x36
+ text run at (0,0) width 774: "To manually test, select text by a mouse drag starting in \"hello\" and ending in \"world\". Selection should only extend inside"
+ text run at (0,18) width 112: "the input element."
+ RenderBlock {DIV} at (0,104) size 784x28
+ RenderTextControl {INPUT} at (0,2) size 59x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (58,6) size 5x18
+ text run at (58,6) width 5: " "
+ RenderInline {SPAN} at (0,0) size 38x18
+ RenderText {#text} at (62,6) size 38x18
+ text run at (62,6) width 38: "world"
+ RenderText {#text} at (0,0) size 0x0
+layer at (10,117) size 54x18
+ RenderBlock {DIV} at (2,3) size 55x18
+ RenderText {#text} at (0,0) size 35x18
+ text run at (0,0) width 35: "hello"
+selection start: position 4 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 5 {DIV} of body
+selection end: position 5 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 5 {DIV} of body
Modified: trunk/LayoutTests/platform/win/editing/selection/select-across-readonly-input-2-expected.txt (175160 => 175161)
--- trunk/LayoutTests/platform/win/editing/selection/select-across-readonly-input-2-expected.txt 2014-10-24 07:09:57 UTC (rev 175160)
+++ trunk/LayoutTests/platform/win/editing/selection/select-across-readonly-input-2-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -1,27 +1,27 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x600
- RenderBody {BODY} at (8,8) size 784x584
- RenderBlock {P} at (0,0) size 784x36
- RenderText {#text} at (0,0) size 776x36
- text run at (0,0) width 776: "This test ensures selection that crosses the shadow DOM boundary of a readonly input element cannot be made by a mouse"
- text run at (0,18) width 32: "drag."
- RenderBlock {P} at (0,52) size 784x36
- RenderText {#text} at (0,0) size 776x36
- text run at (0,0) width 776: "To manually test, select text by a mouse drag starting in \"world\" and ending in \"hello\". Selection should not extend into the"
- text run at (0,18) width 89: "input element."
- RenderBlock {DIV} at (0,104) size 784x28
- RenderTextControl {INPUT} at (0,2) size 60x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (59,6) size 5x18
- text run at (59,6) width 5: " "
- RenderInline {SPAN} at (0,0) size 38x18
- RenderText {#text} at (63,6) size 38x18
- text run at (63,6) width 38: "world"
- RenderText {#text} at (0,0) size 0x0
-layer at (11,117) size 53x18
- RenderBlock {DIV} at (3,3) size 54x18
- RenderText {#text} at (0,0) size 38x18
- text run at (0,0) width 38: "hello"
-selection start: position 0 of child 2 {#text} of child 5 {DIV} of body
-selection end: position 2 of child 0 {#text} of child 3 {SPAN} of child 5 {DIV} of body
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {P} at (0,0) size 784x36
+ RenderText {#text} at (0,0) size 776x36
+ text run at (0,0) width 776: "This test ensures selection that crosses the shadow DOM boundary of a readonly input element cannot be made by a mouse"
+ text run at (0,18) width 32: "drag."
+ RenderBlock {P} at (0,52) size 784x36
+ RenderText {#text} at (0,0) size 776x36
+ text run at (0,0) width 776: "To manually test, select text by a mouse drag starting in \"world\" and ending in \"hello\". Selection should not extend into the"
+ text run at (0,18) width 89: "input element."
+ RenderBlock {DIV} at (0,104) size 784x28
+ RenderTextControl {INPUT} at (0,2) size 59x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (58,6) size 5x18
+ text run at (58,6) width 5: " "
+ RenderInline {SPAN} at (0,0) size 38x18
+ RenderText {#text} at (62,6) size 38x18
+ text run at (62,6) width 38: "world"
+ RenderText {#text} at (0,0) size 0x0
+layer at (10,117) size 54x18
+ RenderBlock {DIV} at (2,3) size 55x18
+ RenderText {#text} at (0,0) size 35x18
+ text run at (0,0) width 35: "hello"
+selection start: position 0 of child 2 {#text} of child 5 {DIV} of body
+selection end: position 2 of child 0 {#text} of child 3 {SPAN} of child 5 {DIV} of body
Modified: trunk/LayoutTests/platform/win/editing/selection/select-across-readonly-input-3-expected.txt (175160 => 175161)
--- trunk/LayoutTests/platform/win/editing/selection/select-across-readonly-input-3-expected.txt 2014-10-24 07:09:57 UTC (rev 175160)
+++ trunk/LayoutTests/platform/win/editing/selection/select-across-readonly-input-3-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -1,27 +1,27 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x600
- RenderBody {BODY} at (8,8) size 784x584
- RenderBlock {P} at (0,0) size 784x36
- RenderText {#text} at (0,0) size 776x36
- text run at (0,0) width 776: "This test ensures selection that crosses the shadow DOM boundary of a readonly input element cannot be made by a mouse"
- text run at (0,18) width 32: "drag."
- RenderBlock {P} at (0,52) size 784x36
- RenderText {#text} at (0,0) size 776x36
- text run at (0,0) width 776: "To manually test, select text by a mouse drag starting in \"hello\" and ending in \"world\". Selection should not extend into the"
- text run at (0,18) width 89: "input element."
- RenderBlock {DIV} at (0,104) size 784x28
- RenderInline {SPAN} at (0,0) size 31x18
- RenderText {#text} at (0,6) size 31x18
- text run at (0,6) width 31: "hello"
- RenderText {#text} at (31,6) size 4x18
- text run at (31,6) width 4: " "
- RenderTextControl {INPUT} at (35,2) size 60x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
- RenderText {#text} at (0,0) size 0x0
-layer at (46,117) size 53x18
- RenderBlock {DIV} at (3,3) size 54x18
- RenderText {#text} at (0,0) size 44x18
- text run at (0,0) width 44: "world"
-selection start: position 2 of child 0 {#text} of child 1 {SPAN} of child 5 {DIV} of body
-selection end: position 1 of child 2 {#text} of child 5 {DIV} of body
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {P} at (0,0) size 784x36
+ RenderText {#text} at (0,0) size 776x36
+ text run at (0,0) width 776: "This test ensures selection that crosses the shadow DOM boundary of a readonly input element cannot be made by a mouse"
+ text run at (0,18) width 32: "drag."
+ RenderBlock {P} at (0,52) size 784x36
+ RenderText {#text} at (0,0) size 776x36
+ text run at (0,0) width 776: "To manually test, select text by a mouse drag starting in \"hello\" and ending in \"world\". Selection should not extend into the"
+ text run at (0,18) width 89: "input element."
+ RenderBlock {DIV} at (0,104) size 784x28
+ RenderInline {SPAN} at (0,0) size 31x18
+ RenderText {#text} at (0,6) size 31x18
+ text run at (0,6) width 31: "hello"
+ RenderText {#text} at (31,6) size 4x18
+ text run at (31,6) width 4: " "
+ RenderTextControl {INPUT} at (35,2) size 59x24 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (0,0) size 0x0
+layer at (45,117) size 54x18
+ RenderBlock {DIV} at (2,3) size 55x18
+ RenderText {#text} at (0,0) size 39x18
+ text run at (0,0) width 39: "world"
+selection start: position 2 of child 0 {#text} of child 1 {SPAN} of child 5 {DIV} of body
+selection end: position 1 of child 2 {#text} of child 5 {DIV} of body
Modified: trunk/LayoutTests/platform/win/fast/block/positioning/inline-block-relposition-expected.txt (175160 => 175161)
--- trunk/LayoutTests/platform/win/fast/block/positioning/inline-block-relposition-expected.txt 2014-10-24 07:09:57 UTC (rev 175160)
+++ trunk/LayoutTests/platform/win/fast/block/positioning/inline-block-relposition-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -1,15 +1,15 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x38
- RenderBlock {HTML} at (0,0) size 800x38
- RenderBody {BODY} at (8,8) size 784x22
- RenderText {#text} at (0,0) size 0x0
-layer at (8,10) size 100x18
- RenderButton {BUTTON} at (0,2) size 100x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
- RenderBlock (anonymous) at (8,2) size 84x13
- RenderText {#text} at (19,0) size 46x13
- text run at (19,0) width 46: "Click Me"
-layer at (88,25) size 23x13
- RenderBlock (positioned) {DIV} at (79,15) size 24x13
- RenderText {#text} at (0,0) size 24x13
- text run at (0,0) width 24: "Now"
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x41
+ RenderBlock {HTML} at (0,0) size 800x41
+ RenderBody {BODY} at (8,8) size 784x25
+ RenderText {#text} at (0,0) size 0x0
+layer at (8,10) size 100x21
+ RenderButton {BUTTON} at (0,2) size 100x21 [bgcolor=#F0F0F0] [border: (2px outset #F0F0F0)]
+ RenderBlock (anonymous) at (8,3) size 84x15
+ RenderText {#text} at (17,0) size 50x15
+ text run at (17,0) width 50: "Click Me"
+layer at (86,28) size 25x15
+ RenderBlock (positioned) {DIV} at (78,18) size 25x15
+ RenderText {#text} at (0,0) size 25x15
+ text run at (0,0) width 25: "Now"
Added: trunk/LayoutTests/platform/win/fast/canvas/fallback-content-expected.txt (0 => 175161)
--- trunk/LayoutTests/platform/win/fast/canvas/fallback-content-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/canvas/fallback-content-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -0,0 +1,80 @@
+Link Button
+Focusable
+This test makes sure that focusable elements in canvas fallback content are focusable.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+link1 should be focusable.
+PASS document.activeElement == element is true
+
+button1 should be focusable.
+PASS document.activeElement == element is true
+
+text1 should be focusable.
+PASS document.activeElement == element is true
+
+checkbox1 should be focusable.
+PASS document.activeElement == element is true
+
+radio1 should be focusable.
+PASS document.activeElement == element is true
+
+slider1 should be focusable.
+PASS document.activeElement == element is true
+
+submit1 should be focusable.
+PASS document.activeElement == element is true
+
+combobox1 should be focusable.
+PASS document.activeElement == element is true
+
+listbox1 should be focusable.
+PASS document.activeElement == element is true
+
+textarea1 should be focusable.
+PASS document.activeElement == element is true
+
+focusable1 should be focusable.
+PASS document.activeElement == element is true
+
+link2 should be focusable.
+PASS document.activeElement == element is true
+
+button2 should be focusable.
+PASS document.activeElement == element is true
+
+text2 should be focusable.
+PASS document.activeElement == element is true
+
+checkbox2 should be focusable.
+PASS document.activeElement == element is true
+
+radio2 should be focusable.
+PASS document.activeElement == element is true
+
+slider2 should be focusable.
+PASS document.activeElement == element is true
+
+submit2 should be focusable.
+PASS document.activeElement == element is true
+
+combobox2 should be focusable.
+PASS document.activeElement == element is true
+
+listbox2 should be focusable.
+PASS document.activeElement == element is true
+
+textarea2 should be focusable.
+PASS document.activeElement == element is true
+
+focusable2 should be focusable.
+PASS document.activeElement == element is true
+
+linkInHiddenCanvas should not be focusable.
+PASS document.activeElement == previousFocusedElement is true
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Property changes on: trunk/LayoutTests/platform/win/fast/canvas/fallback-content-expected.txt
___________________________________________________________________
Added: svn:executable
Modified: trunk/LayoutTests/platform/win/fast/css/button-height-expected.txt (175160 => 175161)
--- trunk/LayoutTests/platform/win/fast/css/button-height-expected.txt 2014-10-24 07:09:57 UTC (rev 175160)
+++ trunk/LayoutTests/platform/win/fast/css/button-height-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -7,7 +7,7 @@
PASS document.getElementById('button1').offsetHeight is document.getElementById('button2').offsetHeight
PASS document.getElementById('button3').offsetHeight is 40
PASS document.getElementById('button4').offsetHeight is 40
-FAIL document.getElementById('button5').offsetHeight is incorrect for this platform. Should be the same height as button 1 for the Mac ports and 40 otherwise.
+PASS document.getElementById('button5').offsetHeight is correct for this platform.
TEST COMPLETE
Added: trunk/LayoutTests/platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt (0 => 175161)
--- trunk/LayoutTests/platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -0,0 +1,10 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderSlider {INPUT} at (2,2) size 129x15 [color=#C4C4C4] [bgcolor=#FFFFFF]
+ RenderFlexibleBox {DIV} at (0,0) size 129x15
+ RenderBlock {DIV} at (0,0) size 129x15
+ RenderBlock {DIV} at (114,0) size 15x15
+ RenderText {#text} at (0,0) size 0x0
Property changes on: trunk/LayoutTests/platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt
___________________________________________________________________
Added: svn:executable
Added: trunk/LayoutTests/platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt (0 => 175161)
--- trunk/LayoutTests/platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -0,0 +1,10 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderSlider {INPUT} at (2,2) size 100x10 [color=#C4C4C4] [bgcolor=#FF0000]
+ RenderFlexibleBox {DIV} at (0,0) size 100x10
+ RenderBlock {DIV} at (0,0) size 100x10
+ RenderBlock {DIV} at (90,0) size 10x10 [bgcolor=#008000]
+ RenderText {#text} at (0,0) size 0x0
Property changes on: trunk/LayoutTests/platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt
___________________________________________________________________
Added: svn:executable
Added: trunk/LayoutTests/platform/win/fast/dom/tabindex-clamp-expected.txt (0 => 175161)
--- trunk/LayoutTests/platform/win/fast/dom/tabindex-clamp-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/dom/tabindex-clamp-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -0,0 +1,35 @@
+This page tests that the tabindex attribute is clamped to values between -32768 and 32767. Values outside of this range should be clamped to the range limits.
+
+
+Testing input elements in the page
+getAttribute("tabindex") = 40000; tabIndex = 32767
+getAttribute("tabindex") = 32768; tabIndex = 32767
+getAttribute("tabindex") = 32767; tabIndex = 32767
+getAttribute("tabindex") = 32766; tabIndex = 32766
+getAttribute("tabindex") = 0; tabIndex = 0
+getAttribute("tabindex") = -1; tabIndex = -1
+getAttribute("tabindex") = -32767; tabIndex = -32767
+getAttribute("tabindex") = -32768; tabIndex = -32768
+getAttribute("tabindex") = -32769; tabIndex = -32768
+getAttribute("tabindex") = -40000; tabIndex = -32768
+Testing setAttribute on an anchor element made with document.createElement
+getAttribute("tabindex") = 40000; tabIndex = 32767
+getAttribute("tabindex") = 32768; tabIndex = 32767
+getAttribute("tabindex") = 32767; tabIndex = 32767
+getAttribute("tabindex") = 32766; tabIndex = 32766
+getAttribute("tabindex") = 0; tabIndex = 0
+getAttribute("tabindex") = -1; tabIndex = -1
+getAttribute("tabindex") = -32767; tabIndex = -32767
+getAttribute("tabindex") = -32768; tabIndex = -32768
+getAttribute("tabindex") = -40000; tabIndex = -32768
+Testing tabIndex on an area element made with document.createElement
+getAttribute("tabindex") = 40000; tabIndex = 32767
+getAttribute("tabindex") = 32768; tabIndex = 32767
+getAttribute("tabindex") = 32767; tabIndex = 32767
+getAttribute("tabindex") = 32766; tabIndex = 32766
+getAttribute("tabindex") = 0; tabIndex = 0
+getAttribute("tabindex") = -1; tabIndex = -1
+getAttribute("tabindex") = -32767; tabIndex = -32767
+getAttribute("tabindex") = -32768; tabIndex = -32768
+getAttribute("tabindex") = -40000; tabIndex = -32768
+
Property changes on: trunk/LayoutTests/platform/win/fast/dom/tabindex-clamp-expected.txt
___________________________________________________________________
Added: svn:executable
Modified: trunk/LayoutTests/platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt (175160 => 175161)
--- trunk/LayoutTests/platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt 2014-10-24 07:09:57 UTC (rev 175160)
+++ trunk/LayoutTests/platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -1,19 +1,19 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-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 100x100 [bgcolor=#FF0000]
- RenderText {#text} at (0,0) size 98x54
- text run at (0,0) width 98: "You should not"
- text run at (0,18) width 96: "see this. Resize"
- text run at (0,36) width 79: "the window."
-layer at (8,8) size 100x122
- RenderBlock (positioned) {DIV} at (0,0) size 100x122
- RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
- RenderBlock (anonymous) at (0,100) size 100x22
- RenderButton {BUTTON} at (2,2) size 51x18 [bgcolor=#C0C0C0] [border: none (2px outset #C0C0C0) none (2px outset #C0C0C0)]
- RenderBlock (anonymous) at (8,2) size 35x13
- RenderText {#text} at (0,0) size 35x13
- text run at (0,0) width 35: "Button"
- RenderText {#text} at (0,0) size 0x0
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+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 100x100 [bgcolor=#FF0000]
+ RenderText {#text} at (0,0) size 98x54
+ text run at (0,0) width 98: "You should not"
+ text run at (0,18) width 96: "see this. Resize"
+ text run at (0,36) width 79: "the window."
+layer at (8,8) size 100x125
+ RenderBlock (positioned) {DIV} at (0,0) size 100x125
+ RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
+ RenderBlock (anonymous) at (0,100) size 100x25
+ RenderButton {BUTTON} at (2,2) size 54x21 [bgcolor=#F0F0F0] [border: (2px outset #F0F0F0)]
+ RenderBlock (anonymous) at (8,3) size 38x15
+ RenderText {#text} at (0,0) size 38x15
+ text run at (0,0) width 38: "Button"
+ RenderText {#text} at (0,0) size 0x0
Added: trunk/LayoutTests/platform/win/fast/html/details-no-summary4-expected.txt (0 => 175161)
--- trunk/LayoutTests/platform/win/fast/html/details-no-summary4-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/html/details-no-summary4-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {DETAILS} at (0,0) size 784x43
+ RenderBlock {SUMMARY} at (0,0) size 784x18
+ RenderDetailsMarker {DIV} at (0,4) size 11x11: down
+ RenderText {#text} at (16,0) size 45x18
+ text run at (16,0) width 45: "Details"
+ RenderBlock (anonymous) at (0,18) size 784x25
+ RenderTextControl {INPUT} at (2,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (0,0) size 0x0
+layer at (12,31) size 145x15
+ RenderBlock {DIV} at (2,3) size 145x15
Property changes on: trunk/LayoutTests/platform/win/fast/html/details-no-summary4-expected.txt
___________________________________________________________________
Added: svn:executable
Added: trunk/LayoutTests/platform/win/fast/html/details-open-_javascript_-expected.txt (0 => 175161)
--- trunk/LayoutTests/platform/win/fast/html/details-open-_javascript_-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/html/details-open-_javascript_-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -0,0 +1,20 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {DETAILS} at (0,0) size 784x43
+ RenderBlock {SUMMARY} at (0,0) size 784x18
+ RenderDetailsMarker {DIV} at (0,4) size 11x11: down
+ RenderText {#text} at (16,0) size 49x18
+ text run at (16,0) width 49: "details1"
+ RenderBlock (anonymous) at (0,18) size 784x25
+ RenderTextControl {INPUT} at (2,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock {DETAILS} at (0,43) size 784x18
+ RenderBlock {SUMMARY} at (0,0) size 784x18
+ RenderDetailsMarker {DIV} at (0,4) size 11x11: right
+ RenderText {#text} at (16,0) size 49x18
+ text run at (16,0) width 49: "details2"
+layer at (12,31) size 145x15
+ RenderBlock {DIV} at (2,3) size 145x15
Property changes on: trunk/LayoutTests/platform/win/fast/html/details-open-_javascript_-expected.txt
___________________________________________________________________
Added: svn:executable
Added: trunk/LayoutTests/platform/win/fast/html/details-open2-expected.txt (0 => 175161)
--- trunk/LayoutTests/platform/win/fast/html/details-open2-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/html/details-open2-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -0,0 +1,16 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {DETAILS} at (0,0) size 784x43
+ RenderBlock {SUMMARY} at (0,0) size 784x18
+ RenderDetailsMarker {DIV} at (0,4) size 11x11: down
+ RenderText {#text} at (16,0) size 59x18
+ text run at (16,0) width 59: "summary"
+ RenderBlock (anonymous) at (0,18) size 784x25
+ RenderTextControl {INPUT} at (2,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+layer at (12,31) size 145x15
+ RenderBlock {DIV} at (2,3) size 145x15
Property changes on: trunk/LayoutTests/platform/win/fast/html/details-open2-expected.txt
___________________________________________________________________
Added: svn:executable
Added: trunk/LayoutTests/platform/win/fast/html/details-open4-expected.txt (0 => 175161)
--- trunk/LayoutTests/platform/win/fast/html/details-open4-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/html/details-open4-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {DETAILS} at (0,0) size 784x43
+ RenderBlock {SUMMARY} at (0,0) size 784x18
+ RenderDetailsMarker {DIV} at (0,4) size 11x11: down
+ RenderText {#text} at (16,0) size 59x18
+ text run at (16,0) width 59: "summary"
+ RenderBlock (anonymous) at (0,18) size 784x25
+ RenderTextControl {INPUT} at (2,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (0,0) size 0x0
+layer at (12,31) size 145x15
+ RenderBlock {DIV} at (2,3) size 145x15
Property changes on: trunk/LayoutTests/platform/win/fast/html/details-open4-expected.txt
___________________________________________________________________
Added: svn:executable
Modified: trunk/LayoutTests/platform/win/fast/html/details-replace-summary-child-expected.txt (175160 => 175161)
--- trunk/LayoutTests/platform/win/fast/html/details-replace-summary-child-expected.txt 2014-10-24 07:09:57 UTC (rev 175160)
+++ trunk/LayoutTests/platform/win/fast/html/details-replace-summary-child-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -17,9 +17,9 @@
RenderText {#text} at (0,0) size 64x15
text run at (0,0) width 64: "Details3"
RenderText {#text} at (0,0) size 0x0
- RenderBlock (anonymous) at (0,18) size 784x22
- RenderButton {INPUT} at (2,2) size 41x18 [bgcolor=#C0C0C0]
- RenderBlock (anonymous) at (8,2) size 25x14
- RenderText at (0,0) size 25x13
- text run at (0,0) width 25: "click"
+ RenderBlock (anonymous) at (0,18) size 784x25
+ RenderButton {INPUT} at (2,2) size 43x21 [bgcolor=#F0F0F0] [border: (2px outset #F0F0F0)]
+ RenderBlock (anonymous) at (8,3) size 27x15
+ RenderText at (0,0) size 27x15
+ text run at (0,0) width 27: "click"
RenderText {#text} at (0,0) size 0x0
Modified: trunk/LayoutTests/platform/win/fast/html/details-replace-text-expected.txt (175160 => 175161)
--- trunk/LayoutTests/platform/win/fast/html/details-replace-text-expected.txt 2014-10-24 07:09:57 UTC (rev 175160)
+++ trunk/LayoutTests/platform/win/fast/html/details-replace-text-expected.txt 2014-10-24 08:43:12 UTC (rev 175161)
@@ -19,9 +19,9 @@
RenderText {#text} at (0,0) size 64x15
text run at (0,0) width 64: "Details2"
RenderText {#text} at (0,0) size 0x0
- RenderBlock (anonymous) at (0,36) size 784x22
- RenderButton {INPUT} at (2,2) size 41x18 [bgcolor=#C0C0C0]
- RenderBlock (anonymous) at (8,2) size 25x14
- RenderText at (0,0) size 25x13
- text run at (0,0) width 25: "click"
+ RenderBlock (anonymous) at (0,36) size 784x25
+ RenderButton {INPUT} at (2,2) size 43x21 [bgcolor=#F0F0F0] [border: (2px outset #F0F0F0)]
+ RenderBlock (anonymous) at (8,3) size 27x15
+ RenderText at (0,0) size 27x15
+ text run at (0,0) width 27: "click"
RenderText {#text} at (0,0) size 0x0