Title: [119596] trunk/LayoutTests
- Revision
- 119596
- Author
- [email protected]
- Date
- 2012-06-06 10:33:32 -0700 (Wed, 06 Jun 2012)
Log Message
[WK2] fast/hidpi/device-scale-factor-paint.html crashes
https://bugs.webkit.org/show_bug.cgi?id=88350
Patch by Sadrul Habib Chowdhury <[email protected]> on 2012-06-06
Reviewed by Alexey Proskuryakov.
* fast/hidpi/device-scale-factor-paint-expected.html: Renamed from LayoutTests/platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html.
* platform/wk2/Skipped:
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (119595 => 119596)
--- trunk/LayoutTests/ChangeLog 2012-06-06 16:47:07 UTC (rev 119595)
+++ trunk/LayoutTests/ChangeLog 2012-06-06 17:33:32 UTC (rev 119596)
@@ -1,3 +1,13 @@
+2012-06-06 Sadrul Habib Chowdhury <[email protected]>
+
+ [WK2] fast/hidpi/device-scale-factor-paint.html crashes
+ https://bugs.webkit.org/show_bug.cgi?id=88350
+
+ Reviewed by Alexey Proskuryakov.
+
+ * fast/hidpi/device-scale-factor-paint-expected.html: Renamed from LayoutTests/platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html.
+ * platform/wk2/Skipped:
+
2012-06-06 Ilya Tikhonovsky <[email protected]>
Unreviewed rebaseline for r119591.
Copied: trunk/LayoutTests/fast/hidpi/device-scale-factor-paint-expected.html (from rev 119595, trunk/LayoutTests/platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html) (0 => 119596)
--- trunk/LayoutTests/fast/hidpi/device-scale-factor-paint-expected.html (rev 0)
+++ trunk/LayoutTests/fast/hidpi/device-scale-factor-paint-expected.html 2012-06-06 17:33:32 UTC (rev 119596)
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<script>
+if (window.internals)
+ internals.settings.setDeviceScaleFactor(1);
+</script>
+<body>
+<div style='position: absolute; left: 10px; top: 20px; width: 100px; height: 100px; background-color: green'>
+</div>
+</body>
+</html>
Deleted: trunk/LayoutTests/platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html (119595 => 119596)
--- trunk/LayoutTests/platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html 2012-06-06 16:47:07 UTC (rev 119595)
+++ trunk/LayoutTests/platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html 2012-06-06 17:33:32 UTC (rev 119596)
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html>
-<script>
-if (window.internals)
- internals.settings.setDeviceScaleFactor(1);
-</script>
-<body>
-<div style='position: absolute; left: 10px; top: 20px; width: 100px; height: 100px; background-color: green'>
-</div>
-</body>
-</html>
Modified: trunk/LayoutTests/platform/wk2/Skipped (119595 => 119596)
--- trunk/LayoutTests/platform/wk2/Skipped 2012-06-06 16:47:07 UTC (rev 119595)
+++ trunk/LayoutTests/platform/wk2/Skipped 2012-06-06 17:33:32 UTC (rev 119596)
@@ -1289,6 +1289,10 @@
# https://bugs.webkit.org/show_bug.cgi?id=87168
fast/forms/input-search-press-escape-key.html
+# [WK2] fast/hidpi/device-scale-factor-paint.html crashes
+# https://bugs.webkit.org/show_bug.cgi?id=88350
+fast/hidpi/device-scale-factor-paint.html
+
# Editing input tests that time out unexpectedly.
# https://bugs.webkit.org/show_bug.cgi?id=81547
editing/input/reveal-edit-on-input-vertically.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes