From 1c5fb79b2d483681888f017259190a2a2911d539 Mon Sep 17 00:00:00 2001 From: "philn@webkit.org" Date: Thu, 2 Feb 2012 13:42:07 +0000 Subject: [PATCH] Unreviewed, GTK rebaseline and skipping 3 new test failures. * platform/gtk/Skipped: * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106546 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 7 +++++++ LayoutTests/platform/gtk/Skipped | 7 +++++++ .../gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt | 2 ++ 3 files changed, 16 insertions(+) create mode 100644 LayoutTests/platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index fc574b1..3df10fe 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,10 @@ +2012-02-02 Philippe Normand + + Unreviewed, GTK rebaseline and skipping 3 new test failures. + + * platform/gtk/Skipped: + * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt: Added. + 2012-02-02 Raul Hudea Regions should ignore the saved currentRenderFlowThread during repainting diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped index feb7527..ad68467 100644 --- a/LayoutTests/platform/gtk/Skipped +++ b/LayoutTests/platform/gtk/Skipped @@ -1619,3 +1619,10 @@ fast/dom/shadow/content-element-outside-shadow.html # https://bugs.webkit.org/show_bug.cgi?id=77413 fast/parser/nested-fragment-parser-crash.html + +# https://bugs.webkit.org/show_bug.cgi?id=77631 +fast/multicol/span/span-as-immediate-child-property-removal.html +fast/multicol/span/span-as-immediate-columns-child-removal.html + +# https://bugs.webkit.org/show_bug.cgi?id=77633 +fast/forms/listbox-clear-restore.html diff --git a/LayoutTests/platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt b/LayoutTests/platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt new file mode 100644 index 0000000..ac2c2ad --- /dev/null +++ b/LayoutTests/platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt @@ -0,0 +1,2 @@ +CONSOLE MESSAGE: line 34: NOT_FOUND_ERR: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist. +PASS. DRT didn't crash. -- 2.7.4