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

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

Issue 2509753003: Initial TestExpectations vs. WPTServeExpectations cleanup (Closed)
Patch Set: rebased Created 4 years, 1 month 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
deleted file mode 100644
index 782baefd435e4c0166775e5b53047b8c518d1fbb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/document-metadata/the-link-element/document-without-browsing-context-expected.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-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