Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 135771) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,3 +1,17 @@ |
+2012-11-18 Antti Koivisto <antti@apple.com> |
+ |
+ REGRESSION(r129644): User StyleSheet not applying |
+ https://bugs.webkit.org/show_bug.cgi?id=102110 |
+ |
+ Reviewed by Andreas Kling. |
+ |
+ * inspector/timeline/timeline-script-tag-1-expected.txt: |
+ |
+ Update the test result. The style invalidation log is slightly different. |
+ |
+ * userscripts/user-stylesheet-invalidate-expected.txt: Added. |
+ * userscripts/user-stylesheet-invalidate.html: Added. |
+ |
2012-10-30 Keishi Hattori <keishi@webkit.org> |
F4 inside <input type=time> should not open calendar picker |