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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001-ref-expected.html

Issue 2303013002: Add UMA metric to track usage of sending a mousedown to select elements. (Closed)
Patch Set: W3C auto test import CL. Created 4 years, 3 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/grouping-content/the-pre-element/grouping-pre-reftest-001-ref-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001-ref-expected.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001-ref-expected.html
deleted file mode 100644
index e3d1aa485158c16d84c406a001f6766afdfb88a4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001-ref-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="utf-8">
- <title>pre element</title>
- <link rel="author" title="dzenana" href="mailto:dzenana.trenutak@gmail.com">
- <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-pre-element">
- <link rel="match" href="grouping-pre-reftest-001-ref.html" />
- <meta name="assert" content="Newlines within pre elements separate paragraphs for the purposes of BIDI." />
-</head>
-<body>
- <h1>Description</h1>
- <p>This test continues to validate the pre element.</p>
-
- <p>The spec states:</p>
- <blockquote>"A newline in a pre element should separate paragraphs for the purposes of the Unicode bidirectional algorithm. This requirement may be implemented indirectly through the style layer. For example, an HTML+CSS user agent could implement these requirements by implementing the CSS 'unicode-bidi' property."</blockquote>
-
- <p>This reftest passes if below you see "ABC ABC" repeated on two separate lines below (4 ABCs total):</p>
-
- <pre>&#x202E; CBA CBA
-ABC ABC</pre>
-
-</html>

Powered by Google App Engine
This is Rietveld 408576698