Title: [126736] trunk/LayoutTests
Revision
126736
Author
[email protected]
Date
2012-08-27 02:26:15 -0700 (Mon, 27 Aug 2012)

Log Message

[Tests] Using ref image instead ref HTML for fast/forms/time-multiple-fields/time-multiple-fields-appearance-{basic,pseudo-element}.html
https://bugs.webkit.org/show_bug.cgi?id=95055

Reviewed by Kent Tamura.

This patch changes test expectations of time-multiple-fields-appearance-basic.html
and time-multiple-fields-appearance-pseudo-elements.html to images
rather than HTML for ease of maintenance. There were unexpected image
differences between actual images and HTML reference images. It seems
rebaseline is easier than updating _javascript_ code and CSS style sheet
of reference HTML.

Note: This patch contains Chromium-Linux images only. We need to do
rebaseline for Chromium-Mac and Chromium-Win later.

* fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.css: Removed.
* fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.js: Removed.
* fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.html: Removed.
* fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
* fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Changed not to use external style sheet.
* platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
* platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Added.
* platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
* platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
* platform/chromium/TestExpectations: Updates entries for rebaseline

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126735 => 126736)


--- trunk/LayoutTests/ChangeLog	2012-08-27 09:19:27 UTC (rev 126735)
+++ trunk/LayoutTests/ChangeLog	2012-08-27 09:26:15 UTC (rev 126736)
@@ -1,3 +1,31 @@
+2012-08-27  Yoshifumi Inoue  <[email protected]>
+
+        [Tests] Using ref image instead ref HTML for fast/forms/time-multiple-fields/time-multiple-fields-appearance-{basic,pseudo-element}.html
+        https://bugs.webkit.org/show_bug.cgi?id=95055
+
+        Reviewed by Kent Tamura.
+
+        This patch changes test expectations of time-multiple-fields-appearance-basic.html
+        and time-multiple-fields-appearance-pseudo-elements.html to images
+        rather than HTML for ease of maintenance. There were unexpected image
+        differences between actual images and HTML reference images. It seems
+        rebaseline is easier than updating _javascript_ code and CSS style sheet
+        of reference HTML.
+
+        Note: This patch contains Chromium-Linux images only. We need to do
+        rebaseline for Chromium-Mac and Chromium-Win later.
+
+        * fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.css: Removed.
+        * fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.js: Removed.
+        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.html: Removed.
+        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
+        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Changed not to use external style sheet.
+        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
+        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Added.
+        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
+        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
+        * platform/chromium/TestExpectations: Updates entries for rebaseline
+
 2012-08-27  Balazs Ankes  <[email protected]>
 
         [Qt] New test introduced in r126611 fails: fast/css/image-set-setting.html.

Deleted: trunk/LayoutTests/fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.css (126735 => 126736)


--- trunk/LayoutTests/fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.css	2012-08-27 09:19:27 UTC (rev 126735)
+++ trunk/LayoutTests/fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.css	2012-08-27 09:26:15 UTC (rev 126736)
@@ -1,81 +0,0 @@
-.after:after { content: "[after]"; }
-.before:before { content: "[before]"; }
-.first-letter:first-letter { color: green; font-size: 200%; }
-
-span[type="time"] {
-    font-family: monospace;
-}
-
-.host {
-    box-sizing: border-box;
-    padding: 1px;
-    -webkit-appearance: textfield;
-    background-color: white;
-    border: 2px inset;
-    -webkit-rtl-ordering: logical;
-    -webkit-user-select: text;
-    cursor: auto;
-
-    margin: 2px;
-    font: -webkit-small-control;
-    color: initial;
-    letter-spacing: normal;
-    word-spacing: normal;
-    line-height: normal;
-    text-transform: none;
-    text-indent: 0;
-    text-shadow: none;
-    display: inline-block;
-    text-align: -webkit-auto;
-}
-
-.edit {
-    display: -webkit-box;
-    -webkit-box-align: center;
-}
-
-.ampmField {
-    border: none;
-    padding: 0.15em;
-}
-
-.hourField {
-    display: inline-block;
-    border: none;
-    text-align: center;
-    padding: 0.15em;
-}
-
-.millisecondField {
-    display: inline-block;
-    border: none;
-    text-align: center;
-    padding: 0.15em;
-}
-
-.minuteField {
-    display: inline-block;
-    border: none;
-    text-align: center;
-    padding: 0.15em;
-}
-
-.secondField {
-    display: inline-block;
-    border: none;
-    text-align: center;
-    padding: 0.15em;
-}
-
-.spinButton {
-    -webkit-appearance: inner-spin-button;
-    display: inline-block;
-    position: relative;
-    cursor: default;
-    height: 1.5em;
-    vertical-align: middle;
-    -webkit-box-flex: 0;
-    -webkit-user-select: none;
-    margin-top: -3px;
-    margin-left: 0.2em;
-}

