Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-09-expected.txt

Issue 1752713002: Fix SVGDocument return title that is not a child of the root element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-09-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-09-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-09-expected.txt
index 1bd121deded1508a7c2256ad7901a436836c501e..a200c74efc63824531e3fc190fe20b2172453f90 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-09-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-09-expected.txt
@@ -1,8 +1,8 @@
This is a testharness.js-based test.
-FAIL No title element in SVG document assert_equals: expected "title" but got "x-child"
-FAIL Title element in SVG document assert_equals: expected "foobar" but got "foo"
-FAIL Title element not child of SVG root assert_equals: expected "" but got "foo"
+PASS No title element in SVG document
+PASS Title element in SVG document
+PASS Title element not child of SVG root
FAIL Title element not in SVG namespace assert_equals: expected "" but got "foo"
fs 2016/03/01 15:49:03 Why not look into fixing this too while we're at i
hyunjunekim2 2016/03/03 14:06:10 Done.
-FAIL Root element not named "svg" assert_equals: expected "" but got "foo"
+FAIL Root element not named "svg" assert_equals: expected 0 but got 1
fs 2016/03/01 15:49:03 This looks like a regression.
hyunjunekim2 2016/03/03 14:06:10 Done.
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698