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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/document-metadata/the-link-element/document-without-browsing-context-expected.txt

Issue 2143653006: Import wpt@c875b4212a473363afe8c09f012edf201386cb5b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update W3CImportExpectations Created 4 years, 5 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/wpt/html/semantics/document-metadata/the-link-element/document-without-browsing-context-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/document-metadata/the-link-element/document-without-browsing-context-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/document-metadata/the-link-element/document-without-browsing-context-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..782baefd435e4c0166775e5b53047b8c518d1fbb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/document-metadata/the-link-element/document-without-browsing-context-expected.txt
@@ -0,0 +1,5 @@
+This is a testharness.js-based test.
+FAIL Create a document, adopt the node assert_equals: expected "1" but got "def main(request, response):\n try:\n count = int(request.server.stash.take(request.GET[\"id\"]))\n except:\n count = 0\n if \"count\" in request.GET:\n return str(count)\n request.server.stash.put(request.GET[\"id\"], str(count + 1))\n return 'body { color: red }'\n"
+FAIL Create a stylesheet in innerHTML document assert_equals: expected "1" but got "def main(request, response):\n try:\n count = int(request.server.stash.take(request.GET[\"id\"]))\n except:\n count = 0\n if \"count\" in request.GET:\n return str(count)\n request.server.stash.put(request.GET[\"id\"], str(count + 1))\n return 'body { color: red }'\n"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698