Deleted: trunk/LayoutTests/fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.js (126735 => 126736)


--- trunk/LayoutTests/fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.js	2012-08-27 09:19:27 UTC (rev 126735)
+++ trunk/LayoutTests/fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.js	2012-08-27 09:26:15 UTC (rev 126736)
@@ -1,99 +0,0 @@
-function checkHasShortFormat()
-{
-    var container = document.createElement("span");
-    container.innerHTML = "<input type=time id=step60 step=60><br><input type=time id=step1 step=1>";
-    document.body.appendChild(container);
-    var hasShortFormat = document.getElementById("step60").offsetWidth != document.getElementById("step1").offsetWidth;
-    container.parentElement.removeChild(container);
-    return hasShortFormat;
-}
-
-var hasShortFormat = checkHasShortFormat();
-
-function setUpTimeType(host)
-{
-    var step = parseFloat(host.getAttribute("step"));
-    if (isNaN(step) || step <= 0)
-        step = 60;
-
-    var value = host.getAttribute("value");
-    if (!value)
-        value = "--:--:--.--- --";
-
-    var element = document.createElement("span");
-    element.className = "edit";
-    host.appendChild(element);
-
-    var hourField = document.createElement("span");
-    hourField.className = "hourField";
-    hourField.innerHTML = value.substring(0, 2);
-    element.appendChild(hourField);
-
-    var minuteField = document.createElement("span");
-    minuteField.className = "minuteField";
-    minuteField.innerHTML = value.substring(3, 5);
-    if (!(step % 3600)) {
-        minuteField.style.color = "grayText";
-        if (minuteField.innerHTML == "--")
-            minuteField.innerHTML = "00";
-    }
-    element.appendChild(document.createTextNode(":"));
-    element.appendChild(minuteField);
-
-    var needSecondField = (step % 60) != 0;
-    if (!hasShortFormat || needSecondField) {
-        var secondField = document.createElement("span");
-        secondField.className = "secondField";
-        secondField.innerHTML = value.substring(6, 8);
-        if (!needSecondField) {
-            secondField.style.color = "grayText";
-            if (secondField.innerHTML == "--")
-                secondField.innerHTML = "00";
-        }
-        element.appendChild(document.createTextNode(":"));
-        element.appendChild(secondField);
-
-        if (step % 1) {
-            var millisecondField = document.createElement("span");
-            millisecondField.className = "millisecondField";
-            millisecondField.innerHTML = value.substring(9, 12);
-            element.appendChild(document.createTextNode("."));
-            element.appendChild(millisecondField);
-        }
-    }
-
-    var ampmField = document.createElement("span");
-    ampmField.className = "ampmField";
-    ampmField.innerHTML = value[0] == '-' ? "--" : "PM";
-    element.appendChild(document.createTextNode(" "));
-    element.appendChild(ampmField);
-
-    var spinButton = document.createElement("span");
-    spinButton.className = "spinButton";
-    element.appendChild(spinButton);
-    if (host.hasAttribute("disabled") || host.hasAttribute("readonly")) {
-      spinButton.style.color = "GrayText";
-    }
-
-    if (host.className == "after")
-        host.appendChild(document.createTextNode("[after]"));
-
-    host.className = "host";
-}
-
-function walker(node)
-{
-    if (node.nodeType != 1)
-        return;
-
-    if (node.tagName != "INPUT" && node.getAttribute("type") == "time") {
-        setUpTimeType(node);
-        return;
-    }
-
-    var childNodes = node.childNodes;
-    for (var i = 0; i < childNodes.length; ++i) {
-        walker(childNodes[i]);
-    }
-}
-walker(document.body);

Deleted: trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.html (126735 => 126736)


--- trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.html	2012-08-27 09:19:27 UTC (rev 126735)
+++ trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.html	2012-08-27 09:26:15 UTC (rev 126736)
@@ -1,23 +0,0 @@
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="" />
-</head>
-<body>
-<ul>
-    <li>step=none <span id="focus" type="time"></span> <span type="time" value="12:34"></span></li>
-    <li>step=1 <span type="time" step="1"></span> <span step="1" type="time" value="12:34:56"></span></li>
-    <li>step=0.0001 <span type="time" step="0.001"></span> <span step="0.001" type="time" value="12:34:56.789"></span></li>
-    <li>step=60 <span type="time" step="60"></span> <span step="60" type="time" value="12:34"></span></li>
-    <li>step=3600 <span type="time" step="3600"></span> <span step="3600" type="time" value="12:00"></span></li>
-    <li>step mismatched <span type="time" step="1" value="12:34:56"></span></li>
-</ul>
-</body>
-<script src=""
-<script>
-var focusElment = document.getElementById("focus");
-focusElment.setAttribute("style", "outline: auto 5px -webkit-focus-ring-color; outline-offset: -2px;");
-var hourField = focusElment.firstChild.firstChild;
-hourField.style.backgroundColor = "highlight";
-hourField.style.color = "highlighttext";
-</script>
-</html>

Deleted: trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html (126735 => 126736)


--- trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html	2012-08-27 09:19:27 UTC (rev 126735)
+++ trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html	2012-08-27 09:26:15 UTC (rev 126736)
@@ -1,13 +0,0 @@
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="" />
-</head>
-<body>
-<ul>
-    <li><span type="time" value="12:34" class="after"></span></li>
-    <li><span type="time" value="12:34" class="before">[before]</span></li>
-    <li><span type="time" value="12:34" class="first-letter"></span></span></li>
-</ul>
-</body>
-<script src=""
-</html>

Modified: trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html (126735 => 126736)


--- trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html	2012-08-27 09:19:27 UTC (rev 126735)
+++ trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html	2012-08-27 09:26:15 UTC (rev 126736)
@@ -1,6 +1,10 @@
 <html>
 <head>
-<link rel="stylesheet" type="text/css" href="" />
+<style type="text/css">
+.after:after { content: "[after]"; }
+.before:before { content: "[before]"; }
+.first-letter:first-letter { color: green; font-size: 200%; }
+</style>
 </head>
 <body>
 <ul>

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (126735 => 126736)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-27 09:19:27 UTC (rev 126735)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-27 09:26:15 UTC (rev 126736)
@@ -175,9 +175,9 @@
 BUGWK94287 MAC WIN : fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html = MISSING TEXT IMAGE IMAGE+TEXT PASS
 BUGWK94287 MAC WIN : fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html = MISSING TEXT IMAGE IMAGE+TEXT PASS
 
-// Temporary disabled
-BUGWK94439 MAC : fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html = IMAGE PASS
-BUGWK94439 MAC : fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html = IMAGE PASS
+// BUG95055: We need to rebaseline for MAC and WIN for multiple fields time input UI
+BUGWK95055 MAC WIN : fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html = MISSING TEXT IMAGE IMAGE+TEXT PASS
+BUGWK95055 MAC WIN : fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html = MISSING TEXT IMAGE IMAGE+TEXT PASS
 
 // Proximity Events is not supported.
 BUGWK92942 SKIP : fast/dom/Proximity = PASS
@@ -3464,7 +3464,6 @@
 BUGWK94532 LINUX : fast/forms/formmethod-attribute-button-html.html = PASS MISSING
 
 BUGWK94660 : fast/js/create-lots-of-workers.html = PASS CRASH TIMEOUT
-BUGWK94667 WIN : fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html = IMAGE
 BUGWK94675 : css3/flexbox/flexitem.html = TEXT
 
 BUGWK94730 MAC : fast/repaint/japanese-rl-selection-repaint-in-regions.html = IMAGE

Added: trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt (0 => 126736)


--- trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt	2012-08-27 09:26:15 UTC (rev 126736)
@@ -0,0 +1,273 @@
+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 784x576
+      RenderBlock {UL} at (0,0) size 784x180
+        RenderListItem {LI} at (40,0) size 744x30
+          RenderListMarker at (-18,4) size 7x19: bullet
+          RenderText {#text} at (0,4) size 67x19
+            text run at (0,4) width 67: "step=none "
+          RenderBlock {INPUT} at (69,2) size 100x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 94x20
+              RenderBlock (anonymous) at (0,0) size 76x20
+                RenderBlock {SPAN} at (0,0) size 20x20 [bgcolor=#B5D5FF]
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (58,2) size 16x16
+                    text run at (58,2) width 16: "--"
+          RenderText {#text} at (170,4) size 5x19
+            text run at (170,4) width 5: " "
+          RenderBlock {INPUT} at (176,2) size 101x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 94x20
+              RenderBlock (anonymous) at (0,0) size 76x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "12"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "34"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (58,2) size 16x16
+                    text run at (58,2) width 16: "PM"
+        RenderListItem {LI} at (40,30) size 744x30
+          RenderListMarker at (-18,4) size 7x19: bullet
+          RenderText {#text} at (0,4) size 46x19
+            text run at (0,4) width 46: "step=1 "
+          RenderBlock {INPUT} at (48,2) size 128x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 122x20
+              RenderBlock (anonymous) at (0,0) size 104x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: ":"
+                RenderBlock {SPAN} at (56,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (76,2) size 8x16
+                  text run at (76,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (86,2) size 16x16
+                    text run at (86,2) width 16: "--"
+          RenderText {#text} at (177,4) size 5x19
+            text run at (177,4) width 5: " "
+          RenderBlock {INPUT} at (183,2) size 129x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 122x20
+              RenderBlock (anonymous) at (0,0) size 104x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "12"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "34"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: ":"
+                RenderBlock {SPAN} at (56,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "56"
+                RenderText {#text} at (76,2) size 8x16
+                  text run at (76,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (86,2) size 16x16
+                    text run at (86,2) width 16: "PM"
+        RenderListItem {LI} at (40,60) size 744x30
+          RenderListMarker at (-18,4) size 7x19: bullet
+          RenderText {#text} at (0,4) size 82x19
+            text run at (0,4) width 82: "step=0.0001 "
+          RenderBlock {INPUT} at (84,2) size 164x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 158x20
+              RenderBlock (anonymous) at (0,0) size 140x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: ":"
+                RenderBlock {SPAN} at (56,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (76,2) size 8x16
+                  text run at (76,2) width 8: "."
+                RenderBlock {SPAN} at (84,0) size 28x20
+                  RenderText {#text} at (2,2) size 24x16
+                    text run at (2,2) width 24: "---"
+                RenderText {#text} at (112,2) size 8x16
+                  text run at (112,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (122,2) size 16x16
+                    text run at (122,2) width 16: "--"
+          RenderText {#text} at (249,4) size 5x19
+            text run at (249,4) width 5: " "
+          RenderBlock {INPUT} at (255,2) size 165x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 158x20
+              RenderBlock (anonymous) at (0,0) size 140x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "12"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "34"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: ":"
+                RenderBlock {SPAN} at (56,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "56"
+                RenderText {#text} at (76,2) size 8x16
+                  text run at (76,2) width 8: "."
+                RenderBlock {SPAN} at (84,0) size 28x20
+                  RenderText {#text} at (2,2) size 24x16
+                    text run at (2,2) width 24: "789"
+                RenderText {#text} at (112,2) size 8x16
+                  text run at (112,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (122,2) size 16x16
+                    text run at (122,2) width 16: "PM"
+        RenderListItem {LI} at (40,90) size 744x30
+          RenderListMarker at (-18,4) size 7x19: bullet
+          RenderText {#text} at (0,4) size 54x19
+            text run at (0,4) width 54: "step=60 "
+          RenderBlock {INPUT} at (56,2) size 100x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 94x20
+              RenderBlock (anonymous) at (0,0) size 76x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (58,2) size 16x16
+                    text run at (58,2) width 16: "--"
+          RenderText {#text} at (157,4) size 5x19
+            text run at (157,4) width 5: " "
+          RenderBlock {INPUT} at (163,2) size 101x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 94x20
+              RenderBlock (anonymous) at (0,0) size 76x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "12"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "34"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (58,2) size 16x16
+                    text run at (58,2) width 16: "PM"
+        RenderListItem {LI} at (40,120) size 744x30
+          RenderListMarker at (-18,4) size 7x19: bullet
+          RenderText {#text} at (0,4) size 70x19
+            text run at (0,4) width 70: "step=3600 "
+          RenderBlock {INPUT} at (72,2) size 100x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 94x20
+              RenderBlock (anonymous) at (0,0) size 76x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "--"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20 [color=#808080]
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "00"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (58,2) size 16x16
+                    text run at (58,2) width 16: "--"
+          RenderText {#text} at (173,4) size 5x19
+            text run at (173,4) width 5: " "
+          RenderBlock {INPUT} at (179,2) size 101x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 94x20
+              RenderBlock (anonymous) at (0,0) size 76x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "12"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20 [color=#808080]
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "00"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (58,2) size 16x16
+                    text run at (58,2) width 16: "PM"
+        RenderListItem {LI} at (40,150) size 744x30
+          RenderListMarker at (-18,4) size 7x19: bullet
+          RenderText {#text} at (0,4) size 104x19
+            text run at (0,4) width 104: "step mismatched "
+          RenderBlock {INPUT} at (106,2) size 128x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 122x20
+              RenderBlock (anonymous) at (0,0) size 104x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "12"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "34"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: ":"
+                RenderBlock {SPAN} at (56,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "56"
+                RenderText {#text} at (76,2) size 8x16
+                  text run at (76,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (86,2) size 16x16
+                    text run at (86,2) width 16: "PM"
+layer at (199,13) size 15x20
+  RenderBlock (relative positioned) {DIV} at (78,0) size 16x20
+layer at (306,13) size 15x20
+  RenderBlock (relative positioned) {DIV} at (78,0) size 16x20
+layer at (206,43) size 15x20
+  RenderBlock (relative positioned) {DIV} at (106,0) size 16x20
+layer at (341,43) size 15x20
+  RenderBlock (relative positioned) {DIV} at (106,0) size 16x20
+layer at (278,73) size 15x20
+  RenderBlock (relative positioned) {DIV} at (142,0) size 16x20
+layer at (449,73) size 15x20
+  RenderBlock (relative positioned) {DIV} at (142,0) size 16x20
+layer at (186,103) size 15x20
+  RenderBlock (relative positioned) {DIV} at (78,0) size 16x20
+layer at (293,103) size 15x20
+  RenderBlock (relative positioned) {DIV} at (78,0) size 16x20
+layer at (202,133) size 15x20
+  RenderBlock (relative positioned) {DIV} at (78,0) size 16x20
+layer at (309,133) size 15x20
+  RenderBlock (relative positioned) {DIV} at (78,0) size 16x20
+layer at (264,163) size 15x20
+  RenderBlock (relative positioned) {DIV} at (106,0) size 16x20
Property changes on: trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt
___________________________________________________________________

Added: svn:eol-style

Added: trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt (0 => 126736)


--- trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt	2012-08-27 09:26:15 UTC (rev 126736)
@@ -0,0 +1,74 @@
+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 784x576
+      RenderBlock {UL} at (0,0) size 784x122
+        RenderListItem {LI} at (40,0) size 744x46
+          RenderListMarker at (-18,22) size 7x19: bullet
+          RenderBlock {INPUT} at (2,2) size 100x42 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 94x20
+              RenderBlock (anonymous) at (0,0) size 76x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "12"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "34"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (58,2) size 16x16
+                    text run at (58,2) width 16: "PM"
+            RenderBlock (anonymous) at (3,23) size 94x16
+              RenderInline (generated) at (0,0) size 56x16
+                RenderText at (0,0) size 56x16
+                  text run at (0,0) width 56: "[after]"
+        RenderListItem {LI} at (40,46) size 744x46
+          RenderListMarker at (-18,20) size 7x19: bullet
+          RenderBlock {INPUT} at (2,2) size 100x42 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderBlock (anonymous) at (3,3) size 94x16
+              RenderInline (generated) at (0,0) size 64x16
+                RenderText at (0,0) size 64x16
+                  text run at (0,0) width 64: "[before]"
+            RenderDeprecatedFlexibleBox {DIV} at (3,19) size 94x20
+              RenderBlock (anonymous) at (0,0) size 76x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "12"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "34"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (58,2) size 16x16
+                    text run at (58,2) width 16: "PM"
+        RenderListItem {LI} at (40,92) size 744x30
+          RenderListMarker at (-18,4) size 7x19: bullet
+          RenderBlock {INPUT} at (2,2) size 100x26 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+            RenderDeprecatedFlexibleBox {DIV} at (3,3) size 94x20
+              RenderBlock (anonymous) at (0,0) size 76x20
+                RenderBlock {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "12"
+                RenderText {#text} at (20,2) size 8x16
+                  text run at (20,2) width 8: ":"
+                RenderBlock {SPAN} at (28,0) size 20x20
+                  RenderText {#text} at (2,2) size 16x16
+                    text run at (2,2) width 16: "34"
+                RenderText {#text} at (48,2) size 8x16
+                  text run at (48,2) width 8: " "
+                RenderInline {SPAN} at (0,0) size 20x20
+                  RenderText {#text} at (58,2) size 16x16
+                    text run at (58,2) width 16: "PM"
+layer at (132,13) size 15x20
+  RenderBlock (relative positioned) {DIV} at (78,0) size 16x20
+layer at (132,75) size 15x20
+  RenderBlock (relative positioned) {DIV} at (78,0) size 16x20
+layer at (132,105) size 15x20
+  RenderBlock (relative positioned) {DIV} at (78,0) size 16x20
Property changes on: trunk/LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to