https://bugs.webkit.org/show_bug.cgi?id=89618
Reviewed by Beth Dakin.
Now that this test doesn't cause WebKit2 to crash, we can unskip it.
* fast/hidpi/device-scale-factor-paint-expected.html: Removed.
- Previously, this test was a reftest, but the reference also tried
to set the device scale factor, which seems problematic. This
patch converts the test to a normal image test. There aren't any
scrollbars or text, so many platforms should be able to use the
same expected PNG file.
* fast/hidpi/device-scale-factor-paint.html:
- Wrap the call to notifyDone in a thunk because it doesn't work otherwise.
* platform/mac/Skipped:
* platform/mac/fast/hidpi/device-scale-factor-paint-expected.png: Added.
* platform/mac/fast/hidpi/device-scale-factor-paint-expected.txt: Added.
* platform/wk2/Skipped:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@120894
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-06-20 Adam Barth <abarth@webkit.org>
+
+ Unskip fast/hidpi/device-scale-factor-paint.html
+ https://bugs.webkit.org/show_bug.cgi?id=89618
+
+ Reviewed by Beth Dakin.
+
+ Now that this test doesn't cause WebKit2 to crash, we can unskip it.
+
+ * fast/hidpi/device-scale-factor-paint-expected.html: Removed.
+ - Previously, this test was a reftest, but the reference also tried
+ to set the device scale factor, which seems problematic. This
+ patch converts the test to a normal image test. There aren't any
+ scrollbars or text, so many platforms should be able to use the
+ same expected PNG file.
+ * fast/hidpi/device-scale-factor-paint.html:
+ - Wrap the call to notifyDone in a thunk because it doesn't work otherwise.
+ * platform/mac/Skipped:
+ * platform/mac/fast/hidpi/device-scale-factor-paint-expected.png: Added.
+ * platform/mac/fast/hidpi/device-scale-factor-paint-expected.txt: Added.
+ * platform/wk2/Skipped:
+
2012-06-20 Joshua Bell <jsbell@chromium.org>
IndexedDB: Remove redundant IDBObjectStore.delete() overloads
+++ /dev/null
-<!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>
}
function finishTest() {
- setTimeout(layoutTestController.notifyDone, 0);
+ setTimeout(function() { layoutTestController.notifyDone() }, 0);
}
</script>
</head>
# https://bugs.webkit.org/show_bug.cgi?id=87748
fast/forms/select/optgroup-clicking.html
-# Assertion failure on mac-lion-wk2, no reftest results on mac
-# https://bugs.webkit.org/show_bug.cgi?id=88356
-fast/hidpi/device-scale-factor-paint.html
-
# https://bugs.webkit.org/show_bug.cgi?id=88672
svg/filters/color-space-conversion.svg
--- /dev/null
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x8
+ RenderBlock {HTML} at (0,0) size 800x8
+ RenderBody {BODY} at (8,8) size 784x0
+layer at (5,10) size 50x50
+ RenderBlock (positioned) {DIV} at (5,10) size 50x50 [bgcolor=#008000]
# 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