Log Message
[WPE] Add missing test expectations https://bugs.webkit.org/show_bug.cgi?id=176453
Unreviewed test gardening. Patch by Ms2ger <[email protected]> on 2017-09-06 * platform/wpe/TestExpectations: * platform/wpe/fast/events/context-no-deselect-expected.txt: Added. * platform/wpe/fast/events/event-listener-on-link-expected.txt: Added. * platform/wpe/fast/events/ghostly-mousemoves-in-subframe-expected.txt: Added. * platform/wpe/fast/events/onload-re-entry-expected.txt: Added. * platform/wpe/fast/events/pointer-events-2-expected.txt: Added. * platform/wpe/fast/events/resize-events-expected.txt: Added. * platform/wpe/fast/events/reveal-link-when-focused-expected.txt: Added. * platform/wpe/fast/events/updateLayoutForHitTest-expected.txt: Added. * platform/wpe/fast/inspector-support/matchedrules-expected.txt: Added.
Modified Paths
Added Paths
- trunk/LayoutTests/platform/wpe/fast/events/context-no-deselect-expected.txt
- trunk/LayoutTests/platform/wpe/fast/events/event-listener-on-link-expected.txt
- trunk/LayoutTests/platform/wpe/fast/events/ghostly-mousemoves-in-subframe-expected.txt
- trunk/LayoutTests/platform/wpe/fast/events/onload-re-entry-expected.txt
- trunk/LayoutTests/platform/wpe/fast/events/pointer-events-2-expected.txt
- trunk/LayoutTests/platform/wpe/fast/events/resize-events-expected.txt
- trunk/LayoutTests/platform/wpe/fast/events/reveal-link-when-focused-expected.txt
- trunk/LayoutTests/platform/wpe/fast/events/updateLayoutForHitTest-expected.txt
- trunk/LayoutTests/platform/wpe/fast/inspector-support/
- trunk/LayoutTests/platform/wpe/fast/inspector-support/matchedrules-expected.txt
Diff
Modified: trunk/LayoutTests/ChangeLog (221679 => 221680)
--- trunk/LayoutTests/ChangeLog 2017-09-06 16:55:49 UTC (rev 221679)
+++ trunk/LayoutTests/ChangeLog 2017-09-06 17:02:14 UTC (rev 221680)
@@ -1,3 +1,21 @@
+2017-09-06 Ms2ger <[email protected]>
+
+ [WPE] Add missing test expectations
+ https://bugs.webkit.org/show_bug.cgi?id=176453
+
+ Unreviewed test gardening.
+
+ * platform/wpe/TestExpectations:
+ * platform/wpe/fast/events/context-no-deselect-expected.txt: Added.
+ * platform/wpe/fast/events/event-listener-on-link-expected.txt: Added.
+ * platform/wpe/fast/events/ghostly-mousemoves-in-subframe-expected.txt: Added.
+ * platform/wpe/fast/events/onload-re-entry-expected.txt: Added.
+ * platform/wpe/fast/events/pointer-events-2-expected.txt: Added.
+ * platform/wpe/fast/events/resize-events-expected.txt: Added.
+ * platform/wpe/fast/events/reveal-link-when-focused-expected.txt: Added.
+ * platform/wpe/fast/events/updateLayoutForHitTest-expected.txt: Added.
+ * platform/wpe/fast/inspector-support/matchedrules-expected.txt: Added.
+
2017-09-06 Carlos Garcia Campos <[email protected]>
Unreviewed GTK+ gardening. Rebaseline tests after Freetype version bump in r221670. Part 7.
Modified: trunk/LayoutTests/platform/wpe/TestExpectations (221679 => 221680)
--- trunk/LayoutTests/platform/wpe/TestExpectations 2017-09-06 16:55:49 UTC (rev 221679)
+++ trunk/LayoutTests/platform/wpe/TestExpectations 2017-09-06 17:02:14 UTC (rev 221680)
@@ -543,6 +543,7 @@
webkit.org/b/173419 fast/events/touch/touch-target-limited.html [ Timeout ]
webkit.org/b/173419 fast/events/touch/touch-target.html [ Timeout ]
+webkit.org/b/163858 fast/events/touch/touch-constructor.html [ Skip ]
webkit.org/b/173411 fast/events/touch/frame-hover-update.html [ Failure ]
fast/events/ios [ Skip ]
Added: trunk/LayoutTests/platform/wpe/fast/events/context-no-deselect-expected.txt (0 => 221680)
--- trunk/LayoutTests/platform/wpe/fast/events/context-no-deselect-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/events/context-no-deselect-expected.txt 2017-09-06 17:02:14 UTC (rev 221680)
@@ -0,0 +1,14 @@
+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
+ RenderTextControl {INPUT} at (2,2) size 172x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+layer at (13,13) size 166x17
+ RenderBlock {DIV} at (3,3) size 166x17
+ RenderText {#text} at (0,0) size 108x17
+ text run at (0,0) width 108: "some sample text"
+selection start: position 5 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of body
+selection end: position 15 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of body
Added: trunk/LayoutTests/platform/wpe/fast/events/event-listener-on-link-expected.txt (0 => 221680)
--- trunk/LayoutTests/platform/wpe/fast/events/event-listener-on-link-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/events/event-listener-on-link-expected.txt 2017-09-06 17:02:14 UTC (rev 221680)
@@ -0,0 +1,8 @@
+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
+ RenderText {#text} at (0,0) size 766x34
+ text run at (0,0) width 766: "This tests that you can successfully add a DOMSubtreeModified event listener to a link element, and the page should load"
+ text run at (0,17) width 109: "without crashing."
Added: trunk/LayoutTests/platform/wpe/fast/events/ghostly-mousemoves-in-subframe-expected.txt (0 => 221680)
--- trunk/LayoutTests/platform/wpe/fast/events/ghostly-mousemoves-in-subframe-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/events/ghostly-mousemoves-in-subframe-expected.txt 2017-09-06 17:02:14 UTC (rev 221680)
@@ -0,0 +1,17 @@
+Test for http://webkit.org/b/131974 REGRESSION (r151839): Subframe keeps getting mousemove events with the same coordinates after hiding a hovered element.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+clickable_div_in_subframe got mouseover at 13,13
+clickable_div_in_subframe got mousemove at 13,13
+clickable_div_in_subframe got click at 13,13
+clickable_div_in_subframe got mousemove at 14,14
+overlapping_div_in_main_frame got mousemove at 16,16
+main_frame got mousemove at 400,400
+main_frame got click at 400,400
+main_frame got mousemove at 400,400
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Added: trunk/LayoutTests/platform/wpe/fast/events/onload-re-entry-expected.txt (0 => 221680)
--- trunk/LayoutTests/platform/wpe/fast/events/onload-re-entry-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/events/onload-re-entry-expected.txt 2017-09-06 17:02:14 UTC (rev 221680)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x576
+ RenderBlock {P} at (0,0) size 784x17
+ RenderText {#text} at (0,0) size 8x17
+ text run at (0,0) width 8: "1"
Added: trunk/LayoutTests/platform/wpe/fast/events/pointer-events-2-expected.txt (0 => 221680)
--- trunk/LayoutTests/platform/wpe/fast/events/pointer-events-2-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/events/pointer-events-2-expected.txt 2017-09-06 17:02:14 UTC (rev 221680)
@@ -0,0 +1,198 @@
+layer at (0,0) size 785x640
+ RenderView at (0,0) size 785x600
+layer at (0,0) size 785x163
+ RenderBlock {HTML} at (0,0) size 785x163
+ RenderBody {BODY} at (8,21) size 769x126
+ RenderBlock {H1} at (0,0) size 769x36
+ RenderText {#text} at (0,0) size 759x36
+ text run at (0,0) width 759: "Testing the values of 'pointer-events' on HTML content"
+ RenderBlock {P} at (0,57) size 769x69
+ RenderText {#text} at (0,0) size 768x68
+ text run at (0,0) width 579: "This test is expected to be run from within DumpRenderTree. If running manually, click on "
+ text run at (579,0) width 145: "the elements in the first"
+ text run at (0,17) width 379: "column, making sure the actual result (3rd column) matches "
+ text run at (379,17) width 382: "the expected result (2nd column). Repeat for click target (4th"
+ text run at (0,34) width 243: "column), expected result (5th column) "
+ text run at (243,34) width 525: "and actual result (6th column). Note: You should click on a yellow inline element if"
+ text run at (0,51) width 268: "one exists, otherwise anywhere in the box."
+layer at (10,140) size 300x100
+ RenderBlock (positioned) {DIV} at (10,140) size 300x100
+layer at (10,140) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (10,140) size 80x80
+ RenderBlock (positioned) {P} at (0,0) size 80x80 [bgcolor=#808080]
+ RenderText {#text} at (0,0) size 71x34
+ text run at (0,0) width 49: "pointer-"
+ text run at (0,17) width 71: "events auto"
+layer at (110,140) size 80x80
+ RenderBlock (positioned) {DIV} at (100,0) size 80x80
+ RenderText {#text} at (0,0) size 16x17
+ text run at (0,0) width 16: "p1"
+layer at (210,140) size 80x80
+ RenderBlock (positioned) {DIV} at (200,0) size 80x80
+ RenderText {#text} at (0,0) size 16x17
+ text run at (0,0) width 16: "p1"
+layer at (10,240) size 300x100
+ RenderBlock (positioned) {DIV} at (10,240) size 300x100
+layer at (10,240) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (10,240) size 80x80
+ RenderBlock (positioned) {P} at (0,0) size 80x80 [bgcolor=#808080]
+ RenderText {#text} at (0,0) size 75x34
+ text run at (0,0) width 49: "pointer-"
+ text run at (0,17) width 75: "events none"
+layer at (110,240) size 80x80
+ RenderBlock (positioned) {DIV} at (100,0) size 80x80
+ RenderText {#text} at (0,0) size 31x17
+ text run at (0,0) width 31: "none"
+layer at (210,240) size 80x80
+ RenderBlock (positioned) {DIV} at (200,0) size 80x80
+ RenderText {#text} at (0,0) size 31x17
+ text run at (0,0) width 31: "none"
+layer at (10,340) size 300x100
+ RenderBlock (positioned) {DIV} at (10,340) size 300x100
+layer at (10,340) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (10,340) size 80x80
+ RenderBlock (positioned) {P} at (0,0) size 80x80 [bgcolor=#808080]
+ RenderText {#text} at (0,0) size 71x34
+ text run at (0,0) width 57: "siblings -"
+ text run at (0,17) width 71: "auto on top"
+layer at (10,340) size 80x80
+ RenderBlock (positioned) {P} at (0,0) size 80x80
+layer at (110,340) size 80x80
+ RenderBlock (positioned) {DIV} at (100,0) size 80x80
+ RenderText {#text} at (0,0) size 16x17
+ text run at (0,0) width 16: "p4"
+layer at (210,340) size 80x80
+ RenderBlock (positioned) {DIV} at (200,0) size 80x80
+ RenderText {#text} at (0,0) size 16x17
+ text run at (0,0) width 16: "p4"
+layer at (10,440) size 300x100
+ RenderBlock (positioned) {DIV} at (10,440) size 300x100
+layer at (10,440) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (10,440) size 80x80
+ RenderBlock (positioned) {P} at (0,0) size 80x80 [bgcolor=#808080]
+ RenderText {#text} at (0,0) size 75x34
+ text run at (0,0) width 57: "siblings -"
+ text run at (0,17) width 75: "none on top"
+layer at (10,440) size 80x80
+ RenderBlock (positioned) {P} at (0,0) size 80x80
+layer at (110,440) size 80x80
+ RenderBlock (positioned) {DIV} at (100,0) size 80x80
+ RenderText {#text} at (0,0) size 16x17
+ text run at (0,0) width 16: "p5"
+layer at (210,440) size 80x80
+ RenderBlock (positioned) {DIV} at (200,0) size 80x80
+ RenderText {#text} at (0,0) size 16x17
+ text run at (0,0) width 16: "p5"
+layer at (10,540) size 300x100
+ RenderBlock (positioned) {DIV} at (10,540) size 300x100
+layer at (10,540) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (10,540) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (10,540) size 80x80
+ RenderBlock (positioned) {P} at (0,0) size 80x80 [bgcolor=#808080]
+ RenderText {#text} at (0,0) size 80x34
+ text run at (0,0) width 80: "nested - auto"
+ text run at (0,17) width 32: "outer"
+layer at (110,540) size 80x80
+ RenderBlock (positioned) {DIV} at (100,0) size 80x80
+ RenderText {#text} at (0,0) size 16x17
+ text run at (0,0) width 16: "p7"
+layer at (210,540) size 80x80
+ RenderBlock (positioned) {DIV} at (200,0) size 80x80
+ RenderText {#text} at (0,0) size 16x17
+ text run at (0,0) width 16: "p7"
+layer at (340,140) size 300x100
+ RenderBlock (positioned) {DIV} at (340,140) size 300x100
+layer at (340,140) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (340,140) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (340,140) size 80x80
+ RenderBlock (positioned) {P} at (0,0) size 80x80 [bgcolor=#808080]
+ RenderText {#text} at (0,0) size 67x34
+ text run at (0,0) width 49: "nested -"
+ text run at (0,17) width 67: "none outer"
+layer at (440,140) size 80x80
+ RenderBlock (positioned) {DIV} at (100,0) size 80x80
+ RenderText {#text} at (0,0) size 24x17
+ text run at (0,0) width 24: "p10"
+layer at (540,140) size 80x80
+ RenderBlock (positioned) {DIV} at (200,0) size 80x80
+ RenderText {#text} at (0,0) size 24x17
+ text run at (0,0) width 24: "p10"
+layer at (340,240) size 300x100
+ RenderBlock (positioned) {DIV} at (340,240) size 300x100
+layer at (340,240) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (340,240) size 80x80
+ RenderImage {IMG} at (0,0) size 80x80
+layer at (440,240) size 80x80
+ RenderBlock (positioned) {DIV} at (100,0) size 80x80
+ RenderText {#text} at (0,0) size 24x17
+ text run at (0,0) width 24: "p11"
+layer at (540,240) size 80x80
+ RenderBlock (positioned) {DIV} at (200,0) size 80x80
+ RenderText {#text} at (0,0) size 24x17
+ text run at (0,0) width 24: "p11"
+layer at (340,340) size 300x100
+ RenderBlock (positioned) {DIV} at (340,340) size 300x100
+layer at (340,340) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (340,340) size 80x80
+ RenderImage {IMG} at (0,0) size 80x80
+layer at (440,340) size 80x80
+ RenderBlock (positioned) {DIV} at (100,0) size 80x80
+ RenderText {#text} at (0,0) size 31x17
+ text run at (0,0) width 31: "none"
+layer at (540,340) size 80x80
+ RenderBlock (positioned) {DIV} at (200,0) size 80x80
+ RenderText {#text} at (0,0) size 31x17
+ text run at (0,0) width 31: "none"
+layer at (340,440) size 300x100
+ RenderBlock (positioned) {DIV} at (340,440) size 300x100
+layer at (340,440) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (340,440) size 80x80
+ RenderBlock (positioned) {P} at (0,0) size 80x80 [bgcolor=#808080]
+ RenderInline {SPAN} at (0,0) size 35x17 [bgcolor=#FFFF00]
+ RenderText {#text} at (0,0) size 35x17
+ text run at (0,0) width 35: "inline"
+ RenderText {#text} at (35,0) size 74x51
+ text run at (35,0) width 25: " has"
+ text run at (0,17) width 74: "auto, parent"
+ text run at (0,34) width 31: "none"
+layer at (440,440) size 80x80
+ RenderBlock (positioned) {DIV} at (100,0) size 80x80
+ RenderText {#text} at (0,0) size 24x17
+ text run at (0,0) width 24: "p14"
+layer at (540,440) size 80x80
+ RenderBlock (positioned) {DIV} at (200,0) size 80x80
+ RenderText {#text} at (0,0) size 24x17
+ text run at (0,0) width 24: "p14"
+layer at (340,540) size 300x100
+ RenderBlock (positioned) {DIV} at (340,540) size 300x100
+layer at (340,540) size 80x80
+ RenderBlock (positioned) {DIV} at (0,0) size 80x80
+layer at (340,540) size 80x80
+ RenderBlock (positioned) {P} at (0,0) size 80x80 [bgcolor=#808080]
+ RenderInline {SPAN} at (0,0) size 35x17 [bgcolor=#FFFF00]
+ RenderText {#text} at (0,0) size 35x17
+ text run at (0,0) width 35: "inline"
+ RenderText {#text} at (35,0) size 78x51
+ text run at (35,0) width 25: " has"
+ text run at (0,17) width 78: "none, parent"
+ text run at (0,34) width 27: "auto"
+layer at (440,540) size 80x80
+ RenderBlock (positioned) {DIV} at (100,0) size 80x80
+ RenderText {#text} at (0,0) size 24x17
+ text run at (0,0) width 24: "p15"
+layer at (540,540) size 80x80
+ RenderBlock (positioned) {DIV} at (200,0) size 80x80
+ RenderText {#text} at (0,0) size 24x17
+ text run at (0,0) width 24: "p15"
+caret: position 1 of child 0 {#text} of child 0 {SPAN} of child 1 {P} of child 1 {DIV} of child 23 {DIV} of body
Added: trunk/LayoutTests/platform/wpe/fast/events/resize-events-expected.txt (0 => 221680)
--- trunk/LayoutTests/platform/wpe/fast/events/resize-events-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/events/resize-events-expected.txt 2017-09-06 17:02:14 UTC (rev 221680)
@@ -0,0 +1,33 @@
+layer at (0,0) size 785x4244
+ RenderView at (0,0) size 785x600
+layer at (0,0) size 785x4244
+ RenderBlock {HTML} at (0,0) size 785x4244
+ RenderBody {BODY} at (8,8) size 769x4226
+ RenderBlock {DIV} at (0,0) size 769x100
+ RenderBlock (anonymous) at (0,0) size 769x34
+ RenderText {#text} at (0,0) size 736x34
+ text run at (0,0) width 578: "Test how many resize events are emitted during page load and dynamic content generation. "
+ text run at (578,0) width 158: "Do not resize the page. It"
+ text run at (0,17) width 119: "invalidates the test."
+ RenderBlock {P} at (0,50) size 769x50
+ RenderBlock (anonymous) at (0,0) size 769x17
+ RenderText {#text} at (10,0) size 181x17
+ text run at (10,0) width 181: "Resize events (should be 0): "
+ RenderInline {SPAN} at (0,0) size 8x17
+ RenderText {#text} at (191,0) size 8x17
+ text run at (191,0) width 8: "0"
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock {P} at (0,33) size 769x17 [color=#008000]
+ RenderText {#text} at (10,0) size 39x17
+ text run at (10,0) width 39: "PASS"
+ RenderBlock {DIV} at (0,116) size 769x4110
+ RenderBlock {DIV} at (10,0) size 749x402 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (10,412) size 749x402 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (10,824) size 749x402 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (10,1236) size 749x402 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (10,1648) size 749x402 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (10,2060) size 749x402 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (10,2472) size 749x402 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (10,2884) size 749x402 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (10,3296) size 749x402 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (10,3708) size 749x402 [border: (1px solid #000000)]
Added: trunk/LayoutTests/platform/wpe/fast/events/reveal-link-when-focused-expected.txt (0 => 221680)
--- trunk/LayoutTests/platform/wpe/fast/events/reveal-link-when-focused-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/events/reveal-link-when-focused-expected.txt 2017-09-06 17:02:14 UTC (rev 221680)
@@ -0,0 +1,14 @@
+layer at (0,0) size 785x2033
+ RenderView at (0,0) size 785x600
+layer at (0,0) size 785x2033
+ RenderBlock {HTML} at (0,0) size 785x2033
+ RenderBody {BODY} at (8,8) size 769x2017
+ RenderBlock {DIV} at (0,0) size 769x2000
+ RenderText {#text} at (0,0) size 331x17
+ text run at (0,0) width 331: "padding to make link be initially scrolled out of sight"
+ RenderBlock (anonymous) at (0,2000) size 769x17
+ RenderInline {A} at (0,0) size 355x17 [color=#551A8B]
+ RenderText {#text} at (0,0) size 355x17
+ text run at (0,0) width 355: "this link should be focused and revealed after page loads"
+ RenderText {#text} at (0,0) size 0x0
+scrolled to 0,1433
Added: trunk/LayoutTests/platform/wpe/fast/events/updateLayoutForHitTest-expected.txt (0 => 221680)
--- trunk/LayoutTests/platform/wpe/fast/events/updateLayoutForHitTest-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/events/updateLayoutForHitTest-expected.txt 2017-09-06 17:02:14 UTC (rev 221680)
@@ -0,0 +1,17 @@
+CONSOLE MESSAGE: line 36: TypeError: null is not an object (evaluating 'triangleSpan.nextSibling.nextSibling.nextSibling.nextSibling.style')
+CONSOLE MESSAGE: line 40: TypeError: null is not an object (evaluating 'triangleSpan.nextSibling.nextSibling.nextSibling.nextSibling.style')
+CONSOLE MESSAGE: line 36: TypeError: null is not an object (evaluating 'triangleSpan.nextSibling.nextSibling.nextSibling.nextSibling.style')
+CONSOLE MESSAGE: line 40: TypeError: null is not an object (evaluating 'triangleSpan.nextSibling.nextSibling.nextSibling.nextSibling.style')
+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
+ RenderBlock (floating) {DIV} at (5,5) size 79x27 [bgcolor=#ADD8E6]
+ RenderInline {SPAN} at (0,0) size 8x17
+ RenderText {#text} at (5,5) size 8x17
+ text run at (5,5) width 8: "\x{25B8}"
+ RenderText {#text} at (13,5) size 61x17
+ text run at (13,5) width 61: " Project"
+ RenderText {#text} at (0,0) size 0x0
+caret: position 0 of child 1 {SPAN} of child 3 {DIV} of body
Added: trunk/LayoutTests/platform/wpe/fast/inspector-support/matchedrules-expected.txt (0 => 221680)
--- trunk/LayoutTests/platform/wpe/fast/inspector-support/matchedrules-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/inspector-support/matchedrules-expected.txt 2017-09-06 17:02:14 UTC (rev 221680)
@@ -0,0 +1,11 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x576
+ RenderBlock {DIV} at (0,0) size 784x17 [color=#FF0000]
+ RenderText {#text} at (0,0) size 76x17
+ text run at (0,0) width 76: "Hello world"
+ RenderBlock {P} at (0,33) size 784x17
+ RenderText {#text} at (0,0) size 215x17
+ text run at (0,0) width 215: "The number of matched rules is: 1"
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
