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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/math-parse03.html

Issue 2020943002: update-w3c-deps: Do not modify testharness tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/syntax/parsing/math-parse03.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/math-parse03.html b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/math-parse03.html
index 0ee03961332ab74fb30386be1344d482b54defa5..a3dbdc4e61aad00648c6b9ac34e22c08cbea12ce 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/math-parse03.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/math-parse03.html
@@ -14,13 +14,13 @@
<div><MATH id="m1"><Mtext/></math></div>
<div id="d1"><math><MI MATHVARIANT="BOLD" /></math></div>
<div id="d2"><math><semantics DEFINITIONurl="www.example.org/FOO"><mi>a</mi><annotation-xml><foo/><bar/></annotation-xml></semantics></math></div>
-<div><math id="m3span-mtext"><mtext><Span>x</span></mtext></math></div>
-<div><math id="m3span-mi"><mi><Span>x</span></mi></math></div>
-<div><math id="m3span-mrow"><mi><Span>x</span></mrow></math></div>
-<div><math id="m3p-mtext"><mtext><P>x</p></mtext></math></div>
-<div><math id="m3p-mi"><mi><P>x</p></mi></math></div>
-<div id="d3p-mrow"><math><mrow><P>x</p><mi>y</mi></mrow></math></div>
-<div><math id="m4"><mtext><Undefinedelement>x</undefinedelement></mtext></math></div>
+<div><math id="m3span-mtext"><mtext><Span>x</Span></mtext></math></div>
+<div><math id="m3span-mi"><mi><Span>x</Span></mi></math></div>
+<div><math id="m3span-mrow"><mi><Span>x</Span></mrow></math></div>
+<div><math id="m3p-mtext"><mtext><P>x</P></mtext></math></div>
+<div><math id="m3p-mi"><mi><P>x</P></mi></math></div>
+<div id="d3p-mrow"><math><mrow><P>x</P><mi>y</mi></mrow></math></div>
+<div><math id="m4"><mtext><Undefinedelement>x</Undefinedelement></mtext></math></div>
<div><math id="m5"><mtext><mi>x</mi></mtext></math></div>
<div><math><semantics><mi>x</mi>
<annotation-xml><p id="p6default">x</p></annotation-xml>

Powered by Google App Engine
This is Rietveld 408576698