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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-htb-001.xht

Issue 1478133002: update-w3c-deps import using blink 54becd8ebf2d6c048c943158778a1d64c28aa936: (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/block-flow-direction-htb-001.xht
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-001.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-htb-001.xht
similarity index 83%
rename from third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-001.xht
rename to third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-htb-001.xht
index 192d7437d7794f72f3669c8e8af11d86d1a58c86..e245621e6c53d927a420f83d2c00ad95a2a6cf72 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-001.xht
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-htb-001.xht
@@ -14,7 +14,10 @@
<meta content="This test checks that block-level boxes in a 'horizontal-tb' writing mode are laid out one after the other, vertically, with the first beginning at the top of a containing block; they are ordered from top to bottom meaning that the 1st block box is the topmost one, then the 2nd block is juxtaposed at its bottom, then the 3rd block is juxtaposed to the 2nd block at its bottom, etc..." name="assert" />
<style type="text/css"><![CDATA[
- html { writing-mode: horizontal-tb; }
+ html
+ {
+ writing-mode: horizontal-tb;
+ }
/*
"
The principal writing mode of the document is determined by the writing-mode
@@ -23,22 +26,28 @@
*/
body
- {
- color: yellow;
- font: 20px/1 Ahem;
- width: 21em;
- }
+ {
+ color: yellow;
+ font: 20px/1 Ahem;
+ width: 21em;
+ }
div
- {
- background-color: blue;
- border-left: blue solid 1em;
- border-right: blue solid 1em;
- }
-
- div#top-border { border-top: blue solid 1em; }
-
- div#bottom-border { border-bottom: blue solid 1em; }
+ {
+ background-color: blue;
+ border-left: blue solid 1em;
+ border-right: blue solid 1em;
+ }
+
+ div#top-border
+ {
+ border-top: blue solid 1em;
+ }
+
+ div#bottom-border
+ {
+ border-bottom: blue solid 1em;
+ }
]]></style>
</head>

Powered by Google App Engine
This is Rietveld 408576698