Title: [165806] trunk/LayoutTests
- Revision
- 165806
- Author
- [email protected]
- Date
- 2014-03-18 03:06:37 -0700 (Tue, 18 Mar 2014)
Log Message
[EFL] Update baselines and test expectations
https://bugs.webkit.org/show_bug.cgi?id=130249111
Unreviewed EFL gardening.
Patch by Krzysztof Wolanski <[email protected]> on 2014-03-18
* fast/events/touch/touch-slider-expected.txt:
* fast/events/touch/touch-slider-no-js-touch-listener-expected.txt:
Update baselines after enabling TOUCH_SLIDER macro (r165722).
* platform/efl-wk2/TestExpectations:
fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html
is failing after adding in r165587
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
Update baselines after refactoring Path to Path2D (r165651).
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (165805 => 165806)
--- trunk/LayoutTests/ChangeLog 2014-03-18 09:42:58 UTC (rev 165805)
+++ trunk/LayoutTests/ChangeLog 2014-03-18 10:06:37 UTC (rev 165806)
@@ -1,3 +1,19 @@
+2014-03-18 Krzysztof Wolanski <[email protected]>
+
+ [EFL] Update baselines and test expectations
+ https://bugs.webkit.org/show_bug.cgi?id=130249111
+
+ Unreviewed EFL gardening.
+
+ * fast/events/touch/touch-slider-expected.txt:
+ * fast/events/touch/touch-slider-no-js-touch-listener-expected.txt:
+ Update baselines after enabling TOUCH_SLIDER macro (r165722).
+ * platform/efl-wk2/TestExpectations:
+ fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html
+ is failing after adding in r165587
+ * platform/efl/js/dom/global-constructors-attributes-expected.txt:
+ Update baselines after refactoring Path to Path2D (r165651).
+
2014-03-18 Ion Rosca <[email protected]>
Add blend mode property to dumped information in GraphicsLayer.
Modified: trunk/LayoutTests/fast/events/touch/touch-slider-expected.txt (165805 => 165806)
--- trunk/LayoutTests/fast/events/touch/touch-slider-expected.txt 2014-03-18 09:42:58 UTC (rev 165805)
+++ trunk/LayoutTests/fast/events/touch/touch-slider-expected.txt 2014-03-18 10:06:37 UTC (rev 165806)
@@ -7,20 +7,20 @@
PASS event.touches[0].target.id is "slider1"
PASS sliderValue is "50"
PASS sliderValue is "50"
-FAIL sliderValue should be 0. Was 50.
-FAIL sliderValue should be 100. Was 50.
+PASS sliderValue is "0"
+PASS sliderValue is "100"
PASS sliderValue is "50"
PASS event.touches[0].target.id is "slider2"
PASS sliderValue is "50"
PASS sliderValue is "50"
-FAIL sliderValue should be 0. Was 50.
-FAIL sliderValue should be 100. Was 50.
+PASS sliderValue is "0"
+PASS sliderValue is "100"
PASS sliderValue is "50"
PASS event.touches[0].target.id is "slider3"
PASS sliderValue is "50"
PASS sliderValue is "50"
-FAIL sliderValue should be 0. Was 50.
-FAIL sliderValue should be 100. Was 50.
+PASS sliderValue is "0"
+PASS sliderValue is "100"
PASS sliderValue is "50"
PASS successfullyParsed is true
Modified: trunk/LayoutTests/fast/events/touch/touch-slider-no-js-touch-listener-expected.txt (165805 => 165806)
--- trunk/LayoutTests/fast/events/touch/touch-slider-no-js-touch-listener-expected.txt 2014-03-18 09:42:58 UTC (rev 165805)
+++ trunk/LayoutTests/fast/events/touch/touch-slider-no-js-touch-listener-expected.txt 2014-03-18 10:06:37 UTC (rev 165806)
@@ -5,7 +5,7 @@
PASS slider.value is "50"
-FAIL slider.value should be 0. Was 50.
+PASS slider.value is "0"
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt (165805 => 165806)
--- trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt 2014-03-18 09:42:58 UTC (rev 165805)
+++ trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt 2014-03-18 10:06:37 UTC (rev 165806)
@@ -933,11 +933,11 @@
PASS Object.getOwnPropertyDescriptor(global, 'PageTransitionEvent').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'PageTransitionEvent').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'PageTransitionEvent').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'Path').value is Path
-PASS Object.getOwnPropertyDescriptor(global, 'Path').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Path').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'Path').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'Path').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'Path2D').value is Path2D
+PASS Object.getOwnPropertyDescriptor(global, 'Path2D').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'Path2D').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'Path2D').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'Path2D').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'Performance').value is Performance
PASS Object.getOwnPropertyDescriptor(global, 'Performance').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'Performance').hasOwnProperty('set') is false
Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (165805 => 165806)
--- trunk/LayoutTests/platform/efl-wk2/TestExpectations 2014-03-18 09:42:58 UTC (rev 165805)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations 2014-03-18 10:06:37 UTC (rev 165806)
@@ -553,3 +553,5 @@
webkit.org/b/129821 svg/css/svg-resource-fragment-identifier-img-src.html [ ImageOnlyFailure ]
webkit.org/b/130020 webaudio/codec-tests/wav/24bit-22khz-resample.html [ Failure ]
+
+webkit.org/b/130340 fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html [ ImageOnlyFailure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes