Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html

Issue 1666363003: Import web-platform-tests@27e3d93f88a71a249d1df872a5d613b3243b9588 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed win failiure in TestExpectations Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html
index 3e76576f76c77191a8970c94efdd8de3ef8f179e..0de7ff329c2ab39800796ea5b5136df9e329953d 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html
@@ -19,7 +19,7 @@
<li class="upper-roman">fifth item</li>
<li class="disc">sixth item</li>
<li class="circle">seventh item</li>
-<li class="square">eigth item</li>
+<li class="square">eighth item</li>
<li class="none">ninth item</li>
<ol>
<li class="decimal">first ordered item</li>
@@ -29,7 +29,7 @@
<li class="upper-roman">fifth ordered item</li>
<li class="disc">sixth ordered item</li>
<li class="circle">seventh ordered item</li>
- <li class="square">eigth ordered item</li>
+ <li class="square">eighth ordered item</li>
<li class="none">ninth ordered item</li>
</ol>
<ul>
@@ -40,6 +40,6 @@
<li class="upper-roman">fifth unordered item</li>
<li class="disc">sixth unordered item</li>
<li class="circle">seventh unordered item</li>
- <li class="square">eigth unordered item</li>
+ <li class="square">eighth unordered item</li>
<li class="none">ninth unordered item</li>
</ul>

Powered by Google App Engine