Title: [94827] trunk/LayoutTests
Revision
94827
Author
[email protected]
Date
2011-09-08 19:02:17 -0700 (Thu, 08 Sep 2011)

Log Message

Unreviewed. Chromium rebaseline of css3/bdi-element.html

* platform/chromium-cg-mac/css3/bdi-element-expected.png: Added.
* platform/chromium-linux/css3/bdi-element-expected.png: Added.
* platform/chromium-mac/css3/bdi-element-expected.png: Added.
* platform/chromium-win/css3/bdi-element-expected.png: Added.
* platform/chromium-win/css3/bdi-element-expected.txt: Added.
* platform/chromium/css3/bdi-element-expected.txt: Added.
* platform/chromium/test_expectations.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94826 => 94827)


--- trunk/LayoutTests/ChangeLog	2011-09-09 01:29:35 UTC (rev 94826)
+++ trunk/LayoutTests/ChangeLog	2011-09-09 02:02:17 UTC (rev 94827)
@@ -1,3 +1,15 @@
+2011-09-08  Fumitoshi Ukai  <[email protected]>
+
+        Unreviewed. Chromium rebaseline of css3/bdi-element.html
+
+        * platform/chromium-cg-mac/css3/bdi-element-expected.png: Added.
+        * platform/chromium-linux/css3/bdi-element-expected.png: Added.
+        * platform/chromium-mac/css3/bdi-element-expected.png: Added.
+        * platform/chromium-win/css3/bdi-element-expected.png: Added.
+        * platform/chromium-win/css3/bdi-element-expected.txt: Added.
+        * platform/chromium/css3/bdi-element-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
 2011-09-08  Eric Seidel  <[email protected]>
 
         [BiDi] Add support for the BDI element

Added: trunk/LayoutTests/platform/chromium/css3/bdi-element-expected.txt (0 => 94827)


