Diff
Modified: trunk/LayoutTests/ChangeLog (239563 => 239564)
--- trunk/LayoutTests/ChangeLog 2018-12-30 21:56:50 UTC (rev 239563)
+++ trunk/LayoutTests/ChangeLog 2018-12-31 13:36:20 UTC (rev 239564)
@@ -1,3 +1,23 @@
+2018-12-31 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed GTK+ gardening. Rebaseline several tests after r238730.
+
+ innerText works differently when using complex text path.
+ See https://bugs.webkit.org/show_bug.cgi?id=192750.
+
+ * platform/gtk/fast/events/nested-window-event-expected.txt: Added.
+ * platform/gtk/fast/events/window-events-bubble-expected.txt: Added.
+ * platform/gtk/fast/events/window-events-bubble2-expected.txt: Added.
+ * platform/gtk/fast/tokenizer/script_extra_close-expected.txt: Added.
+ * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-015-expected.txt: Added.
+ * platform/gtk/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-016-expected.txt: Added.
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt:
+ * platform/gtk/legacy-animation-engine/animations/lineheight-animation-expected.txt: Added.
+ * platform/gtk/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt: Added.
+ * platform/gtk/legacy-animation-engine/animations/width-using-ems-expected.txt: Added.
+
2018-12-30 Ross Kirsling <[email protected]>
[JSC] Identifier validity should be based on ID_Start / ID_Continue properties
Added: trunk/LayoutTests/platform/gtk/fast/events/nested-window-event-expected.txt (0 => 239564)
--- trunk/LayoutTests/platform/gtk/fast/events/nested-window-event-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/nested-window-event-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -0,0 +1,2 @@
+This tests window.event was kept the same when nested event handling was called. You should see 'PASS' if the test passes.
+PASS
Added: trunk/LayoutTests/platform/gtk/fast/events/window-events-bubble-expected.txt (0 => 239564)
--- trunk/LayoutTests/platform/gtk/fast/events/window-events-bubble-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/window-events-bubble-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -0,0 +1 @@
+Test that stopPropagation() will not allow window events to bubble. Clicking on this should not fire window.onclick. This matches our old behavior and Firefox behavior. stopPropagation called. Test Passed.
Added: trunk/LayoutTests/platform/gtk/fast/events/window-events-bubble2-expected.txt (0 => 239564)
--- trunk/LayoutTests/platform/gtk/fast/events/window-events-bubble2-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/window-events-bubble2-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -0,0 +1 @@
+Tests that preventDefault() will still allow window events to bubble. Clicking here should fire window.onclick. This will match Firefox behavior. Window.onClick fired. Test Passed.
Added: trunk/LayoutTests/platform/gtk/fast/tokenizer/script_extra_close-expected.txt (0 => 239564)
--- trunk/LayoutTests/platform/gtk/fast/tokenizer/script_extra_close-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/tokenizer/script_extra_close-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -0,0 +1 @@
+TEST... PASSED. This text should show up.
Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-015-expected.txt (0 => 239564)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-015-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-015-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -0,0 +1,29 @@
+X XX XXX X
+X XXX X
+XX XXXX XX XXX X
+X XXX
+X
+XX XXX X XX XXX X
+X XXX X
+XX XXXX XX XXX X
+X XXX
+X
+XX XXX
+
+X XX XXX X
+X XXX X
+XX XXXX XX XXX X
+X XXX
+X
+XX XXX X XX XXX X
+X XXX X
+XX XXXX XX XXX X
+X XXX
+X
+XX XXX
+
+PASS .grid 1
+PASS .grid 2
+PASS .grid 3
+PASS .grid 4
+
Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-016-expected.txt (0 => 239564)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-016-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-016-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -0,0 +1,29 @@
+X XX XXX X
+X XXX X
+XX XXXX XX XXX X
+X XXX
+X
+XX XXX X XX XXX X
+X XXX X
+XX XXXX XX XXX X
+X XXX
+X
+XX XXX
+
+X XX XXX X
+X XXX X
+XX XXXX XX XXX X
+X XXX
+X
+XX XXX X XX XXX X
+X XXX X
+XX XXXX XX XXX X
+X XXX
+X
+XX XXX
+
+PASS .grid 1
+PASS .grid 2
+PASS .grid 3
+PASS .grid 4
+
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt (239563 => 239564)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt 2018-12-30 21:56:50 UTC (rev 239563)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -8,3 +8,4 @@
PASS [INPUT in COLOR status] The value attribute is a valid sample color
PASS [INPUT in COLOR status] The value attribute is not a valid lowercase sample color
PASS [INPUT in COLOR status] The value attribute cannot convert to a valid sample color
+
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt (239563 => 239564)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt 2018-12-30 21:56:50 UTC (rev 239563)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -57,3 +57,4 @@
PASS [textarea] Must be barred from the constraint validation
PASS [textarea] The willValidate attribute must be true if an element is mutable
PASS [textarea] The willValidate attribute must be false if it has a datalist ancestor
+
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt (239563 => 239564)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt 2018-12-30 21:56:50 UTC (rev 239563)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -45,3 +45,4 @@
FAIL input type image should not support variable-length selections Type error
FAIL input type reset should not support variable-length selections Type error
FAIL input type button should not support variable-length selections Type error
+
Added: trunk/LayoutTests/platform/gtk/legacy-animation-engine/animations/lineheight-animation-expected.txt (0 => 239564)
--- trunk/LayoutTests/platform/gtk/legacy-animation-engine/animations/lineheight-animation-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/legacy-animation-engine/animations/lineheight-animation-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -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
+
Added: trunk/LayoutTests/platform/gtk/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt (0 => 239564)
--- trunk/LayoutTests/platform/gtk/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/legacy-animation-engine/animations/simultaneous-start-transform-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -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
+
Added: trunk/LayoutTests/platform/gtk/legacy-animation-engine/animations/width-using-ems-expected.txt (0 => 239564)
--- trunk/LayoutTests/platform/gtk/legacy-animation-engine/animations/width-using-ems-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/legacy-animation-engine/animations/width-using-ems-expected.txt 2018-12-31 13:36:20 UTC (rev 239564)
@@ -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
+