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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-007.xht

Issue 1170703002: Import more CSS Writing Modes Level 3 test suites (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TestExpetations Created 5 years, 6 months 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: LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-007.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-015.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-007.xht
similarity index 80%
copy from LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-015.xht
copy to LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-007.xht
index e37b84b496ba17143151059fcf295c5986f3426e..c3d3ea7a092fa9a1e17ffed433321fa42987350f 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-015.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-007.xht
@@ -4,25 +4,21 @@
<head>
- <title>CSS Writing Modes Test: 'clip: rect()' in 'vertical-lr' writing-mode (non-orthogonal)</title>
+ <title>CSS Writing Modes Test: 'clip: rect()' in 'vertical-lr' writing-mode (orthogonal)</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#physical-only" title="7.6 Purely Physical Mappings" />
- <link rel="match" href="clip-rect-vlr-015-ref.xht" />
+ <link rel="match" href="clip-rect-vrl-006-ref.xht" />
<meta content="image" name="flags" />
- <meta content="This test checks that 'clip: rect(50px, 50px, 100px, 0px)' set to an image in a 'writing-mode: vertical-lr' document will make invisible the region outside the bottom-left corner of such image." name="assert" />
+ <meta content="This test checks that 'clip: rect(50px, 50px, 100px, 0px)' set to an image with 'writing-mode: vertical-lr' will make invisible the region outside the bottom-left corner of such image." name="assert" />
<style type="text/css"><![CDATA[
- html
- {
- -webkit-writing-mode: vertical-lr;
- }
-
img#test
{
clip: rect(50px, 50px, 100px, 0px);
position: absolute;
+ -webkit-writing-mode: vertical-lr;
}
]]></style>
</head>

Powered by Google App Engine
This is Rietveld 408576698