| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-003.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-011.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-003.xht
|
| similarity index 81%
|
| copy from LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-011.xht
|
| copy to LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-003.xht
|
| index fb04426de7dbd645e1c785292502177da3ecf4a5..db0589b58c69030aa4e9401c7684953faa828730 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-011.xht
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vlr-003.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-011-ref.xht" />
|
| + <link rel="match" href="clip-rect-vrl-002-ref.xht" />
|
|
|
| <meta content="image" name="flags" />
|
| - <meta content="This test checks that 'clip: rect(0px, 50px, 50px, 0px)' set to an image in a 'writing-mode: vertical-lr' document will make invisible the region outside the top-left corner." name="assert" />
|
| + <meta content="This test checks that 'clip: rect(0px, 50px, 50px, 0px)' set to an image with 'writing-mode: vertical-lr' will make invisible the region outside the top-left corner of such image." name="assert" />
|
|
|
| <style type="text/css"><![CDATA[
|
| - html
|
| - {
|
| - -webkit-writing-mode: vertical-lr;
|
| - }
|
| -
|
| img#test
|
| {
|
| clip: rect(0px, 50px, 50px, 0px);
|
| position: absolute;
|
| + -webkit-writing-mode: vertical-lr;
|
| }
|
| ]]></style>
|
| </head>
|
|
|