--- trunk/LayoutTests/platform/chromium/css3/bdi-element-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/css3/bdi-element-expected.txt	2011-09-09 02:02:17 UTC (rev 94827)
@@ -0,0 +1,45 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x200
+  RenderBlock {HTML} at (0,0) size 800x200
+    RenderBody {BODY} at (8,16) size 784x168
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 92x18
+          text run at (0,0) width 92: "From WebKit "
+        RenderInline {A} at (0,0) size 68x18 [color=#0000EE]
+          RenderText {#text} at (92,0) size 68x18
+            text run at (92,0) width 68: "bug 50913"
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,34) size 784x54
+        RenderText {#text} at (0,0) size 772x54
+          text run at (0,0) width 761: "In this example, usernames are shown along with the number of posts that the user has submitted. If the bdi element were"
+          text run at (0,18) width 772: "not used, the username of the Arabic user would end up confusing the text (the bidirectional algorithm would put the colon"
+          text run at (0,36) width 516: "and the number \"3\" next to the word \"User\" rather than next to the word \"posts\")."
+      RenderBlock {UL} at (0,104) size 784x64
+        RenderListItem {LI} at (40,0) size 744x18
+          RenderListMarker at (-17,0) size 7x18: bullet
+          RenderText {#text} at (0,0) size 34x18
+            text run at (0,0) width 34: "User "
+          RenderInline {BDI} at (0,0) size 55x18
+            RenderText {#text} at (34,0) size 55x18
+              text run at (34,0) width 55: "jcranmer"
+          RenderText {#text} at (89,0) size 64x18
+            text run at (89,0) width 64: ": 12 posts."
+        RenderListItem {LI} at (40,18) size 744x18
+          RenderListMarker at (-17,0) size 7x18: bullet
+          RenderText {#text} at (0,0) size 34x18
+            text run at (0,0) width 34: "User "
+          RenderInline {BDI} at (0,0) size 36x18
+            RenderText {#text} at (34,0) size 36x18
+              text run at (34,0) width 36: "hober"
+          RenderText {#text} at (70,0) size 56x18
+            text run at (70,0) width 56: ": 5 posts."
+        RenderListItem {LI} at (40,36) size 744x28
+          RenderListMarker at (-17,2) size 7x18: bullet
+          RenderText {#text} at (0,2) size 34x18
+            text run at (0,2) width 34: "User "
+          RenderInline {BDI} at (0,0) size 24x18
+            RenderText {#text} at (34,2) size 24x18
+              text run at (34,2) width 24 RTL: "\x{625}\x{64A}\x{627}\x{646}"
+          RenderText {#text} at (58,2) size 56x18
+            text run at (58,2) width 56: ": 3 posts."
Property changes on: trunk/LayoutTests/platform/chromium/css3/bdi-element-expected.txt
___________________________________________________________________

Added: svn:eol-style

Added: trunk/LayoutTests/platform/chromium-cg-mac/css3/bdi-element-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-cg-mac/css3/bdi-element-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-linux/css3/bdi-element-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-linux/css3/bdi-element-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-mac/css3/bdi-element-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/css3/bdi-element-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-win/css3/bdi-element-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-win/css3/bdi-element-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/chromium-win/css3/bdi-element-expected.txt (0 => 94827)


--- trunk/LayoutTests/platform/chromium-win/css3/bdi-element-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-win/css3/bdi-element-expected.txt	2011-09-09 02:02:17 UTC (rev 94827)
@@ -0,0 +1,45 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x204
+  RenderBlock {HTML} at (0,0) size 800x204
+    RenderBody {BODY} at (8,16) size 784x172
+      RenderBlock {P} at (0,0) size 784x20
+        RenderText {#text} at (0,0) size 90x19
+          text run at (0,0) width 90: "From WebKit "
+        RenderInline {A} at (0,0) size 66x19 [color=#0000EE]
+          RenderText {#text} at (90,0) size 66x19
+            text run at (90,0) width 66: "bug 50913"
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {P} at (0,36) size 784x60
+        RenderText {#text} at (0,0) size 783x59
+          text run at (0,0) width 783: "In this example, usernames are shown along with the number of posts that the user has submitted. If the bdi element were not used,"
+          text run at (0,20) width 768: "the username of the Arabic user would end up confusing the text (the bidirectional algorithm would put the colon and the number"
+          text run at (0,40) width 390: "\"3\" next to the word \"User\" rather than next to the word \"posts\")."
+      RenderBlock {UL} at (0,112) size 784x60
+        RenderListItem {LI} at (40,0) size 744x20
+          RenderListMarker at (-18,0) size 7x19: bullet
+          RenderText {#text} at (0,0) size 33x19
+            text run at (0,0) width 33: "User "
+          RenderInline {BDI} at (0,0) size 53x19
+            RenderText {#text} at (33,0) size 53x19
+              text run at (33,0) width 53: "jcranmer"
+          RenderText {#text} at (86,0) size 63x19
+            text run at (86,0) width 63: ": 12 posts."
+        RenderListItem {LI} at (40,20) size 744x20
+          RenderListMarker at (-18,0) size 7x19: bullet
+          RenderText {#text} at (0,0) size 33x19
+            text run at (0,0) width 33: "User "
+          RenderInline {BDI} at (0,0) size 35x19
+            RenderText {#text} at (33,0) size 35x19
+              text run at (33,0) width 35: "hober"
+          RenderText {#text} at (68,0) size 55x19
+            text run at (68,0) width 55: ": 5 posts."
+        RenderListItem {LI} at (40,40) size 744x20
+          RenderListMarker at (-18,0) size 7x19: bullet
+          RenderText {#text} at (0,0) size 33x19
+            text run at (0,0) width 33: "User "
+          RenderInline {BDI} at (0,0) size 19x19
+            RenderText {#text} at (33,0) size 19x19
+              text run at (33,0) width 19 RTL: "\x{625}\x{64A}\x{627}\x{646}"
+          RenderText {#text} at (52,0) size 55x19
+            text run at (52,0) width 55: ": 3 posts."
Property changes on: trunk/LayoutTests/platform/chromium-win/css3/bdi-element-expected.txt
___________________________________________________________________

Added: svn:eol-style

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

Reply via email to