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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html

Issue 1464213002: update-w3c-deps import using blink 111bc9ca2386a56cf662eff2cebd97f35dff6880: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: W3CImportExpectations Created 5 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
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html
index 04a9d419819ababcd253ae75732294ed3f71c871..0773bf50ec4b8724e10836d3ad7e5adaabea9869 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html
@@ -10,11 +10,12 @@
.outline {
color:orange;
display:inline-block;
- margin-left:3em;
outline:blue solid 2px;
}
</style>
<p>Test passes if inside of blue rectangles are orange.
<div class="container">
- <span class="outline">1<br>2</span>
+ <span class="outline" style="margin-left:1em">1</span><br>
+ <span class="outline" style="margin-left:3em">1<br>2</span><br>
+ <span class="outline" style="margin-left:5em">1<br>2<br>X</span>
</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698