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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.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
Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html
index 15a9657de88930c62c625cbf7a2d1e46f9bb0742..f7794613bceae868259811552d48fa710dc49813 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html
@@ -9,7 +9,7 @@
.container {
color:transparent;
font:50px/1 Ahem;
- height:5em;
+ height:6em;
writing-mode:vertical-rl;
}
.outline {
@@ -24,9 +24,9 @@
Additional div to ensure that the origin of the containing block of the
outline span is different from the origin of the writing mode root.
-->
+ <div>123<span class="outline">XXX</span></div>
+ <div>12345 6<span class="outline">XX</span></div>
<div>1</div>
- <div>12345<span class="outline">67</span></div>
- <div>1</div>
- <div>1</div>
+ <div><span class="outline">1</span></div>
<div>1</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698