Title: [128384] trunk/LayoutTests
Revision
128384
Author
[email protected]
Date
2012-09-12 17:04:41 -0700 (Wed, 12 Sep 2012)

Log Message

Rebaseline chromium-mac pixel results for 128375

* platform/chromium-mac-snowleopard/fast/table/height-percent-test-vertical-expected.png:
* platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (128383 => 128384)


--- trunk/LayoutTests/ChangeLog	2012-09-12 23:48:43 UTC (rev 128383)
+++ trunk/LayoutTests/ChangeLog	2012-09-13 00:04:41 UTC (rev 128384)
@@ -1,3 +1,10 @@
+2012-09-12  James Robinson  <[email protected]>
+
+        Rebaseline chromium-mac pixel results for 128375
+
+        * platform/chromium-mac-snowleopard/fast/table/height-percent-test-vertical-expected.png:
+        * platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added.
+
 2012-09-12  Tony Chang  <[email protected]>
 
         flex item sized incorrectly in a column flexbox with height set via top/bottom

Added: trunk/LayoutTests/platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt (0 => 128384)


--- trunk/LayoutTests/platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt	2012-09-13 00:04:41 UTC (rev 128384)
@@ -0,0 +1,39 @@
+compatMode: BackCompat
+PASS
+PASS
+PASS
+PASS
+PASS
+FAIL:
+Expected 100 for height, but got 600. 
+
+<div class="container">
+    <div style="width: 100%; height: 100%;" data-expected-height="100" data-expected-width="200">
+        <div class="item vertical-rl" style="width: 100%; height: 100%;" data-expected-height="100" data-expected-width="200"></div>
+    </div>
+</div>
+PASS
+FAIL:
+Expected 100 for height, but got 600. 
+Expected 100 for height, but got 600. 
+Expected 100 for height, but got 600. 
+
+<div class="container">
+    <div style="width: 150px;" data-expected-height="100" data-expected-width="150">
+        <div data-expected-height="100" data-expected-width="150">
+            <div class="item vertical-rl" style="width: 100%; height: 100%;" data-expected-height="100" data-expected-width="150"></div>
+        </div>
+    </div>
+</div>
+FAIL:
+Expected 584 for height, but got 1419. 
+
+<div class="container" style="width: auto; height: auto; float: left;">
+    <div class="item" style="width: 100%; height: 100%;" data-expected-height="584" data-expected-width="0"></div>
+</div>
+FAIL:
+Expected 584 for height, but got 600. 
+
+<div class="container" style="width: auto; height: auto; float: left;">
+    <div class="item vertical-rl" style="width: 100%; height: 100%;" data-expected-height="584" data-expected-width="0"></div>
+</div>
Property changes on: trunk/LayoutTests/platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt
___________________________________________________________________

Added: svn:eol-style

Modified: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/table/height-percent-test-vertical-expected.png


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to