Title: [127379] trunk/LayoutTests
Revision
127379
Author
[email protected]
Date
2012-09-01 12:26:50 -0700 (Sat, 01 Sep 2012)

Log Message

[Chromium-Android] Upstream layout test expectations (Part 4)
https://bugs.webkit.org/show_bug.cgi?id=95594

Reviewed by Adam Barth.

Remove a font boosting test which has been removed in downstream.
Update canvas test expectations.
Rebaselined one canvas test (only one space diff).

* platform/chromium-android/fast/canvas/fallback-content-expected.txt: Added.
* platform/chromium-android/fast/font-boosting/various-tricky-cases-expected.txt: Removed.
* platform/chromium-android/fast/font-boosting/various-tricky-cases.html: Removed.
* platform/chromium/TestExpectations:

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127378 => 127379)


--- trunk/LayoutTests/ChangeLog	2012-09-01 19:06:10 UTC (rev 127378)
+++ trunk/LayoutTests/ChangeLog	2012-09-01 19:26:50 UTC (rev 127379)
@@ -1,3 +1,19 @@
+2012-09-01  Xianzhu Wang  <[email protected]>
+
+        [Chromium-Android] Upstream layout test expectations (Part 4)
+        https://bugs.webkit.org/show_bug.cgi?id=95594
+
+        Reviewed by Adam Barth.
+
+        Remove a font boosting test which has been removed in downstream.
+        Update canvas test expectations.
+        Rebaselined one canvas test (only one space diff).
+
+        * platform/chromium-android/fast/canvas/fallback-content-expected.txt: Added.
+        * platform/chromium-android/fast/font-boosting/various-tricky-cases-expected.txt: Removed.
+        * platform/chromium-android/fast/font-boosting/various-tricky-cases.html: Removed.
+        * platform/chromium/TestExpectations:
+
 2012-09-01  Joanmarie Diggs  <[email protected]>
 
         [Gtk] accessibility/replaced-objects-in-anonymous-blocks layout test failure

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (127378 => 127379)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-09-01 19:06:10 UTC (rev 127378)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-09-01 19:26:50 UTC (rev 127379)
@@ -2243,7 +2243,7 @@
 // memory and thus leading to unpredictable results.
 BUGCR66099 SKIP : fast/js/array-sort-modifying-tostring.html = PASS
 
-BUGCR66683 LINUX WIN : fast/canvas/canvas-draw-canvas-on-canvas-shadow.html = TEXT
+BUGCR66683 LINUX ANDROID WIN : fast/canvas/canvas-draw-canvas-on-canvas-shadow.html = TEXT
 BUGCR66683 : platform/chromium/virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html = TEXT
 BUGCR66686 : fast/loader/user-stylesheet-fast-path.html = TEXT
 
@@ -2261,7 +2261,7 @@
 BUGCR67540 LINUX ANDROID WIN SNOWLEOPARD : fast/repaint/text-emphasis-h.html = IMAGE
 BUGCR67540 LINUX ANDROID : fast/repaint/text-emphasis-v.html = IMAGE
 
-BUGCR67442 LINUX WIN : fast/canvas/fillText-shadow.html = TEXT
+BUGCR67442 LINUX ANDROID WIN : fast/canvas/fillText-shadow.html = TEXT
 BUGCR67442 LINUX WIN : platform/chromium/virtual/gpu/fast/canvas/fillText-shadow.html = TEXT
 
 BUGCR68436 LINUX ANDROID DEBUG : fast/dom/DOMImplementation/createDocument-with-used-doctype.html = PASS TIMEOUT
@@ -3558,6 +3558,7 @@
 
 BUGWK94793 : fast/notifications/notifications-event-listener-crash.html = TEXT PASS
 
+// Failing tests because Android has different implementation of HTML controls.
 BUGCR144536 WONTFIX ANDROID : editing/selection/context-menu-on-text.html = TEXT
 BUGCR144536 WONTFIX ANDROID : editing/selection/context-menu-text-selection.html = TEXT
 BUGCR144536 WONTFIX ANDROID : fast/dom/HTMLSelectElement/select-selectedOptions.html = TEXT
@@ -3587,9 +3588,11 @@
 BUGCR144536 WONTFIX ANDROID : scrollbars/custom-scrollbar-with-incomplete-style.html = TEXT
 BUGCR144536 WONTFIX ANDROID : scrollbars/listbox-scrollbar-combinations.html = TEXT
 
