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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL No title element in SVG document assert_equals: expected "title" but got "x -child" 2 PASS No title element in SVG document
3 FAIL Title element in SVG document assert_equals: expected "foobar" but got "foo " 3 PASS Title element in SVG document
4 FAIL Title element not child of SVG root assert_equals: expected "" but got "foo " 4 PASS Title element not child of SVG root
5 FAIL Title element not in SVG namespace assert_equals: expected "" but got "foo" 5 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.
6 FAIL Root element not named "svg" assert_equals: expected "" but got "foo" 6 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.
7 Harness: the test ran to completion. 7 Harness: the test ran to completion.
8 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698