WebKit Bugzilla
Attachment 357762 Details for
Bug 192904
: [GTK][WPE] Unreviewed test gardening.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192904-20181220021432.patch (text/plain), 61.85 KB, created by
Alicia Boya García
on 2018-12-19 17:14:34 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alicia Boya García
Created:
2018-12-19 17:14:34 PST
Size:
61.85 KB
patch
obsolete
>Subversion Revision: 239387 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index ffe070456b7b741f1523fdb8f783c4293c87143d..80abf15cae059e84db0c93a90f5d2ff9eb2e5f15 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,36 @@ >+2018-12-19 Alicia Boya GarcÃa <aboya@igalia.com> >+ >+ [GTK][WPE] Unreviewed test gardening. >+ https://bugs.webkit.org/show_bug.cgi?id=192904 >+ >+ * platform/gtk/TestExpectations: >+ * platform/gtk/animations/lineheight-animation-expected.txt: Copied from LayoutTests/platform/wpe/legacy-animation-engine/animations/lineheight-animation-expected.txt. >+ * platform/gtk/animations/simultaneous-start-transform-expected.txt: Copied from LayoutTests/platform/wpe/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt. >+ * platform/gtk/animations/width-using-ems-expected.txt: Copied from LayoutTests/platform/wpe/legacy-animation-engine/animations/width-using-ems-expected.txt. >+ * platform/gtk/css1/font_properties/font-expected.txt: >+ * platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt: >+ * platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt: >+ * platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt: >+ * platform/gtk/css2.1/t1508-c527-font-10-c-expected.txt: >+ * platform/gtk/fast/inline/inline-content-with-image-simple-expected.txt: Added. >+ * platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: >+ * platform/gtk/imported/w3c/web-platform-tests/eventsource/format-mime-bogus-expected.txt: Removed. >+ * platform/gtk/legacy-animation-engine/animations/lineheight-animation-expected.txt: Added. >+ * platform/gtk/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt: Copied from LayoutTests/platform/wpe/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt. >+ * platform/gtk/legacy-animation-engine/animations/width-using-ems-expected.txt: Copied from LayoutTests/platform/wpe/legacy-animation-engine/animations/width-using-ems-expected.txt. >+ * platform/wpe/TestExpectations: >+ * platform/wpe/css1/font_properties/font-expected.txt: >+ * platform/wpe/css1/pseudo/multiple_pseudo_elements-expected.txt: >+ * platform/wpe/css2.1/t1508-c527-font-00-b-expected.txt: >+ * platform/wpe/css2.1/t1508-c527-font-06-b-expected.txt: >+ * platform/wpe/css2.1/t1508-c527-font-10-c-expected.txt: >+ * platform/wpe/fast/inline/inline-content-with-image-simple-expected.txt: Added. >+ * platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: >+ * platform/wpe/imported/w3c/web-platform-tests/eventsource/format-mime-bogus-expected.txt: Removed. >+ * platform/wpe/legacy-animation-engine/animations/lineheight-animation-expected.txt: >+ * platform/wpe/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt: >+ * platform/wpe/legacy-animation-engine/animations/width-using-ems-expected.txt: >+ > 2018-12-19 Ryan Haddad <ryanhaddad@apple.com> > > REGRESSION (r234940): [ MacOS ] Layout Test imported/w3c/web-platform-tests/media-source/mediasource-changetype-play.html is flaky >diff --git a/LayoutTests/platform/gtk/TestExpectations b/LayoutTests/platform/gtk/TestExpectations >index 992d571642fa16b62719c719a7fc2e2fe1865c5d..e78e55a6dff39d9281fa59281e2cfc0a33f02860 100644 >--- a/LayoutTests/platform/gtk/TestExpectations >+++ b/LayoutTests/platform/gtk/TestExpectations >@@ -502,7 +502,6 @@ webkit.org/b/169917 webgl/1.0.2/conformance/extensions/oes-texture-float-with-vi > webkit.org/b/169917 webgl/1.0.2/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Slow ] > webkit.org/b/169917 webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words.html [ Slow ] > webkit.org/b/169917 webgl/1.0.3/conformance/rendering/many-draw-calls.html [ Slow ] >-webkit.org/b/169917 webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Timeout Pass ] > webkit.org/b/169917 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html [ Timeout ] > webkit.org/b/169917 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html [ Timeout ] > webkit.org/b/169917 webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html [ Timeout ] >@@ -1201,6 +1200,10 @@ webkit.org/b/190738 media/encrypted-media/clearKey/clearKey-encrypted-webm-event > webkit.org/b/190738 imported/w3c/web-platform-tests/encrypted-media/resources/clearkey-retrieve-destroy-persistent-license.html [ Missing ] > webkit.org/b/190738 imported/w3c/web-platform-tests/encrypted-media/resources/clearkey-retrieve-persistent-license.html [ Missing ] > >+# MediaRecorder is not currently implemented >+http/wpt/mediarecorder [ Skip ] >+imported/w3c/web-platform-tests/mediacapture-record [ Skip ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # End of Expected failures. > # >@@ -2057,6 +2060,13 @@ webkit.org/b/192148 imported/w3c/web-platform-tests/html/webappapis/animation-fr > > webkit.org/b/192149 imported/blink/animations/animation-events-prefixed-01.html [ Timeout Pass ] > >+webkit.org/b/192892 http/tests/appcache/deferred-events.html [ Pass Failure ] >+ >+webkit.org/b/192903 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https.html [ Pass Failure ] >+ >+webkit.org/b/178705 webkit.org/b/169917 webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Pass Failure Timeout ] >+webkit.org/b/178705 webgl/2.0.0/conformance/rendering/multisample-corruption.html [ Pass Failure Timeout ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # End of Flaky tests > #//////////////////////////////////////////////////////////////////////////////////////// >@@ -3640,6 +3650,19 @@ webkit.org/b/162815 fast/text/variations/font-face-clamp.html [ ImageOnlyFailure > webkit.org/b/162815 fast/text/variations/font-selection-properties.html [ ImageOnlyFailure ] > webkit.org/b/162815 fast/text/variations/skia-postscript-name.html [ ImageOnlyFailure ] > >+webkit.org/b/192875 css-typedom/attributeStyleMap.html [ Failure ] >+webkit.org/b/192875 imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles.html [ Failure ] >+ >+webkit.org/b/192883 fast/cookies/cookie-averse-document.html [ Failure ] >+webkit.org/b/192883 fast/cookies/local-file-can-set-cookies.html [ Failure ] >+ >+webkit.org/b/192886 fast/mediastream/media-stream-renders-first-frame.html [ Failure ] >+webkit.org/b/192888 fast/mediastream/resize-letterbox.html [ Failure ] >+ >+webkit.org/b/192900 imported/w3c/web-platform-tests/eventsource/format-mime-bogus.htm [ Failure ] >+ >+webkit.org/b/192902 js/dom/modules/import-mjs-module.html [ Failure ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # End of non-crashing, non-flaky tests failing > #//////////////////////////////////////////////////////////////////////////////////////// >diff --git a/LayoutTests/platform/gtk/animations/lineheight-animation-expected.txt b/LayoutTests/platform/gtk/animations/lineheight-animation-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..4172a8c56e279167b068c7aca4a6b121851e6144 >--- /dev/null >+++ b/LayoutTests/platform/gtk/animations/lineheight-animation-expected.txt >@@ -0,0 +1,3 @@ >+This test performs an animation of the line-height property. It tests whether or not we are properly getting the font-size. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. >+PASS - "lineHeight" property for "box" element at 0.1s saw something close to: 10 >+ >diff --git a/LayoutTests/platform/gtk/animations/simultaneous-start-transform-expected.txt b/LayoutTests/platform/gtk/animations/simultaneous-start-transform-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..d9e8722f47f3033fab5b60f291732c49ee4da2d9 >--- /dev/null >+++ b/LayoutTests/platform/gtk/animations/simultaneous-start-transform-expected.txt >@@ -0,0 +1,10 @@ >+This test performs an animation of the transform property. It animates over 10 seconds. It takes 3 snapshots and expects each result to be within a specified range. PASS - "webkitTransform" property for "box1" element at 2s saw something close to: 0.309017,0.951057 >+PASS - "webkitTransform" property for "box2" element at 2s saw something close to: 0.309017,0.951057 >+PASS - "webkitTransform" property for "box1" and "box2" elements at 2s are close enough to each other >+PASS - "webkitTransform" property for "box1" element at 5s saw something close to: -1,0 >+PASS - "webkitTransform" property for "box2" element at 5s saw something close to: -1,0 >+PASS - "webkitTransform" property for "box1" and "box2" elements at 5s are close enough to each other >+PASS - "webkitTransform" property for "box1" element at 8s saw something close to: 0.309017,-0.951057 >+PASS - "webkitTransform" property for "box2" element at 8s saw something close to: 0.309017,-0.951057 >+PASS - "webkitTransform" property for "box1" and "box2" elements at 8s are close enough to each other >+ >diff --git a/LayoutTests/platform/gtk/animations/width-using-ems-expected.txt b/LayoutTests/platform/gtk/animations/width-using-ems-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..bcf61912e0396cd89ac07fbaaa07d6ffba16161d >--- /dev/null >+++ b/LayoutTests/platform/gtk/animations/width-using-ems-expected.txt >@@ -0,0 +1,3 @@ >+This test performs an animation of the width property using 'em' units. It tests whether or not we are properly getting the default font-size. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. >+PASS - "width" property for "box" element at 0.333s saw something close to: 133 >+ >diff --git a/LayoutTests/platform/gtk/css1/font_properties/font-expected.txt b/LayoutTests/platform/gtk/css1/font_properties/font-expected.txt >index 09d8cc634cada0f5e466fc5458cd47cf686e8fbb..cdae36f053b701be0e6c4a397b35130013e0c525 100644 >--- a/LayoutTests/platform/gtk/css1/font_properties/font-expected.txt >+++ b/LayoutTests/platform/gtk/css1/font_properties/font-expected.txt >@@ -1,37 +1,37 @@ >-layer at (0,0) size 785x4381 >+layer at (0,0) size 785x4273 > RenderView at (0,0) size 785x600 >-layer at (0,0) size 785x4381 >- RenderBlock {HTML} at (0,0) size 785x4381 >- RenderBody {BODY} at (8,8) size 769x4365 [bgcolor=#CCCCCC] >+layer at (0,0) size 785x4273 >+ RenderBlock {HTML} at (0,0) size 785x4273 >+ RenderBody {BODY} at (8,8) size 769x4257 [bgcolor=#CCCCCC] > RenderBlock {P} at (0,0) size 769x15 > RenderText {#text} at (0,0) size 264x14 > text run at (0,0) width 264: "The style declarations which apply to the text below are:" > RenderBlock {PRE} at (0,27) size 769x168 > RenderText {#text} at (0,0) size 399x168 > text run at (0,0) width 161: "BODY {font-size: 12px;}" >- text run at (161,0) width 0: " " >+ text run at (160,0) width 1: " " > text run at (0,14) width 322: ".one {font: italic small-caps 13pt Helvetica;}" >- text run at (322,14) width 0: " " >+ text run at (321,14) width 1: " " > text run at (0,28) width 203: ".two {font: 150%/150% serif;}" >- text run at (203,28) width 0: " " >+ text run at (202,28) width 1: " " > text run at (0,42) width 252: ".three {font: 150%/150% sans-serif;}" >- text run at (252,42) width 0: " " >+ text run at (251,42) width 1: " " > text run at (0,56) width 231: ".four {font: small/200% cursive;}" >- text run at (231,56) width 0: " " >+ text run at (230,56) width 1: " " > text run at (0,70) width 399: ".five {font: italic small-caps 900 150%/150% sans-serif;}" >- text run at (399,70) width 0: " " >+ text run at (398,70) width 1: " " > text run at (0,84) width 392: ".six {font: italic small-caps 100 150%/300% sans-serif;}" >- text run at (392,84) width 0: " " >+ text run at (391,84) width 1: " " > text run at (0,98) width 392: ".seven {font: italic small-caps 900 150%/2em monospace;}" >- text run at (392,98) width 0: " " >+ text run at (391,98) width 1: " " > text run at (0,112) width 399: ".eight {font: italic small-caps 500 150%/1in sans-serif;}" >- text run at (399,112) width 0: " " >+ text run at (398,112) width 1: " " > text run at (0,126) width 378: ".nine {font: oblique normal 700 18px/200% sans-serif;}" >- text run at (378,126) width 0: " " >+ text run at (377,126) width 1: " " > text run at (0,140) width 301: ".ten {font: normal 400 80%/2.5 sans-serif;}" >- text run at (301,140) width 0: " " >+ text run at (300,140) width 1: " " > text run at (0,154) width 266: "SPAN.color {background-color: silver;}" >- text run at (266,154) width 0: " " >+ text run at (265,154) width 1: " " > RenderBlock {HR} at (0,207) size 769x2 [border: (1px inset #000000)] > RenderBlock {P} at (0,221) size 769x15 > RenderText {#text} at (0,0) size 706x14 >@@ -68,37 +68,36 @@ layer at (0,0) size 785x4381 > text run at (682,31) width 65: "Extra text is" > text run at (0,59) width 307: "included for the purposes of testing this more effectively." > RenderBlock {P} at (0,587) size 769x109 >- RenderText {#text} at (0,3) size 750x101 >- text run at (0,3) width 728: "This element should be in a sans-serif font, italicized and small caps, with a weight of 900. " >- text run at (727,3) width 23: "Its" >- text run at (0,30) width 747: "font-size should be 150% the base font size, and its line-height should be 150% of that value" >- text run at (0,57) width 246: "(18px and 27px, respectively). " >- text run at (245,57) width 481: "Extra text is included for the purposes of testing this more" >- text run at (0,84) width 95: "effectively." >- RenderBlock {P} at (0,713) size 769x217 >- RenderText {#text} at (0,17) size 745x182 >- text run at (0,17) width 723: "This element should be in a sans-serif font, italicized and small caps, with a weight of 100. " >- text run at (722,17) width 23: "Its" >- text run at (0,71) width 743: "font-size should be 150% the base font size, and its line-height should be 300% of that value" >- text run at (0,125) width 244: "(18px and 54px, respectively). " >- text run at (243,125) width 480: "Extra text is included for the purposes of testing this more" >- text run at (0,179) width 93: "effectively." >- RenderBlock {P} at (0,947) size 769x145 >+ RenderText {#text} at (0,3) size 732x101 >+ text run at (0,3) width 711: "This element should be in a sans-serif font, italicized and small caps, with a weight of 900. " >+ text run at (710,3) width 22: "Its" >+ text run at (0,30) width 731: "font-size should be 150% the base font size, and its line-height should be 150% of that value" >+ text run at (0,57) width 235: "(18px and 27px, respectively). " >+ text run at (234,57) width 465: "Extra text is included for the purposes of testing this more" >+ text run at (0,84) width 90: "effectively." >+ RenderBlock {P} at (0,713) size 769x163 >+ RenderText {#text} at (0,17) size 765x128 >+ text run at (0,17) width 698: "This element should be in a sans-serif font, italicized and small caps, with a weight of 100. " >+ text run at (697,17) width 68: "Its font-" >+ text run at (0,71) width 757: "size should be 150% the base font size, and its line-height should be 300% of that value (18px and" >+ text run at (0,125) width 154: "54px, respectively). " >+ text run at (153,125) width 556: "Extra text is included for the purposes of testing this more effectively." >+ RenderBlock {P} at (0,893) size 769x145 > RenderText {#text} at (0,8) size 750x128 > text run at (0,8) width 750: "This element should be in a monospace font, italicized and small caps, with a weight of" > text run at (0,44) width 55: "900. " >- text run at (54,44) width 688: "Its font-size should be 150% the base font size, and its line-height should be" >+ text run at (55,44) width 687: "Its font-size should be 150% the base font size, and its line-height should be" > text run at (0,80) width 618: "2em, or twice the element's font size (18px and 36px, respectively). " >- text run at (617,80) width 114: "Extra text is" >+ text run at (618,80) width 113: "Extra text is" > text run at (0,116) width 499: "included for the purposes of testing this more effectively." >- RenderBlock {P} at (0,1109) size 769x289 >- RenderText {#text} at (0,38) size 745x212 >- text run at (0,38) width 723: "This element should be in a sans-serif font, italicized and small caps, with a weight of 500. " >- text run at (722,38) width 23: "Its" >- text run at (0,134) width 693: "font-size should be 150% the base font size, or 18px, and its line-height should be 1in. " >- text run at (693,134) width 47: "Extra" >- text run at (0,230) width 525: "text is included for the purposes of testing this more effectively." >- RenderBlock {P} at (0,1415) size 769x145 >+ RenderBlock {P} at (0,1055) size 769x289 >+ RenderText {#text} at (0,38) size 765x212 >+ text run at (0,38) width 698: "This element should be in a sans-serif font, italicized and small caps, with a weight of 500. " >+ text run at (697,38) width 68: "Its font-" >+ text run at (0,134) width 631: "size should be 150% the base font size, or 18px, and its line-height should be 1in. " >+ text run at (631,134) width 99: "Extra text is" >+ text run at (0,230) width 451: "included for the purposes of testing this more effectively." >+ RenderBlock {P} at (0,1361) size 769x145 > RenderText {#text} at (0,8) size 752x128 > text run at (0,8) width 752: "This element should be in a sans-serif font, oblique and not small-caps, with a weight of" > text run at (0,44) width 40: "700. " >@@ -106,22 +105,21 @@ layer at (0,0) size 785x4381 > text run at (0,80) width 176: "element's font size). " > text run at (176,80) width 501: "Extra text is included for the purposes of testing this more" > text run at (0,116) width 93: "effectively." >- RenderBlock {P} at (0,1577) size 769x51 >+ RenderBlock {P} at (0,1523) size 769x51 > RenderText {#text} at (0,7) size 754x36 > text run at (0,7) width 301: "This element should be in a sans-serif font, with a weight of 400. " > text run at (301,7) width 453: "Its font-size should be 80% of 12px, or 9.6px, and its line-height shoud be 2.5 times that, or 24px." > text run at (0,32) width 318: "Extra text is included for the purposes of testing this more effectively." >- RenderBlock {P} at (0,1645) size 769x271 >- RenderInline {SPAN} at (0,0) size 759x236 [bgcolor=#C0C0C0] >- RenderText {#text} at (0,17) size 759x236 >- text run at (0,17) width 723: "This element should be in a sans-serif font, italicized and small caps, with a weight of 100. " >- text run at (722,17) width 23: "Its" >- text run at (0,71) width 743: "font-size should be 150% the base font size, and its line-height should be 300% of that value" >- text run at (0,125) width 759: "(18px and 54px, respectively). The text should have a silver background. The background color" >- text run at (0,179) width 736: "has been set on an inline element and should therefore only cover the text, not the interline" >- text run at (0,233) width 64: "spacing." >+ RenderBlock {P} at (0,1591) size 769x217 >+ RenderInline {SPAN} at (0,0) size 765x182 [bgcolor=#C0C0C0] >+ RenderText {#text} at (0,17) size 765x182 >+ text run at (0,17) width 698: "This element should be in a sans-serif font, italicized and small caps, with a weight of 100. " >+ text run at (697,17) width 68: "Its font-" >+ text run at (0,71) width 757: "size should be 150% the base font size, and its line-height should be 300% of that value (18px and" >+ text run at (0,125) width 748: "54px, respectively). The text should have a silver background. The background color has been set" >+ text run at (0,179) width 677: "on an inline element and should therefore only cover the text, not the interline spacing." > RenderText {#text} at (0,0) size 0x0 >- RenderTable {TABLE} at (0,1933) size 769x2432 [border: (1px outset #808080)] >+ RenderTable {TABLE} at (0,1825) size 769x2432 [border: (1px outset #808080)] > RenderTableSection {TBODY} at (1,1) size 767x2430 > RenderTableRow {TR} at (0,0) size 767x26 > RenderTableCell {TD} at (0,0) size 767x26 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2] >@@ -171,19 +169,19 @@ layer at (0,0) size 785x4381 > text run at (708,31) width 29: "Extra" > text run at (0,59) width 343: "text is included for the purposes of testing this more effectively." > RenderBlock {P} at (4,541) size 747x181 >- RenderText {#text} at (0,4) size 721x171 >+ RenderText {#text} at (0,4) size 722x171 > text run at (0,4) width 713: "This element should be in a sans-serif font, italicized and small caps," > text run at (0,40) width 226: "with a weight of 900. " >- text run at (226,40) width 495: "Its font-size should be 150% the base font size," >+ text run at (226,40) width 496: "Its font-size should be 150% the base font size," > text run at (0,76) width 669: "and its line-height should be 150% of that value (18px and 27px," > text run at (0,112) width 147: "respectively). " > text run at (146,112) width 562: "Extra text is included for the purposes of testing this" > text run at (0,148) width 175: "more effectively." > RenderBlock {P} at (4,745) size 747x361 >- RenderText {#text} at (0,22) size 716x315 >+ RenderText {#text} at (0,22) size 717x315 > text run at (0,22) width 701: "This element should be in a sans-serif font, italicized and small caps," > text run at (0,94) width 225: "with a weight of 100. " >- text run at (225,94) width 491: "Its font-size should be 150% the base font size," >+ text run at (225,94) width 492: "Its font-size should be 150% the base font size," > text run at (0,166) width 661: "and its line-height should be 300% of that value (18px and 54px," > text run at (0,238) width 146: "respectively). " > text run at (145,238) width 560: "Extra text is included for the purposes of testing this" >@@ -199,7 +197,7 @@ layer at (0,0) size 785x4381 > RenderText {#text} at (0,34) size 739x315 > text run at (0,34) width 701: "This element should be in a sans-serif font, italicized and small caps," > text run at (0,130) width 225: "with a weight of 500. " >- text run at (225,130) width 491: "Its font-size should be 150% the base font size," >+ text run at (225,130) width 492: "Its font-size should be 150% the base font size," > text run at (0,226) width 433: "or 18px, and its line-height should be 1in. " > text run at (433,226) width 306: "Extra text is included for the" > text run at (0,322) width 427: "purposes of testing this more effectively." >@@ -222,7 +220,7 @@ layer at (0,0) size 785x4381 > RenderText {#text} at (0,22) size 747x387 > text run at (0,22) width 701: "This element should be in a sans-serif font, italicized and small caps," > text run at (0,94) width 225: "with a weight of 100. " >- text run at (225,94) width 491: "Its font-size should be 150% the base font size," >+ text run at (225,94) width 492: "Its font-size should be 150% the base font size," > text run at (0,166) width 661: "and its line-height should be 300% of that value (18px and 54px," > text run at (0,238) width 747: "respectively). The text should have a silver background. The background" > text run at (0,310) width 743: "color has been set on an inline element and should therefore only cover" >diff --git a/LayoutTests/platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt b/LayoutTests/platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt >index f7dde5142ae160982cebf0a73bcf3c8d71ad7748..ba7c5e9a00cc22605d84ebc3efac606cd18697af 100644 >--- a/LayoutTests/platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt >+++ b/LayoutTests/platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt >@@ -52,7 +52,7 @@ layer at (0,0) size 785x1030 > text run at (0,1) width 76: "\"W" > RenderText {#text} at (76,37) size 765x80 > text run at (76,37) width 333: "e should check for quotation support,\" it was said. " >- text run at (408,37) width 355: "The first two characters in this paragraph-- a double-" >+ text run at (408,37) width 356: "The first two characters in this paragraph-- a double-" > text run at (0,64) width 683: "quote mark and a capital 'W'-- should be 350% bigger than the rest of the paragraph, and maroon (dark red). " > text run at (683,64) width 81: "Note that the" > text run at (0,82) width 765: "inclusion of both the quotation mark and the 'W' in the first-letter style is not required under CSS1, but it is recommended." >@@ -97,7 +97,7 @@ layer at (0,0) size 785x1030 > text run at (0,1) width 76: "\"W" > RenderText {#text} at (76,37) size 739x80 > text run at (76,37) width 333: "e should check for quotation support,\" it was said. " >- text run at (408,37) width 301: "The first two characters in this paragraph-- a" >+ text run at (408,37) width 302: "The first two characters in this paragraph-- a" > text run at (0,64) width 727: "double-quote mark and a capital 'W'-- should be 350% bigger than the rest of the paragraph, and maroon (dark red)." > text run at (0,82) width 739: "Note that the inclusion of both the quotation mark and the 'W' in the first-letter style is not required under CSS1, but it" > text run at (0,100) width 111: "is recommended. " >diff --git a/LayoutTests/platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt b/LayoutTests/platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt >index e15134d4544f0132358f699aa9044f581581c524..20558338e21933298d576899c6a4907ffbf2bad4 100644 >--- a/LayoutTests/platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt >+++ b/LayoutTests/platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt >@@ -15,9 +15,9 @@ layer at (0,0) size 800x101 > text run at (0,30) width 272: "text dummy text dummy text dummy text dummy " > text run at (272,30) width 408: "text dummy text dummy text dummy text dummy text dummy text dummy " > text run at (680,30) width 92: "text dummy text" >- text run at (0,45) width 313: "dummy text dummy text dummy text dummy text dummy " >- text run at (312,45) width 409: "text dummy text dummy text dummy text dummy text dummy text dummy " >- text run at (720,45) width 25: "text" >- text run at (0,60) width 380: "dummy text dummy text dummy text dummy text dummy text dummy " >- text run at (380,60) width 364: "text dummy text dummy text dummy text dummy text dummy text" >+ text run at (0,45) width 312: "dummy text dummy text dummy text dummy text dummy " >+ text run at (312,45) width 408: "text dummy text dummy text dummy text dummy text dummy text dummy " >+ text run at (720,45) width 64: "text dummy" >+ text run at (0,60) width 340: "text dummy text dummy text dummy text dummy text dummy " >+ text run at (340,60) width 364: "text dummy text dummy text dummy text dummy text dummy text" > RenderText {#text} at (0,0) size 0x0 >diff --git a/LayoutTests/platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt b/LayoutTests/platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt >index 17f00ee617dcfd3b20b17a8eddc7f762e251c27e..28adeaf09c3a52932110c9251abca635ed8dba42 100644 >--- a/LayoutTests/platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt >+++ b/LayoutTests/platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt >@@ -8,8 +8,8 @@ layer at (0,0) size 800x288 > text run at (0,8) width 775: "This text should be 18px monospace, in small-caps, italicized, and very bold, with double" > text run at (0,44) width 121: "line spacing. " > RenderInline {SPAN} at (0,0) size 768x200 [color=#C0C0C0] >- RenderText {#text} at (120,44) size 768x200 >- text run at (120,44) width 522: "dummy text dummy text dummy text dummy text dummy text dummy " >+ RenderText {#text} at (121,44) size 768x200 >+ text run at (121,44) width 521: "dummy text dummy text dummy text dummy text dummy text dummy " > text run at (642,44) width 126: "text dummy text" > text run at (0,80) width 427: "dummy text dummy text dummy text dummy text dummy " > text run at (427,80) width 314: "text dummy text dummy text dummy text" >diff --git a/LayoutTests/platform/gtk/css2.1/t1508-c527-font-10-c-expected.txt b/LayoutTests/platform/gtk/css2.1/t1508-c527-font-10-c-expected.txt >index db6f16656df5cc742305d4ef9270c86fee0e1818..e5ff0eecae7875c8840f40dabafab7f531476988 100644 >--- a/LayoutTests/platform/gtk/css2.1/t1508-c527-font-10-c-expected.txt >+++ b/LayoutTests/platform/gtk/css2.1/t1508-c527-font-10-c-expected.txt >@@ -4,27 +4,26 @@ layer at (0,0) size 800x468 > RenderBlock {HTML} at (0,0) size 800x468 > RenderBody {BODY} at (8,18) size 784x432 > RenderBlock {P} at (0,0) size 784x432 >- RenderInline {SPAN} at (0,0) size 778x398 [color=#FFFFFF] [bgcolor=#000080] >- RenderText {#text} at (0,17) size 748x74 >- text run at (0,17) width 486: "This text should be 18px sans-serif, in small-caps, italicized, " >- text run at (485,17) width 263: "and very light. There should be a" >- text run at (0,71) width 251: "36px gap betwen each line. The " >- text run at (251,71) width 452: "text should have a blue background, the gap should not. " >- RenderInline {SPAN} at (0,0) size 778x344 [color=#0000FF] >- RenderText {#text} at (702,71) size 778x344 >- text run at (702,71) width 50: "dummy" >- text run at (0,125) width 465: "text dummy text dummy text dummy text dummy text dummy " >- text run at (465,125) width 313: "text dummy text dummy text dummy text" >- text run at (0,179) width 240: "dummy text dummy text dummy " >- text run at (240,179) width 499: "text dummy text dummy text dummy text dummy text dummy text" >- text run at (0,233) width 54: "dummy " >- text run at (54,233) width 558: "text dummy text dummy text dummy text dummy text dummy text dummy " >- text run at (612,233) width 127: "text dummy text" >- text run at (0,287) width 426: "dummy text dummy text dummy text dummy text dummy " >- text run at (426,287) width 313: "text dummy text dummy text dummy text" >- text run at (0,341) width 240: "dummy text dummy text dummy " >- text run at (240,341) width 499: "text dummy text dummy text dummy text dummy text dummy text" >- text run at (0,395) width 54: "dummy " >- text run at (54,395) width 499: "text dummy text dummy text dummy text dummy text dummy text" >+ RenderInline {SPAN} at (0,0) size 769x398 [color=#FFFFFF] [bgcolor=#000080] >+ RenderText {#text} at (0,17) size 758x74 >+ text run at (0,17) width 465: "This text should be 18px sans-serif, in small-caps, italicized, " >+ text run at (464,17) width 294: "and very light. There should be a 36px" >+ text run at (0,71) width 199: "gap betwen each line. The " >+ text run at (199,71) width 436: "text should have a blue background, the gap should not. " >+ RenderInline {SPAN} at (0,0) size 769x344 [color=#0000FF] >+ RenderText {#text} at (634,71) size 769x344 >+ text run at (634,71) width 135: "dummy text dummy" >+ text run at (0,125) width 352: "text dummy text dummy text dummy text dummy " >+ text run at (352,125) width 384: "text dummy text dummy text dummy text dummy text" >+ text run at (0,179) width 139: "dummy text dummy " >+ text run at (139,179) width 528: "text dummy text dummy text dummy text dummy text dummy text dummy " >+ text run at (667,179) width 83: "text dummy" >+ text run at (0,233) width 440: "text dummy text dummy text dummy text dummy text dummy " >+ text run at (440,233) width 296: "text dummy text dummy text dummy text" >+ text run at (0,287) width 227: "dummy text dummy text dummy " >+ text run at (227,287) width 523: "text dummy text dummy text dummy text dummy text dummy text dummy" >+ text run at (0,341) width 528: "text dummy text dummy text dummy text dummy text dummy text dummy " >+ text run at (528,341) width 208: "text dummy text dummy text" >+ text run at (0,395) width 259: "dummy text dummy text dummy text" > RenderText {#text} at (0,0) size 0x0 > RenderText {#text} at (0,0) size 0x0 >diff --git a/LayoutTests/platform/gtk/fast/inline/inline-content-with-image-simple-expected.txt b/LayoutTests/platform/gtk/fast/inline/inline-content-with-image-simple-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..38f0f1ee7bc5f02782824a7100ac0afd42e2ffe1 >--- /dev/null >+++ b/LayoutTests/platform/gtk/fast/inline/inline-content-with-image-simple-expected.txt >@@ -0,0 +1,12 @@ >+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 >+layer at (8,8) size 402x202 clip at (9,9) size 400x200 >+ RenderBlock {DIV} at (0,0) size 402x202 [border: (1px solid #008000)] >+ RenderText {#text} at (1,83) size 11x25 >+ text run at (1,83) width 11: "1" >+ RenderImage {IMG} at (12,1) size 102x102 [border: (1px solid #FF0000)] >+ RenderText {#text} at (114,83) size 11x25 >+ text run at (114,83) width 11: "3" >diff --git a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt b/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt >index d4b16b13dc5eb111b0fa01e213a1a0210fa9afe0..e80b183c5e4a3ae7f66cc98b7a592bed02c1b206 100644 >--- a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt >+++ b/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt >@@ -45,7 +45,7 @@ PASS createImageBitmap with an oversized canvas source. > FAIL createImageBitmap with an invalid OffscreenCanvas source. assert_throws: function "function () { throw e }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 > PASS createImageBitmap with an undecodable blob source. > PASS createImageBitmap with a broken image source. >-FAIL createImageBitmap with an available but undecodable image source. promise_test: Unhandled rejection with value: object "[object Event]" >+FAIL createImageBitmap with an available but undecodable image source. assert_unreached: Should have rejected: undefined Reached unreachable code > FAIL createImageBitmap with an available but zero height image source. assert_unreached: Should have rejected: undefined Reached unreachable code > FAIL createImageBitmap with an available but zero width image source. assert_unreached: Should have rejected: undefined Reached unreachable code > PASS createImageBitmap with a closed ImageBitmap. >diff --git a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/eventsource/format-mime-bogus-expected.txt b/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/eventsource/format-mime-bogus-expected.txt >deleted file mode 100644 >index f69230abe1bc1aba5361315cf8856bf2b6dc8519..0000000000000000000000000000000000000000 >--- a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/eventsource/format-mime-bogus-expected.txt >+++ /dev/null >@@ -1,4 +0,0 @@ >-CONSOLE MESSAGE: EventSource's response has a MIME type ("xbogus") that is not "text/event-stream". Aborting the connection. >- >-PASS EventSource: bogus MIME type >- >diff --git a/LayoutTests/platform/gtk/legacy-animation-engine/animations/lineheight-animation-expected.txt b/LayoutTests/platform/gtk/legacy-animation-engine/animations/lineheight-animation-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..39236b340d468e07f4ee6fdc9a9669b7b7731985 >--- /dev/null >+++ b/LayoutTests/platform/gtk/legacy-animation-engine/animations/lineheight-animation-expected.txt >@@ -0,0 +1,3 @@ >+This test performs an animation of the line-height property. It tests whether or not we are properly getting the font-size.Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. >+PASS - "lineHeight" property for "box" element at 0.1s saw something close to: 10 >+ >diff --git a/LayoutTests/platform/gtk/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt b/LayoutTests/platform/gtk/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..ac5be32b720fdd3bc41c73f968fd1b1a483c8812 >--- /dev/null >+++ b/LayoutTests/platform/gtk/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt >@@ -0,0 +1,10 @@ >+This test performs an animation of the transform property. It animates over 10 seconds. It takes 3 snapshots and expects each result to be within a specified range.PASS - "webkitTransform" property for "box1" element at 2s saw something close to: 0.309017,0.951057 >+PASS - "webkitTransform" property for "box2" element at 2s saw something close to: 0.309017,0.951057 >+PASS - "webkitTransform" property for "box1" and "box2" elements at 2s are close enough to each other >+PASS - "webkitTransform" property for "box1" element at 5s saw something close to: -1,0 >+PASS - "webkitTransform" property for "box2" element at 5s saw something close to: -1,0 >+PASS - "webkitTransform" property for "box1" and "box2" elements at 5s are close enough to each other >+PASS - "webkitTransform" property for "box1" element at 8s saw something close to: 0.309017,-0.951057 >+PASS - "webkitTransform" property for "box2" element at 8s saw something close to: 0.309017,-0.951057 >+PASS - "webkitTransform" property for "box1" and "box2" elements at 8s are close enough to each other >+ >diff --git a/LayoutTests/platform/gtk/legacy-animation-engine/animations/width-using-ems-expected.txt b/LayoutTests/platform/gtk/legacy-animation-engine/animations/width-using-ems-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..dfb737d4d96cc431ac84b1f5dcdfcf22ad895e59 >--- /dev/null >+++ b/LayoutTests/platform/gtk/legacy-animation-engine/animations/width-using-ems-expected.txt >@@ -0,0 +1,3 @@ >+This test performs an animation of the width property using 'em' units. It tests whether or not we are properly getting the default font-size.Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. >+PASS - "width" property for "box" element at 0.333s saw something close to: 133 >+ >diff --git a/LayoutTests/platform/wpe/TestExpectations b/LayoutTests/platform/wpe/TestExpectations >index a2df5e2ce902dcc65449df8f17ce03cce25b956c..00638f25682c627a1972f665e9a4375a0361b227 100644 >--- a/LayoutTests/platform/wpe/TestExpectations >+++ b/LayoutTests/platform/wpe/TestExpectations >@@ -120,6 +120,9 @@ webkit.org/b/169811 fast/mediastream/captureStream/canvas3d.html [ Crash Timeout > > webkit.org/b/190576 fast/mediastream/get-user-media-device-id.html [ Failure ] > >+# MediaRecorder is not currently implemented >+http/wpt/mediarecorder [ Skip ] >+imported/w3c/web-platform-tests/mediacapture-record [ Skip ] > > # Skip anything related to WebAuthN > # --------------------------------- >@@ -726,6 +729,15 @@ Bug(WPE) fast/doctypes/xhtml-with-xhtmlmp12-doctype.xhtml [ Pass Failure ] > > webkit.org/b/112532 fast/frames/flattening/frameset-flattening-advanced.html [ Pass Failure ] > >+webkit.org/b/192892 http/tests/appcache/deferred-events.html [ Pass Failure ] >+webkit.org/b/192893 http/tests/workers/service/postmessage-after-sw-process-crash.https.html [ Pass Failure ] >+webkit.org/b/192894 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license-events.https.html [ Pass Failure ] >+ >+webkit.org/b/192903 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https.html [ Pass Failure ] >+ >+webkit.org/b/178705 webkit.org/b/169917 webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Pass Failure Timeout ] >+webkit.org/b/178705 webgl/2.0.0/conformance/rendering/multisample-corruption.html [ Pass Failure Timeout ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # 7. SLOW TESTS > #//////////////////////////////////////////////////////////////////////////////////////// >@@ -1300,8 +1312,6 @@ Bug(WPE) svg/zoom/page/zoom-zoom-coords.xhtml [ Failure ] > webkit.org/b/178704 svg/as-image/svg-as-image-canvas.html [ Crash Pass ImageOnlyFailure ] > webkit.org/b/178704 svg/css/svg-resource-fragment-identifier-img-src.html [ Crash Pass ImageOnlyFailure ] > >-webkit.org/b/178705 webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Failure ] >- > webkit.org/b/181659 fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies.html [ Failure ] > webkit.org/b/179760 fast/canvas/webgl/texImage2D-mse-flipY-false.html [ Timeout ] > webkit.org/b/179760 fast/canvas/webgl/texImage2D-mse-flipY-true.html [ Timeout ] >@@ -1521,6 +1531,21 @@ webkit.org/b/191250 fast/mediastream/getUserMedia-deny-persistency3.html [ Failu > webkit.org/b/189343 imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.html [ Failure ] > webkit.org/b/189343 imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.worker.html [ Failure ] > >+webkit.org/b/192875 css-typedom/attributeStyleMap.html [ Failure ] >+webkit.org/b/192875 imported/w3c/web-platform-tests/css/css-properties-values-api/unit-cycles.html [ Failure ] >+ >+webkit.org/b/192883 fast/cookies/cookie-averse-document.html [ Failure ] >+webkit.org/b/192883 fast/cookies/local-file-can-set-cookies.html [ Failure ] >+ >+webkit.org/b/192886 fast/mediastream/media-stream-renders-first-frame.html [ Failure ] >+webkit.org/b/192888 fast/mediastream/resize-letterbox.html [ Failure ] >+ >+webkit.org/b/192891 fast/writing-mode/vertical-align-table-baseline.html [ Failure ] >+ >+webkit.org/b/192900 imported/w3c/web-platform-tests/eventsource/format-mime-bogus.htm [ Failure ] >+ >+webkit.org/b/192902 js/dom/modules/import-mjs-module.html [ Failure ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # >> NOTICE << > # Please see guidelines at the top of this file and place new test expectations >diff --git a/LayoutTests/platform/wpe/css1/font_properties/font-expected.txt b/LayoutTests/platform/wpe/css1/font_properties/font-expected.txt >index 0f96beb90ef1fa7d8163761a53510cd7837ecd58..52f6012ea60077efb0ace9c024432bce41b60c9d 100644 >--- a/LayoutTests/platform/wpe/css1/font_properties/font-expected.txt >+++ b/LayoutTests/platform/wpe/css1/font_properties/font-expected.txt >@@ -75,9 +75,9 @@ layer at (0,0) size 785x4381 > RenderText {#text} at (0,8) size 750x128 > text run at (0,8) width 750: "This element should be in a monospace font, italicized and small caps, with a weight of" > text run at (0,44) width 55: "900. " >- text run at (54,44) width 688: "Its font-size should be 150% the base font size, and its line-height should be" >+ text run at (55,44) width 687: "Its font-size should be 150% the base font size, and its line-height should be" > text run at (0,80) width 618: "2em, or twice the element's font size (18px and 36px, respectively). " >- text run at (617,80) width 114: "Extra text is" >+ text run at (618,80) width 113: "Extra text is" > text run at (0,116) width 499: "included for the purposes of testing this more effectively." > RenderBlock {P} at (0,1109) size 769x289 > RenderText {#text} at (0,38) size 745x212 >@@ -159,19 +159,19 @@ layer at (0,0) size 785x4381 > text run at (708,31) width 29: "Extra" > text run at (0,59) width 344: "text is included for the purposes of testing this more effectively." > RenderBlock {P} at (4,541) size 747x181 >- RenderText {#text} at (0,4) size 721x171 >+ RenderText {#text} at (0,4) size 722x171 > text run at (0,4) width 713: "This element should be in a sans-serif font, italicized and small caps," > text run at (0,40) width 226: "with a weight of 900. " >- text run at (226,40) width 495: "Its font-size should be 150% the base font size," >+ text run at (226,40) width 496: "Its font-size should be 150% the base font size," > text run at (0,76) width 669: "and its line-height should be 150% of that value (18px and 27px," > text run at (0,112) width 147: "respectively). " > text run at (146,112) width 562: "Extra text is included for the purposes of testing this" > text run at (0,148) width 175: "more effectively." > RenderBlock {P} at (4,745) size 747x361 >- RenderText {#text} at (0,22) size 716x315 >+ RenderText {#text} at (0,22) size 717x315 > text run at (0,22) width 701: "This element should be in a sans-serif font, italicized and small caps," > text run at (0,94) width 225: "with a weight of 100. " >- text run at (225,94) width 491: "Its font-size should be 150% the base font size," >+ text run at (225,94) width 492: "Its font-size should be 150% the base font size," > text run at (0,166) width 661: "and its line-height should be 300% of that value (18px and 54px," > text run at (0,238) width 146: "respectively). " > text run at (145,238) width 560: "Extra text is included for the purposes of testing this" >@@ -187,7 +187,7 @@ layer at (0,0) size 785x4381 > RenderText {#text} at (0,34) size 739x315 > text run at (0,34) width 701: "This element should be in a sans-serif font, italicized and small caps," > text run at (0,130) width 225: "with a weight of 500. " >- text run at (225,130) width 491: "Its font-size should be 150% the base font size," >+ text run at (225,130) width 492: "Its font-size should be 150% the base font size," > text run at (0,226) width 433: "or 18px, and its line-height should be 1in. " > text run at (433,226) width 306: "Extra text is included for the" > text run at (0,322) width 427: "purposes of testing this more effectively." >@@ -210,7 +210,7 @@ layer at (0,0) size 785x4381 > RenderText {#text} at (0,22) size 747x387 > text run at (0,22) width 701: "This element should be in a sans-serif font, italicized and small caps," > text run at (0,94) width 225: "with a weight of 100. " >- text run at (225,94) width 491: "Its font-size should be 150% the base font size," >+ text run at (225,94) width 492: "Its font-size should be 150% the base font size," > text run at (0,166) width 661: "and its line-height should be 300% of that value (18px and 54px," > text run at (0,238) width 747: "respectively). The text should have a silver background. The background" > text run at (0,310) width 743: "color has been set on an inline element and should therefore only cover" >diff --git a/LayoutTests/platform/wpe/css1/pseudo/multiple_pseudo_elements-expected.txt b/LayoutTests/platform/wpe/css1/pseudo/multiple_pseudo_elements-expected.txt >index 38aaaabf160f052891fa3e27a6f927dd018cf2c7..eb90f6683f35d89d1b709cb82ef789bdecc9fb55 100644 >--- a/LayoutTests/platform/wpe/css1/pseudo/multiple_pseudo_elements-expected.txt >+++ b/LayoutTests/platform/wpe/css1/pseudo/multiple_pseudo_elements-expected.txt >@@ -45,8 +45,8 @@ layer at (0,0) size 785x1030 > RenderText at (0,1) size 76x62 > text run at (0,1) width 76: "\"W" > RenderText {#text} at (76,37) size 765x80 >- text run at (76,37) width 333: "e should check for quotation support,\" it was said. " >- text run at (408,37) width 355: "The first two characters in this paragraph-- a double-" >+ text run at (76,37) width 332: "e should check for quotation support,\" it was said. " >+ text run at (407,37) width 355: "The first two characters in this paragraph-- a double-" > text run at (0,64) width 683: "quote mark and a capital 'W'-- should be 350% bigger than the rest of the paragraph, and maroon (dark red). " > text run at (683,64) width 81: "Note that the" > text run at (0,82) width 765: "inclusion of both the quotation mark and the 'W' in the first-letter style is not required under CSS1, but it is recommended." >@@ -90,8 +90,8 @@ layer at (0,0) size 785x1030 > RenderText at (0,1) size 76x62 > text run at (0,1) width 76: "\"W" > RenderText {#text} at (76,37) size 739x80 >- text run at (76,37) width 333: "e should check for quotation support,\" it was said. " >- text run at (408,37) width 301: "The first two characters in this paragraph-- a" >+ text run at (76,37) width 332: "e should check for quotation support,\" it was said. " >+ text run at (407,37) width 301: "The first two characters in this paragraph-- a" > text run at (0,64) width 727: "double-quote mark and a capital 'W'-- should be 350% bigger than the rest of the paragraph, and maroon (dark red)." > text run at (0,82) width 739: "Note that the inclusion of both the quotation mark and the 'W' in the first-letter style is not required under CSS1, but it" > text run at (0,100) width 111: "is recommended. " >diff --git a/LayoutTests/platform/wpe/css2.1/t1508-c527-font-00-b-expected.txt b/LayoutTests/platform/wpe/css2.1/t1508-c527-font-00-b-expected.txt >index e15134d4544f0132358f699aa9044f581581c524..20558338e21933298d576899c6a4907ffbf2bad4 100644 >--- a/LayoutTests/platform/wpe/css2.1/t1508-c527-font-00-b-expected.txt >+++ b/LayoutTests/platform/wpe/css2.1/t1508-c527-font-00-b-expected.txt >@@ -15,9 +15,9 @@ layer at (0,0) size 800x101 > text run at (0,30) width 272: "text dummy text dummy text dummy text dummy " > text run at (272,30) width 408: "text dummy text dummy text dummy text dummy text dummy text dummy " > text run at (680,30) width 92: "text dummy text" >- text run at (0,45) width 313: "dummy text dummy text dummy text dummy text dummy " >- text run at (312,45) width 409: "text dummy text dummy text dummy text dummy text dummy text dummy " >- text run at (720,45) width 25: "text" >- text run at (0,60) width 380: "dummy text dummy text dummy text dummy text dummy text dummy " >- text run at (380,60) width 364: "text dummy text dummy text dummy text dummy text dummy text" >+ text run at (0,45) width 312: "dummy text dummy text dummy text dummy text dummy " >+ text run at (312,45) width 408: "text dummy text dummy text dummy text dummy text dummy text dummy " >+ text run at (720,45) width 64: "text dummy" >+ text run at (0,60) width 340: "text dummy text dummy text dummy text dummy text dummy " >+ text run at (340,60) width 364: "text dummy text dummy text dummy text dummy text dummy text" > RenderText {#text} at (0,0) size 0x0 >diff --git a/LayoutTests/platform/wpe/css2.1/t1508-c527-font-06-b-expected.txt b/LayoutTests/platform/wpe/css2.1/t1508-c527-font-06-b-expected.txt >index 17f00ee617dcfd3b20b17a8eddc7f762e251c27e..28adeaf09c3a52932110c9251abca635ed8dba42 100644 >--- a/LayoutTests/platform/wpe/css2.1/t1508-c527-font-06-b-expected.txt >+++ b/LayoutTests/platform/wpe/css2.1/t1508-c527-font-06-b-expected.txt >@@ -8,8 +8,8 @@ layer at (0,0) size 800x288 > text run at (0,8) width 775: "This text should be 18px monospace, in small-caps, italicized, and very bold, with double" > text run at (0,44) width 121: "line spacing. " > RenderInline {SPAN} at (0,0) size 768x200 [color=#C0C0C0] >- RenderText {#text} at (120,44) size 768x200 >- text run at (120,44) width 522: "dummy text dummy text dummy text dummy text dummy text dummy " >+ RenderText {#text} at (121,44) size 768x200 >+ text run at (121,44) width 521: "dummy text dummy text dummy text dummy text dummy text dummy " > text run at (642,44) width 126: "text dummy text" > text run at (0,80) width 427: "dummy text dummy text dummy text dummy text dummy " > text run at (427,80) width 314: "text dummy text dummy text dummy text" >diff --git a/LayoutTests/platform/wpe/css2.1/t1508-c527-font-10-c-expected.txt b/LayoutTests/platform/wpe/css2.1/t1508-c527-font-10-c-expected.txt >index db6f16656df5cc742305d4ef9270c86fee0e1818..4ae5db492440a5b7222d6fcc953a501491371457 100644 >--- a/LayoutTests/platform/wpe/css2.1/t1508-c527-font-10-c-expected.txt >+++ b/LayoutTests/platform/wpe/css2.1/t1508-c527-font-10-c-expected.txt >@@ -9,7 +9,7 @@ layer at (0,0) size 800x468 > text run at (0,17) width 486: "This text should be 18px sans-serif, in small-caps, italicized, " > text run at (485,17) width 263: "and very light. There should be a" > text run at (0,71) width 251: "36px gap betwen each line. The " >- text run at (251,71) width 452: "text should have a blue background, the gap should not. " >+ text run at (250,71) width 453: "text should have a blue background, the gap should not. " > RenderInline {SPAN} at (0,0) size 778x344 [color=#0000FF] > RenderText {#text} at (702,71) size 778x344 > text run at (702,71) width 50: "dummy" >diff --git a/LayoutTests/platform/wpe/fast/inline/inline-content-with-image-simple-expected.txt b/LayoutTests/platform/wpe/fast/inline/inline-content-with-image-simple-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..38f0f1ee7bc5f02782824a7100ac0afd42e2ffe1 >--- /dev/null >+++ b/LayoutTests/platform/wpe/fast/inline/inline-content-with-image-simple-expected.txt >@@ -0,0 +1,12 @@ >+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 >+layer at (8,8) size 402x202 clip at (9,9) size 400x200 >+ RenderBlock {DIV} at (0,0) size 402x202 [border: (1px solid #008000)] >+ RenderText {#text} at (1,83) size 11x25 >+ text run at (1,83) width 11: "1" >+ RenderImage {IMG} at (12,1) size 102x102 [border: (1px solid #FF0000)] >+ RenderText {#text} at (114,83) size 11x25 >+ text run at (114,83) width 11: "3" >diff --git a/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt b/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt >index d4b16b13dc5eb111b0fa01e213a1a0210fa9afe0..e80b183c5e4a3ae7f66cc98b7a592bed02c1b206 100644 >--- a/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt >+++ b/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt >@@ -45,7 +45,7 @@ PASS createImageBitmap with an oversized canvas source. > FAIL createImageBitmap with an invalid OffscreenCanvas source. assert_throws: function "function () { throw e }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 > PASS createImageBitmap with an undecodable blob source. > PASS createImageBitmap with a broken image source. >-FAIL createImageBitmap with an available but undecodable image source. promise_test: Unhandled rejection with value: object "[object Event]" >+FAIL createImageBitmap with an available but undecodable image source. assert_unreached: Should have rejected: undefined Reached unreachable code > FAIL createImageBitmap with an available but zero height image source. assert_unreached: Should have rejected: undefined Reached unreachable code > FAIL createImageBitmap with an available but zero width image source. assert_unreached: Should have rejected: undefined Reached unreachable code > PASS createImageBitmap with a closed ImageBitmap. >diff --git a/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/eventsource/format-mime-bogus-expected.txt b/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/eventsource/format-mime-bogus-expected.txt >deleted file mode 100644 >index f69230abe1bc1aba5361315cf8856bf2b6dc8519..0000000000000000000000000000000000000000 >--- a/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/eventsource/format-mime-bogus-expected.txt >+++ /dev/null >@@ -1,4 +0,0 @@ >-CONSOLE MESSAGE: EventSource's response has a MIME type ("xbogus") that is not "text/event-stream". Aborting the connection. >- >-PASS EventSource: bogus MIME type >- >diff --git a/LayoutTests/platform/wpe/legacy-animation-engine/animations/lineheight-animation-expected.txt b/LayoutTests/platform/wpe/legacy-animation-engine/animations/lineheight-animation-expected.txt >index 4172a8c56e279167b068c7aca4a6b121851e6144..39236b340d468e07f4ee6fdc9a9669b7b7731985 100644 >--- a/LayoutTests/platform/wpe/legacy-animation-engine/animations/lineheight-animation-expected.txt >+++ b/LayoutTests/platform/wpe/legacy-animation-engine/animations/lineheight-animation-expected.txt >@@ -1,3 +1,3 @@ >-This test performs an animation of the line-height property. It tests whether or not we are properly getting the font-size. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. >+This test performs an animation of the line-height property. It tests whether or not we are properly getting the font-size.Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. > PASS - "lineHeight" property for "box" element at 0.1s saw something close to: 10 > >diff --git a/LayoutTests/platform/wpe/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt b/LayoutTests/platform/wpe/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt >index d9e8722f47f3033fab5b60f291732c49ee4da2d9..ac5be32b720fdd3bc41c73f968fd1b1a483c8812 100644 >--- a/LayoutTests/platform/wpe/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt >+++ b/LayoutTests/platform/wpe/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt >@@ -1,4 +1,4 @@ >-This test performs an animation of the transform property. It animates over 10 seconds. It takes 3 snapshots and expects each result to be within a specified range. PASS - "webkitTransform" property for "box1" element at 2s saw something close to: 0.309017,0.951057 >+This test performs an animation of the transform property. It animates over 10 seconds. It takes 3 snapshots and expects each result to be within a specified range.PASS - "webkitTransform" property for "box1" element at 2s saw something close to: 0.309017,0.951057 > PASS - "webkitTransform" property for "box2" element at 2s saw something close to: 0.309017,0.951057 > PASS - "webkitTransform" property for "box1" and "box2" elements at 2s are close enough to each other > PASS - "webkitTransform" property for "box1" element at 5s saw something close to: -1,0 >diff --git a/LayoutTests/platform/wpe/legacy-animation-engine/animations/width-using-ems-expected.txt b/LayoutTests/platform/wpe/legacy-animation-engine/animations/width-using-ems-expected.txt >index bcf61912e0396cd89ac07fbaaa07d6ffba16161d..dfb737d4d96cc431ac84b1f5dcdfcf22ad895e59 100644 >--- a/LayoutTests/platform/wpe/legacy-animation-engine/animations/width-using-ems-expected.txt >+++ b/LayoutTests/platform/wpe/legacy-animation-engine/animations/width-using-ems-expected.txt >@@ -1,3 +1,3 @@ >-This test performs an animation of the width property using 'em' units. It tests whether or not we are properly getting the default font-size. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. >+This test performs an animation of the width property using 'em' units. It tests whether or not we are properly getting the default font-size.Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. Here is some text. > PASS - "width" property for "box" element at 0.333s saw something close to: 133 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192904
: 357762