Unreviewed, GTK rebaseline and skipping 3 new test failures.
authorphiln@webkit.org <philn@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 2 Feb 2012 13:42:07 +0000 (13:42 +0000)
committerphiln@webkit.org <philn@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 2 Feb 2012 13:42:07 +0000 (13:42 +0000)
* 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
LayoutTests/platform/gtk/Skipped
LayoutTests/platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt [new file with mode: 0644]

index fc574b1..3df10fe 100644 (file)
@@ -1,3 +1,10 @@
+2012-02-02  Philippe Normand  <pnormand@igalia.com>
+
+        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  <rhudea@adobe.com>
 
         Regions should ignore the saved currentRenderFlowThread during repainting
index feb7527..ad68467 100644 (file)
@@ -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 (file)
index 0000000..ac2c2ad
--- /dev/null
@@ -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.