+// Failing tests with 2d canvas acceleration.
 BUGCR145084 ANDROID : platform/chromium/virtual/gpu/canvas/philip = PASS TEXT
 BUGCR145084 ANDROID : platform/chromium/virtual/gpu/fast/canvas = PASS TEXT TIMEOUT
 
+// Failing compositing tests.
 BUGCR145087 ANDROID : compositing/geometry/fixed-position-composited-switch.html = TEXT
 BUGCR145087 ANDROID : compositing/geometry/limit-layer-bounds-opacity-transition.html = TEXT
 BUGCR145087 ANDROID : compositing/reflections/nested-reflection-animated.html = TEXT PASS

Added: trunk/LayoutTests/platform/chromium-android/fast/canvas/fallback-content-expected.txt (0 => 127379)


--- trunk/LayoutTests/platform/chromium-android/fast/canvas/fallback-content-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-android/fast/canvas/fallback-content-expected.txt	2012-09-01 19:26:50 UTC (rev 127379)
@@ -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
+

Deleted: trunk/LayoutTests/platform/chromium-android/fast/font-boosting/various-tricky-cases-expected.txt (127378 => 127379)


--- trunk/LayoutTests/platform/chromium-android/fast/font-boosting/various-tricky-cases-expected.txt	2012-09-01 19:06:10 UTC (rev 127378)
+++ trunk/LayoutTests/platform/chromium-android/fast/font-boosting/various-tricky-cases-expected.txt	2012-09-01 19:26:50 UTC (rev 127379)
@@ -1,313 +0,0 @@
-layer at (0,0) size 988x771
-  RenderView at (0,0) size 785x585
-layer at (0,0) size 785x771
-  RenderBlock {HTML} at (0,0) size 785x772
-    RenderBody {BODY} at (8,20) size 769x744
-      RenderBlock {DIV} at (0,0) size 980x744
-        RenderBlock {DIV} at (0,0) size 980x125
-          RenderBlock (floating) {DIV} at (773,0) size 207x17
-            RenderInline {A} at (0,0) size 75x17 [color=#0000EE]
-              RenderText {#text} at (0,0) size 75x17
-                text run at (0,0) width 75: "My Account"
-            RenderText {#text} at (75,0) size 11x17
-              text run at (75,0) width 11: " | "
-            RenderInline {A} at (0,0) size 53x17 [color=#0000EE]
-              RenderText {#text} at (86,0) size 53x17
-                text run at (86,0) width 53: "Settings"
-            RenderText {#text} at (139,0) size 11x17
-              text run at (139,0) width 11: " | "
-            RenderInline {A} at (0,0) size 57x17 [color=#0000EE]
-              RenderText {#text} at (150,0) size 57x17
-                text run at (150,0) width 57: "Sign Out"
-            RenderText {#text} at (0,0) size 0x0
-          RenderBlock {H1} at (0,0) size 980x48
-            RenderImage {IMG} at (0,0) size 192x48
-            RenderText {#text} at (192,4) size 333x35
-              text run at (192,4) width 333: "Font Boosting Test Site"
-          RenderBlock {UL} at (0,68) size 980x1
-            RenderListItem {LI} at (0,0) size 980x0
-              RenderBlock (floating) {A} at (0,0) size 108x23 [color=#FFFFFF] [bgcolor=#800080] [border: (1px solid #FFFFFF) none]
-                RenderText {#text} at (9,3) size 39x17
-                  text run at (9,3) width 39: "Home"
-            RenderListItem {LI} at (0,0) size 980x0
-              RenderBlock (floating) {A} at (108,0) size 108x23 [color=#FFFFFF] [bgcolor=#800080] [border: (1px solid #FFFFFF) none]
-                RenderText {#text} at (9,3) size 59x17
-                  text run at (9,3) width 59: "Products"
-            RenderListItem {LI} at (0,0) size 980x0
-              RenderBlock (floating) {A} at (216,0) size 108x23 [color=#FFFFFF] [bgcolor=#9370DB] [border: (1px solid #FFFFFF) none]
-                RenderText {#text} at (9,3) size 37x17
-                  text run at (9,3) width 37: "News"
-            RenderListItem {LI} at (0,0) size 980x0
-              RenderBlock (floating) {A} at (324,0) size 108x23 [color=#FFFFFF] [bgcolor=#800080] [border: (1px solid #FFFFFF) none]
-                RenderText {#text} at (9,3) size 38x17
-                  text run at (9,3) width 38: "Media"
-            RenderListItem {LI} at (0,0) size 980x0
-              RenderBlock (floating) {A} at (432,0) size 108x23 [color=#FFFFFF] [bgcolor=#800080] [border: (1px solid #FFFFFF) none]
-                RenderText {#text} at (9,3) size 45x17
-                  text run at (9,3) width 45: "Gallery"
-            RenderListItem {LI} at (0,0) size 980x0
-              RenderBlock (floating) {A} at (540,0) size 108x23 [color=#FFFFFF] [bgcolor=#800080] [border: (1px solid #FFFFFF) none]
-                RenderText {#text} at (9,3) size 37x17
-                  text run at (9,3) width 37: "About"
-            RenderListItem {LI} at (0,0) size 980x0
-              RenderBlock (floating) {A} at (648,0) size 108x23 [color=#FFFFFF] [bgcolor=#800080] [border: (1px solid #FFFFFF) none]
-                RenderText {#text} at (9,3) size 80x17
-                  text run at (9,3) width 80: "Store Finder"
-            RenderListItem {LI} at (0,0) size 980x0
-              RenderBlock (floating) {A} at (756,0) size 108x23 [color=#FFFFFF] [bgcolor=#800080] [border: (1px solid #FFFFFF) none]
-                RenderText {#text} at (9,3) size 51x17
-                  text run at (9,3) width 51: "Contact"
-            RenderListItem {LI} at (0,0) size 980x0
-              RenderBlock (floating) {A} at (864,0) size 108x23 [color=#FFFFFF] [bgcolor=#800080] [border: (1px solid #FFFFFF) none]
-                RenderText {#text} at (9,3) size 29x17
-                  text run at (9,3) width 29: "Help"
-          RenderBlock {UL} at (0,91) size 980x34
-            RenderBlock (floating) {FORM} at (817,15) size 157x26
-              RenderTextControl {INPUT} at (2,2) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderText {#text} at (0,0) size 0x0
-            RenderInline {LI} at (0,0) size 67x18
-              RenderInline {A} at (0,0) size 67x18 [color=#0000EE]
-                RenderText {#text} at (0,15) size 67x18
-                  text run at (0,15) width 67: "Hardware"
-            RenderText {#text} at (67,15) size 4x18
-              text run at (67,15) width 4: " "
-            RenderInline {LI} at (0,0) size 69x18
-              RenderInline (generated) at (0,0) size 10x18
-                RenderText at (71,15) size 10x18
-                  text run at (71,15) width 10: "| "
-              RenderInline {A} at (0,0) size 59x18 [color=#0000EE]
-                RenderText {#text} at (81,15) size 59x18
-                  text run at (81,15) width 59: "Software"
-            RenderText {#text} at (140,15) size 4x18
-              text run at (140,15) width 4: " "
-            RenderInline {LI} at (0,0) size 110x18
-              RenderInline (generated) at (0,0) size 10x18
-                RenderText at (144,15) size 10x18
-                  text run at (144,15) width 10: "| "
-              RenderInline {A} at (0,0) size 100x18 [color=#0000EE]
-                RenderText {#text} at (154,15) size 100x18
-                  text run at (154,15) width 100: "Music & Media"
-            RenderText {#text} at (254,15) size 4x18
-              text run at (254,15) width 4: " "
-            RenderInline {LI} at (0,0) size 74x18
-              RenderInline (generated) at (0,0) size 10x18
-                RenderText at (258,15) size 10x18
-                  text run at (258,15) width 10: "| "
-              RenderInline {A} at (0,0) size 64x18 [color=#0000EE]
-                RenderText {#text} at (268,15) size 64x18
-                  text run at (268,15) width 64: "Networks"
-            RenderText {#text} at (332,15) size 4x18
-              text run at (332,15) width 4: " "
-            RenderInline {LI} at (0,0) size 64x18
-              RenderInline (generated) at (0,0) size 10x18
-                RenderText at (336,15) size 10x18
-                  text run at (336,15) width 10: "| "
-              RenderInline {A} at (0,0) size 54x18 [color=#0000EE]
-                RenderText {#text} at (346,15) size 54x18
-                  text run at (346,15) width 54: "Security"
-            RenderText {#text} at (400,15) size 4x18
-              text run at (400,15) width 4: " "
-            RenderInline {LI} at (0,0) size 96x18
-              RenderInline (generated) at (0,0) size 10x18
-                RenderText at (404,15) size 10x18
-                  text run at (404,15) width 10: "| "
-              RenderInline {A} at (0,0) size 86x18 [color=#0000EE]
-                RenderText {#text} at (414,15) size 86x18
-                  text run at (414,15) width 86: "Public Sector"
-            RenderText {#text} at (500,15) size 4x18
-              text run at (500,15) width 4: " "
-            RenderInline {LI} at (0,0) size 67x18
-              RenderInline (generated) at (0,0) size 10x18
-                RenderText at (504,15) size 10x18
-                  text run at (504,15) width 10: "| "
-              RenderInline {A} at (0,0) size 57x18 [color=#0000EE]
-                RenderText {#text} at (514,15) size 57x18
-                  text run at (514,15) width 57: "Business"
-            RenderText {#text} at (571,15) size 4x18
-              text run at (571,15) width 4: " "
-            RenderInline {LI} at (0,0) size 59x18
-              RenderInline (generated) at (0,0) size 10x18
-                RenderText at (575,15) size 10x18
-                  text run at (575,15) width 10: "| "
-              RenderInline {A} at (0,0) size 49x18 [color=#0000EE]
-                RenderText {#text} at (585,15) size 49x18
-                  text run at (585,15) width 49: "Science"
-            RenderText {#text} at (634,15) size 4x18
-              text run at (634,15) width 4: " "
-            RenderInline {LI} at (0,0) size 93x18
-              RenderInline (generated) at (0,0) size 10x18
-                RenderText at (638,15) size 10x18
-                  text run at (638,15) width 10: "| "
-              RenderInline {A} at (0,0) size 83x18 [color=#0000EE]
-                RenderText {#text} at (648,15) size 83x18
-                  text run at (648,15) width 83: "Odds & Sods"
-            RenderText {#text} at (0,0) size 0x0
-        RenderBlock {DIV} at (0,142) size 980x301
-          RenderBlock {H2} at (0,0) size 980x28
-            RenderText {#text} at (0,0) size 536x27
-              text run at (0,0) width 536: "980px \x{2013} Lorem ipsum dolor sit amet, consectetur"
-          RenderBlock {P} at (0,46) size 980x52
-            RenderText {#text} at (0,0) size 976x51
-              text run at (0,0) width 797: "Suspendisse luctus leo sed elit porta eu luctus sapien tincidunt. Donec euismod euismod dui, et mollis purus volutpat eget. "
-              text run at (797,0) width 179: "Phasellus ullamcorper nulla"
-              text run at (0,17) width 963: "nec mi adipiscing suscipit. Sed accumsan turpis vitae risus fermentum vehicula. In porttitor, augue eu vestibulum convallis, augue lacus pellentesque"
-              text run at (0,34) width 951: "urna, sit amet volutpat est lacus quis nibh. Suspendisse nec massa dui. Sed risus nulla, scelerisque ullamcorper consectetur in, congue vel neque."
-          RenderTable {TABLE} at (0,112) size 95x41
-            RenderTableSection {TBODY} at (0,0) size 95x40
-              RenderTableRow {TR} at (0,2) size 95x36
-                RenderTableCell {TD} at (2,2) size 91x36 [r=0 c=0 rs=1 cs=1]
-                  RenderBlock {OL} at (1,1) size 89x34
-                    RenderListItem {LI} at (40,0) size 49x17
-                      RenderListMarker at (-20,0) size 16x17: "1"
-                      RenderText {#text} at (0,0) size 49x17
-                        text run at (0,0) width 49: "Aenean"
-                    RenderListItem {LI} at (40,17) size 49x17
-                      RenderListMarker at (-20,0) size 16x17: "2"
-                      RenderText {#text} at (0,0) size 35x17
-                        text run at (0,0) width 35: "Morbi"
-          RenderBlock {OL} at (0,167) size 980x35
-            RenderListItem {LI} at (40,0) size 940x17
-              RenderListMarker at (-20,0) size 16x17: "1"
-              RenderText {#text} at (0,0) size 67x17
-                text run at (0,0) width 67: "Maecenas"
-            RenderListItem {LI} at (40,17) size 940x17
-              RenderListMarker at (-20,0) size 16x17: "2"
-              RenderText {#text} at (0,0) size 40x17
-                text run at (0,0) width 40: "Curae"
-          RenderBlock {UL} at (0,216) size 980x35
-            RenderListItem {LI} at (40,0) size 940x17
-              RenderListMarker at (-17,0) size 7x17: bullet
-              RenderText {#text} at (0,0) size 738x17
-                text run at (0,0) width 738: "Etiam in nulla ac nulla rhoncus aliquet et quis justo. Nunc congue nisl a tortor ultricies sit amet lacinia nisi rhoncus."
-            RenderListItem {LI} at (40,17) size 940x17
-              RenderListMarker at (-17,0) size 7x17: bullet
-              RenderText {#text} at (0,0) size 460x17
-                text run at (0,0) width 460: "Nullam massa sapien, rhoncus ultrices eleifend vel, molestie non diam."
-          RenderBlock {P} at (0,265) size 980x35
-            RenderText {#text} at (0,0) size 972x34
-              text run at (0,0) width 972: "Etiam luctus orci ut felis auctor ac bibendum ante malesuada. Cras pretium lorem in lectus fringilla condimentum. Mauris eget justo mauris, in placerat"
-              text run at (0,17) width 960: "enim. Suspendisse ornare congue mollis. Sed hendrerit odio quis tellus consectetur congue. Nunc interdum purus sit amet tellus pulvinar sollicitudin."
-        RenderBlock (floating) {DIV} at (0,457) size 320x189
-          RenderBlock {H3} at (0,0) size 320x22
-            RenderText {#text} at (0,0) size 303x21
-              text run at (0,0) width 303: "320px \x{2013} Pellentesque nec vehicula"
-          RenderBlock {P} at (0,39) size 320x86
-            RenderText {#text} at (0,0) size 308x85
-              text run at (0,0) width 308: "Proin vel neque augue, id rhoncus risus. Integer"
-              text run at (0,17) width 290: "quis euismod odio. Curabitur porttitor diam id"
-              text run at (0,34) width 281: "neque dictum auctor. Duis convallis tempor"
-              text run at (0,51) width 305: "ipsum, vel interdum risus eleifend at. Phasellus"
-              text run at (0,68) width 273: "cursus justo quis neque suscipit convallis."
-          RenderBlock {P} at (0,139) size 320x35
-            RenderText {#text} at (0,0) size 299x34
-              text run at (0,0) width 297: "Aenean id justo sed felis iaculis hendrerit. Sed"
-              text run at (0,17) width 299: "aliquet ultricies nisi, in tempus lacinia sit amet."
-        RenderBlock {DIV} at (340,459) size 640x192
-          RenderBlock {H3} at (0,0) size 640x22
-            RenderBlock (anonymous) at (0,0) size 640x22
-              RenderText {#text} at (0,0) size 443x21
-                text run at (0,0) width 443: "640px \x{2013} Praesent nunc ipsum, volutpat vel pretium"
-            RenderBlock {P} at (0,39) size 640x1
-          RenderBlock {P} at (0,39) size 640x69
-            RenderText {#text} at (0,0) size 636x68
-              text run at (0,0) width 636: "Cras lacinia gravida neque, sed placerat turpis sodales id. Sed imperdiet, tellus id hendrerit blandit,"
-              text run at (0,17) width 614: "tortor tellus facilisis dolor, vitae rutrum urna tellus vel leo. Etiam ullamcorper pretium massa, ac"
-              text run at (0,34) width 616: "tempus elit faucibus quis. In convallis purus non libero sodales convallis. Praesent blandit, mi et"
-              text run at (0,51) width 491: "dictum placerat, odio nisi gravida est, eget fermentum purus elit sed massa."
-          RenderBlock {P} at (0,122) size 640x69
-            RenderText {#text} at (0,0) size 626x68
-              text run at (0,0) width 626: "Vivamus vitae scelerisque sem. Suspendisse lobortis dui eget nunc pharetra semper. Fusce non"
-              text run at (0,17) width 622: "felis nec mauris eleifend faucibus. Nam ligula turpis, condimentum quis imperdiet ac, vestibulum"
-              text run at (0,34) width 609: "ac odio. Nullam rutrum suscipit purus. Integer erat metus, elementum et molestie ut, sagittis id"
-              text run at (0,51) width 33: "urna."
-        RenderBlock {DIV} at (0,665) size 980x79
-          RenderBlock (floating) {DIV} at (0,0) size 895x32
-            RenderInline {SPAN} at (0,0) size 547x16
-              RenderText {#text} at (0,0) size 0x0
-              RenderInline {SPAN} at (0,0) size 214x14
-                RenderText {#text} at (2,2) size 78x14
-                  text run at (2,2) width 78: "*, **, \x{2021}, \x{2021}\x{2021}, \x{2021}\x{2021}\x{2021}, "
-                RenderInline {SUP} at (0,0) size 5x12
-                  RenderText {#text} at (80,0) size 5x12
-                    text run at (80,0) width 5: "1"
-                RenderText {#text} at (85,2) size 6x14
-                  text run at (85,2) width 6: ", "
-                RenderInline {SUP} at (0,0) size 5x12
-                  RenderText {#text} at (91,0) size 5x12
-                    text run at (91,0) width 5: "2"
-                RenderText {#text} at (96,2) size 6x14
-                  text run at (96,2) width 6: ", "
-                RenderInline {SUP} at (0,0) size 5x12
-                  RenderText {#text} at (102,0) size 5x12
-                    text run at (102,0) width 5: "3"
-                RenderText {#text} at (107,2) size 6x14
-                  text run at (107,2) width 6: ", "
-                RenderInline {SUP} at (0,0) size 5x12
-                  RenderText {#text} at (113,0) size 5x12
-                    text run at (113,0) width 5: "4"
-                RenderText {#text} at (118,2) size 98x14
-                  text run at (118,2) width 98: ",+, \x{B0}, \x{B0}\x{B0}, \x{2020}, \x{2020}\x{2020}, \x{2020}\x{2020}\x{2020}, ^"
-              RenderText {#text} at (216,0) size 4x16
-                text run at (216,0) width 4: " "
-              RenderInline {A} at (0,0) size 327x16 [color=#0000EE]
-                RenderText {#text} at (220,0) size 327x16
-                  text run at (220,0) width 327: "Click here for product disclaimers and legal policies."
-            RenderBR {BR} at (547,0) size 0x16
-            RenderInline {SPAN} at (0,0) size 640x16
-              RenderText {#text} at (2,16) size 638x16
-                text run at (2,16) width 638: "Third-party logos and marks are registered trademarks of their respective owners. All rights reserved."
-            RenderText {#text} at (0,0) size 0x0
-          RenderBlock {DIV} at (0,45) size 980x17
-            RenderInline {A} at (0,0) size 63x16 [color=#0000EE]
-              RenderText {#text} at (273,0) size 51x16
-                text run at (273,0) width 51: "Canada"
-            RenderText {#text} at (329,0) size 5x16
-              text run at (329,0) width 5: " "
-            RenderInline {A} at (0,0) size 50x16 [color=#0000EE]
-              RenderText {#text} at (339,0) size 38x16
-                text run at (339,0) width 38: "China"
-            RenderText {#text} at (382,0) size 5x16
-              text run at (382,0) width 5: " "
-            RenderInline {A} at (0,0) size 58x16 [color=#0000EE]
-              RenderText {#text} at (392,0) size 46x16
-                text run at (392,0) width 46: "France"
-            RenderText {#text} at (443,0) size 5x16
-              text run at (443,0) width 5: " "
-            RenderInline {A} at (0,0) size 71x16 [color=#0000EE]
-              RenderText {#text} at (453,0) size 59x16
-                text run at (453,0) width 59: "Germany"
-            RenderText {#text} at (517,0) size 5x16
-              text run at (517,0) width 5: " "
-            RenderInline {A} at (0,0) size 38x16 [color=#0000EE]
-              RenderText {#text} at (527,0) size 26x16
-                text run at (527,0) width 26: "Italy"
-            RenderText {#text} at (558,0) size 5x16
-              text run at (558,0) width 5: " "
-            RenderInline {A} at (0,0) size 51x16 [color=#0000EE]
-              RenderText {#text} at (568,0) size 39x16
-                text run at (568,0) width 39: "Japan"
-            RenderText {#text} at (612,0) size 5x16
-              text run at (612,0) width 5: " "
-            RenderInline {A} at (0,0) size 97x16 [color=#0000EE]
-              RenderText {#text} at (622,0) size 85x16
-                text run at (622,0) width 85: "United States"
-            RenderText {#text} at (0,0) size 0x0
-          RenderBlock {DIV} at (0,61) size 980x17
-            RenderInline {A} at (0,0) size 156x16 [color=#0000EE]
-              RenderText {#text} at (220,0) size 156x16
-                text run at (220,0) width 156: "Conditions of Use & Sale"
-            RenderText {#text} at (376,0) size 4x16
-              text run at (376,0) width 4: " "
-            RenderInline {A} at (0,0) size 89x16 [color=#0000EE]
-              RenderText {#text} at (380,0) size 89x16
-                text run at (380,0) width 89: "Privacy Notice"
-            RenderText {#text} at (469,0) size 4x16
-              text run at (469,0) width 4: " "
-            RenderInline {SPAN} at (0,0) size 287x16
-              RenderText {#text} at (473,0) size 287x16
-                text run at (473,0) width 287: "\x{A9} 1996-2011, Corporation, Inc. or its affiliates"
-            RenderText {#text} at (0,0) size 0x0
-layer at (829,131) size 149x16
-  RenderBlock {DIV} at (2,3) size 149x16
-    RenderText {#text} at (0,0) size 66x16
-      text run at (0,0) width 66: "Search site"

Deleted: trunk/LayoutTests/platform/chromium-android/fast/font-boosting/various-tricky-cases.html (127378 => 127379)


--- trunk/LayoutTests/platform/chromium-android/fast/font-boosting/various-tricky-cases.html	2012-09-01 19:06:10 UTC (rev 127378)
+++ trunk/LayoutTests/platform/chromium-android/fast/font-boosting/various-tricky-cases.html	2012-09-01 19:26:50 UTC (rev 127379)
@@ -1,212 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-
-<title>Font Boosting Test Page</title>
-
-<script type="text/_javascript_">
-if (window.layoutTestController) {
-    internals.settings.setTextAutosizingWindowSizeOverride(320, 480);
-    internals.settings.setFontBoostingEnabled(true);
-}
-</script>
-
-<style type="text/css">
-body {
-    font-family: Arial;
-    font-size: 15px;
-}
-#page {
-    width: 980px;
-    margin: 0 auto;
-}
-
-#account-menu {
-    float: right;
-}
-#sitename > img {
-    vertical-align: middle;
-}
-#logo {
-    width: 192px;
-    height: 48px;
-    background: -webkit-gradient(radial, 175  55, 20, 182 70, 50, from(#FF5F98), to(rgba(255,   1, 136, 0)), color-stop(75%, #FF0188)), /* red circle */
-                -webkit-gradient(radial,  80  25, 10,  82 30, 30, from(#A7D30C), to(rgba(  1, 159,  98, 0)), color-stop(90%, #019F62)), /* green circle */
-                -webkit-gradient(radial, 130   0, 15, 137  5, 40, from(#00C9FF), to(rgba(  0, 201, 255, 0)), color-stop(80%, #00B5E2)), /* blue circle */
-                -webkit-gradient(radial,   0 100, 50,   0 90, 90, from(#F4F201), to(rgba(228, 199,   0, 0)), color-stop(80%, #E4C700)); /* yellow circle */
-}
-#menu1 {
-    clear: both;
-    list-style-type: none;
-    margin: 0;
-    padding: 0;
-}
-#menu1 a {
-    width: 89px;
-    padding: 3px 9px;
-    border-right:1px solid white;
-    background-color: purple;
-    color: white;
-    float: left;
-}
-#menu1 a:hover {
-    background-color: pink;
-    color: purple;
-}
-#menu1 li:nth-child(3) > a {
-    background-color: mediumpurple;
-    color: white;
-    text-decoration: none;
-}
-
-#menu2 > form {
-    float: right;
-    margin-right: 6px;
-}
-
-#menu2 {
-    clear: both;
-    list-style-type: none;
-    margin: 0;
-    padding: 1em 0 0;
-    font-family: Georgia;
-}
-#menu2 > li {
-    display: inline;
-}
-#menu2 > li + li:before {
-    content: " | ";
-}
-
-#wide {
-    clear: both;
-}
-table ol {
-    margin: 0;
-}
-
-#narrow {
-    float: left;
-    width: 320px;
-}
-#narrow > h3 {
-    margin-top: 0;
-}
-
-#medium {
-    margin-left: 340px;
-}
-
-#footer {
-    clear: both;
-    text-align: center;
-    font-size: 0.9em;
-}
-#fineprint {
-    text-align: left;
-    float:left;
-    width: 895px;
-    margin-bottom: 1em;
-}
-#footer-links {
-    clear: both;
-}
-#footer-links > a {
-    padding: 0 6px;
-}
-</style>
-
-</head>
-<body>
-<div id="page">
-
-<div id="header">
-    <div id="account-menu">
-        <a href="" Account</a> | <a href="" | <a href="" Out</a>
-    </div>
-    <h1 id="sitename"><img id="logo" href="" Boosting Test Site</h1>
-    <ul id="menu1">
-        <li><a href=""
-        <li><a href=""
-        <li><a href=""
-        <li><a href=""
-        <li><a href=""
-        <li><a href=""
-        <li><a href="" Finder</a></li>
-        <li><a href=""
-        <li><a href=""
-    </ul>
-    <ul id="menu2">
-        <form action="" method="GET">
-            <input type="text" value="Search site"/>
-        </form>
-        <li><a href=""
-        <li><a href=""
-        <li><a href="" &amp; Media</a></li>
-        <li><a href=""
-        <li><a href=""
-        <li><a href="" Sector</a></li>
-        <li><a href=""
-        <li><a href=""
-        <li><a href="" &amp; Sods</a></li>
-    </ul>
-</div>
-<div id="wide">
-    <h2>980px &ndash; Lorem ipsum dolor sit amet, consectetur</h2>
-    <p>Suspendisse luctus leo sed elit porta eu luctus sapien tincidunt. Donec euismod euismod dui, et mollis purus volutpat eget.  Phasellus ullamcorper nulla nec mi adipiscing suscipit. Sed accumsan turpis vitae risus fermentum vehicula. In porttitor, augue eu vestibulum convallis, augue lacus pellentesque urna, sit amet volutpat est lacus quis nibh. Suspendisse nec massa dui. Sed risus nulla, scelerisque ullamcorper consectetur in, congue vel neque.</p>
-    <table>
-        <tr>
-            <td>
-                <ol>
-                    <li>Aenean</li>
-                    <li>Morbi</li>
-                </ol>
-            </td>
-        </tr>
-    </table>
-    <ol>
-        <li>Maecenas</li>
-        <li>Curae</li>
-    </ol>
-    <ul>
-        <li>Etiam in nulla ac nulla rhoncus aliquet et quis justo. Nunc congue nisl a tortor ultricies sit amet lacinia nisi rhoncus.</li>
-        <li>Nullam massa sapien, rhoncus ultrices eleifend vel, molestie non diam.</li>
-    </ul>
-    <p>Etiam luctus orci ut felis auctor ac bibendum ante malesuada. Cras pretium lorem in lectus fringilla condimentum. Mauris eget justo mauris, in placerat enim. Suspendisse ornare congue mollis. Sed hendrerit odio quis tellus consectetur congue. Nunc interdum purus sit amet tellus pulvinar sollicitudin.</p>
-</div>
-<div id="narrow">
-    <h3>320px &ndash; Pellentesque nec vehicula</h3>
-    <p>Proin vel neque augue, id rhoncus risus. Integer quis euismod odio. Curabitur porttitor diam id neque dictum auctor. Duis convallis tempor ipsum, vel interdum risus eleifend at. Phasellus cursus justo quis neque suscipit convallis.</p>
-    <p>Aenean id justo sed felis iaculis hendrerit. Sed aliquet ultricies nisi, in tempus lacinia sit amet.</p>
-</div>
-<div id="medium">
-    <h3>640px &ndash; Praesent nunc ipsum, volutpat vel pretium</p></h3>
-    <p>Cras lacinia gravida neque, sed placerat turpis sodales id. Sed imperdiet, tellus id hendrerit blandit, tortor tellus facilisis dolor, vitae rutrum urna tellus vel leo. Etiam ullamcorper pretium massa, ac tempus elit faucibus quis. In convallis purus non libero sodales convallis. Praesent blandit, mi et dictum placerat, odio nisi gravida est, eget fermentum purus elit sed massa.</p>
-    <p>Vivamus vitae scelerisque sem. Suspendisse lobortis dui eget nunc pharetra semper. Fusce non felis nec mauris eleifend faucibus. Nam ligula turpis, condimentum quis imperdiet ac, vestibulum ac odio. Nullam rutrum suscipit purus. Integer erat metus, elementum et molestie ut, sagittis id urna.</p>
-</div>
-<div id="footer">
-    <div id="fineprint">
-        <span style="padding-left:2px;">
-            <span style="font-size:smaller">*, **, ‡, ‡‡, ‡‡‡, <sup>1</sup>, <sup>2</sup>, <sup>3</sup>, <sup>4</sup>,+, °, °°, †, ††, †††, ^</span>&nbsp;<a href="" here for product disclaimers and legal policies.</a></span><br>
-        <span style="padding-left:2px;">Third-party logos and marks are registered trademarks of their respective owners. All rights reserved.</span>
-    </div>
-    <div id="footer-links">
-        <a href=""
-        <a href=""
-        <a href=""
-        <a href=""
-        <a href=""
-        <a href=""
-        <a href="" States</a>
-    </div>
-    <div>
-        <a href="" of Use &amp; Sale</a> <a href="" Notice</a> <span>© 1996-2011, Corporation, Inc. or its affiliates</span>
-    </div>
-</div>
-
-</div>
-</body>
-
-</html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to