Modified: trunk/LayoutTests/platform/efl/TestExpectations (165206 => 165207)
--- trunk/LayoutTests/platform/efl/TestExpectations 2014-03-06 20:57:40 UTC (rev 165206)
+++ trunk/LayoutTests/platform/efl/TestExpectations 2014-03-06 21:24:21 UTC (rev 165207)
@@ -814,10 +814,10 @@
webkit.org/b/84338 editing/pasteboard/copy-paste-bidi.html [ Failure ]
webkit.org/b/84338 editing/pasteboard/copy-paste-converts-fixed.html [ Failure ]
webkit.org/b/84338 editing/pasteboard/copy-paste-converts-sticky.html [ Failure ]
-webkit.org/b/84338 editing/pasteboard/copy-paste-wraps-position-absolute.html [ Failure ]
webkit.org/b/84338 editing/pasteboard/copy-paste-doesnt-convert-sticky-and-fixed-during-partial-copy.html [ Failure ]
webkit.org/b/84338 editing/pasteboard/copy-paste-first-line-in-textarea.html [ Failure ]
webkit.org/b/84338 editing/pasteboard/copy-paste-float.html [ Failure ]
+webkit.org/b/84338 editing/pasteboard/copy-paste-inserts-clearing-div.html [ Failure ]
webkit.org/b/84338 editing/pasteboard/copy-paste-pre-line-content.html [ Failure ]
webkit.org/b/84338 editing/pasteboard/copy-paste-ruby-text-with-block.html [ Failure ]
webkit.org/b/84338 editing/pasteboard/copy-paste-wraps-position-absolute.html [ Failure ]
@@ -1860,3 +1860,7 @@
webkit.org/b/128499 svg/clip-path/clip-path-content-use-006.svg [ ImageOnlyFailure ]
webkit.org/b/129180 svg/clip-path/clip-path-on-svg-001.svg [ ImageOnlyFailure ]
webkit.org/b/129180 svg/clip-path/clip-path-on-svg-002.svg [ ImageOnlyFailure ]
+
+webkit.org/b/102097 compositing/hidpi-absolute-subpixel-positioned-transformed-elements.html [ ImageOnlyFailure ]
+webkit.org/b/102097 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
+webkit.org/b/102097 fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking.html [ Failure ]
Modified: trunk/LayoutTests/platform/efl/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt (165206 => 165207)
--- trunk/LayoutTests/platform/efl/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt 2014-03-06 20:57:40 UTC (rev 165206)
+++ trunk/LayoutTests/platform/efl/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt 2014-03-06 21:24:21 UTC (rev 165207)
@@ -16,36 +16,36 @@
layer at (10,46) size 471x78 clip at (11,47) size 469x76
RenderTextControl {TEXTAREA} at (2,2) size 471x78 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
RenderBlock {DIV} at (3,3) size 465x54
- RenderText {#text} at (424,0) size 41x35
+ RenderText {#text} at (424,0) size 465x35
text run at (424,0) width 0 RTL: " "
text run at (424,0) width 41 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
- text run at (426,18) width 39: "hello!"
- text run at (465,18) width 0: " "
+ text run at (0,18) width 39: "hello!"
+ text run at (39,18) width 0: " "
RenderBR {BR} at (465,36) size 0x17
layer at (10,132) size 471x78 clip at (11,133) size 469x76
RenderTextControl {TEXTAREA} at (2,88) size 471x78 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
RenderBlock {DIV} at (3,3) size 465x54
- RenderText {#text} at (0,0) size 41x35
- text run at (0,0) width 0 RTL: " "
- text run at (0,0) width 41 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
+ RenderText {#text} at (424,0) size 465x35
+ text run at (424,0) width 0 RTL: " "
+ text run at (424,0) width 41 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
text run at (0,18) width 39: "hello!"
text run at (39,18) width 0: " "
RenderBR {BR} at (0,36) size 0x17
layer at (10,218) size 471x78 clip at (11,219) size 469x76
RenderTextControl {TEXTAREA} at (2,174) size 471x78 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
RenderBlock {DIV} at (3,3) size 465x54
- RenderText {#text} at (0,0) size 41x35
- text run at (0,0) width 0 RTL: " "
- text run at (0,0) width 41 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
+ RenderText {#text} at (424,0) size 465x35
+ text run at (424,0) width 0 RTL: " "
+ text run at (424,0) width 41 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
text run at (0,18) width 39: "hello!"
text run at (39,18) width 0: " "
RenderBR {BR} at (0,36) size 0x17
layer at (10,304) size 471x78 clip at (11,305) size 469x76
RenderTextControl {TEXTAREA} at (2,260) size 471x78 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
RenderBlock {DIV} at (3,3) size 465x54
- RenderText {#text} at (424,0) size 41x35
+ RenderText {#text} at (424,0) size 465x35
text run at (424,0) width 0 RTL: " "
text run at (424,0) width 41 RTL: "\x{5E9}\x{5DC}\x{5D5}\x{5DD}!"
- text run at (426,18) width 39: "hello!"
- text run at (465,18) width 0: " "
+ text run at (0,18) width 39: "hello!"
+ text run at (39,18) width 0: " "
RenderBR {BR} at (465,36) size 0x17
Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (165206 => 165207)
--- trunk/LayoutTests/platform/efl-wk2/TestExpectations 2014-03-06 20:57:40 UTC (rev 165206)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations 2014-03-06 21:24:21 UTC (rev 165207)
@@ -60,7 +60,6 @@
# WebGL test cases crashing in WebCore::GraphicsContext3D::readPixels().
webkit.org/b/109417 webgl/conformance/textures/texture-attachment-formats.html [ Crash Failure ]
webkit.org/b/109945 webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Crash ]
-webkit.org/b/109945 webgl/conformance/uniforms/uniform-default-values.html [ Crash ]
# Known WebGL conformance test failures, fails on Intel and AMD hardware
webkit.org/b/129199 webgl/1.0.2/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Crash ]
@@ -111,26 +110,6 @@
webkit.org/b/116587 http/tests/websocket/tests/hybi/workers/multiple-subprotocols.html [ Skip ]
webkit.org/b/116587 http/tests/websocket/tests/hybi/zero-length-text.html [ Skip ]
-# Started to crash after r162947
-webkit.org/b/128259 compositing/iframes/remove-iframe-crash.html [ Crash ]
-webkit.org/b/128259 fast/dom/Window/web-timing-minimal-performance-now.html [ Crash ]
-webkit.org/b/128259 fast/events/pagehide-xhr-open.html [ Crash ]
-webkit.org/b/128259 fast/events/pageshow-pagehide-on-back-cached.html [ Crash ]
-webkit.org/b/128259 fast/events/tab-crash-with-image-map.html [ Crash ]
-webkit.org/b/128259 fast/forms/autocomplete.html [ Crash ]
-webkit.org/b/128259 fast/history/go-back-to-iframe-with-plugin.html [ Crash ]
-webkit.org/b/128259 fast/history/history-back-while-pdf-in-pagecache.html [ Crash ]
-webkit.org/b/128259 fast/history/visited-generated-content-test.html [ Crash ]
-webkit.org/b/128259 fast/images/animated-gif-with-offsets.html [ Crash ]
-webkit.org/b/128259 fast/loader/show-only-one-beforeunload-dialog.html [ Crash ]
-webkit.org/b/128259 fast/loader/url-data-replace-backslash.html [ Crash ]
-webkit.org/b/128259 fast/overflow/image-selection-highlight.html [ Crash ]
-webkit.org/b/128259 fast/viewport/viewport-129.html [ Crash ]
-webkit.org/b/128259 http/tests/navigation/history-back-across-form-submission-to-fragment.html [ Crash ]
-webkit.org/b/128259 http/tests/navigation/https-in-page-cache.html [ Crash ]
-webkit.org/b/128259 loader/image-loader-adoptNode-assert.html [ Crash ]
-webkit.org/b/128259 media/sources-fallback-codecs.html [ Crash ]
-
webkit.org/b/128906 fast/events/touch/basic-single-touch-events.html [ Crash ]
#////////////////////////////////////////////////////////////////////////////////////////
@@ -250,10 +229,6 @@
webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ]
webkit.org/b/127914 webgl/conformance/textures/texture-npot.html [ Crash Pass ]
-webkit.org/b/128259 animations/simultaneous-start-left.html [ Crash Pass ]
-
-webkit.org/b/128259 fast/loader/invalid-charset-on-script-crashes-loader.html [ Crash Pass ]
-
webkit.org/b/128969 fast/sub-pixel/input-caret-on-subpixel-bound.html [ ImageOnlyFailure Pass ]
#////////////////////////////////////////////////////////////////////////////////////////
@@ -561,3 +536,19 @@
webkit.org/b/129734 fast/css3-text/css3-text-decoration/text-decoration-style-double-space-scales.html [ ImageOnlyFailure ]
webkit.org/b/129735 fast/regions/box-decorations-over-region-padding.html [ ImageOnlyFailure ]
+
+webkit.org/b/129815 fast/sub-pixel/clip-rect-box-consistent-rounding.html [ ImageOnlyFailure ]
+
+webkit.org/b/129818 fast/canvas/webgl/webgl-draw-buffers.html [ Failure ]
+
+webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-006.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-007.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-008.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-009.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-nested-clip-path-010.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-objectboundingbox-content-clip-transform.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-objectboundingbox-content-clip.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-userspaceonuse-content-clip-transform.svg [ ImageOnlyFailure ]
+webkit.org/b/129820 svg/clip-path/mask-userspaceonuse-content-clip.svg [ ImageOnlyFailure ]
+
+webkit.org/b/129821 svg/css/svg-resource-fragment-identifier-img-src.html [ ImageOnlyFailure ]