summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/inline/inline-padding-disables-text-quirk.html
diff options
context:
space:
mode:
authorhyatt@apple.com <hyatt@apple.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2008-01-18 22:59:29 +0000
committerhyatt@apple.com <hyatt@apple.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2008-01-18 22:59:29 +0000
commitd0502f07612ab1bef7bb44421b29e83b6346d9c6 (patch)
tree2d33c8646d47f3a21684f83053abb409ad712934 /third_party/WebKit/LayoutTests/fast/inline/inline-padding-disables-text-quirk.html
parent5810c51f1b9323c57699d7890416a9ffed9de27d (diff)
downloadchromium_src-d0502f07612ab1bef7bb44421b29e83b6346d9c6.zip
chromium_src-d0502f07612ab1bef7bb44421b29e83b6346d9c6.tar.gz
chromium_src-d0502f07612ab1bef7bb44421b29e83b6346d9c6.tar.bz2
WebCore:
Not reviewed: rolling out a previous patch. Fixed <rdar://problem/5695439> Crash during GCController destructor on quitting browser Used svn merge to roll out r29603 because it introduced some crashes on quit. GC relies on static hash tables, so it's not safe to GC from a static destructor, which might run after the static hash tables' destructors. * bindings/js/GCController.cpp: (WebCore::GCController::garbageCollectNow): * bindings/js/GCController.h: LayoutTests: Fix for http://bugs.webkit.org/show_bug.cgi?id=15665 Reviewed by Beth * fast/inline/inline-padding-disables-text-quirk.html: Added. * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.checksum: Added. * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.png: Added. * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.txt: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@29649 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/inline/inline-padding-disables-text-quirk.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/inline/inline-padding-disables-text-quirk.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/inline/inline-padding-disables-text-quirk.html b/third_party/WebKit/LayoutTests/fast/inline/inline-padding-disables-text-quirk.html
new file mode 100644
index 0000000..cf7dcbd
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/inline/inline-padding-disables-text-quirk.html
@@ -0,0 +1,7 @@
+<HTML>
+<BODY>
+<div style="background: green; border-bottom: 1px solid black;">
+<span style="padding: 0 0 0 1px;"></span></div>
+<div>There should be a green block above this text</div>
+ </BODY>
+</HTML>