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

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

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/block-flow-direction-021.xht
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-021.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-021.xht
index 6980c85eed1eab280983b0d09653281565f5e291..9a3895766059e39143d2a80ff697eed32a7e431b 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-021.xht
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-021.xht
@@ -15,9 +15,9 @@
<style type="text/css"><![CDATA[
html
- {
- writing-mode: vertical-rl;
- }
+ {
+ writing-mode: vertical-rl;
+ }
/*
"
The principal writing mode of the document is determined by the writing-mode
@@ -26,24 +26,30 @@
*/
body
- {
- color: yellow;
- font: 20px/1 Ahem;
- height: 9em;
- }
+ {
+ color: yellow;
+ font: 20px/1 Ahem;
+ height: 9em;
+ }
ul
- {
- background-color: blue;
- border-bottom: blue solid 1em;
- list-style: none outside url("support/blue1x1.png");
- margin: 0em;
- padding-top: 1em; /* overriding default -webkit-padding-start: 40px in several browsers */
- }
-
- ul.right-border { border-right: blue solid 1em; }
-
- ul#left-border { border-left: blue solid 1em; }
+ {
+ background-color: blue;
+ border-bottom: blue solid 1em;
+ list-style: none outside url("support/blue1x1.png");
+ margin: 0em;
+ padding-top: 1em; /* overriding default -webkit-padding-start: 40px in several browsers */
+ }
+
+ ul.right-border
+ {
+ border-right: blue solid 1em;
+ }
+
+ ul#left-border
+ {
+ border-left: blue solid 1em;
+ }
]]></style>
</head>

Powered by Google App Engine
This is Rietveld 408576698