Update selection handle position in Ref-Internet browser
[framework/web/webkit-efl.git] / LayoutTests / ChangeLog
index af1c3ea..282ec9b 100644 (file)
@@ -1,3 +1,30 @@
+2013-02-20  Robert Hogan  <robert@webkit.org>
+
+        input element with placeholder text and width set to 100% on focus causes overflow even after losing focus
+        https://bugs.webkit.org/show_bug.cgi?id=109020
+
+        Reviewed by David Hyatt.
+
+        * fast/forms/input-placeholder-layout-view-expected.html: Added.
+        * fast/forms/input-placeholder-layout-view.html: Added.
+        * fast/forms/textarea-placeholder-layout-view-expected.html: Added.
+        * fast/forms/textarea-placeholder-layout-view.html: Added.
+
+2012-08-21  Mark Hahnenberg  <mhahnenberg@apple.com>
+
+        WTF Threading leaks kernel objects on platforms that use pthreads
+        https://bugs.webkit.org/show_bug.cgi?id=94636
+
+        Reviewed by Geoffrey Garen.
+
+        Added a test that creates a bunch of workers that immediately return. This should stress 
+        the new WTF threading code on platforms that use pthreads, so any major regressions in correctness 
+        will probably cause this test to fail since it creates both joinable and detached threads.
+
+        * fast/js/create-lots-of-workers-expected.txt: Added.
+        * fast/js/create-lots-of-workers.html: Added.
+        * fast/js/resources/empty-worker.js: Added.
+
 2013-02-01 Nayan Kumar K <nayankk@motorola.com>
 
         [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.