| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-004.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-012.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-004.xht
|
| similarity index 80%
|
| copy from LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-012.xht
|
| copy to LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-004.xht
|
| index 7a81f09c4832ea6e1419c4a4e9c9d42eb7e3dcff..2c88d4a93859ab878b131a8d91c0fed64c5c26e3 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-012.xht
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-004.xht
|
| @@ -4,25 +4,21 @@
|
|
|
| <head>
|
|
|
| - <title>CSS Writing Modes Test: 'clip: rect()' in 'vertical-rl' writing-mode (non-orthogonal)</title>
|
| + <title>CSS Writing Modes Test: 'clip: rect()' in 'vertical-rl' 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-vrl-012-ref.xht" />
|
| + <link rel="match" href="clip-rect-vrl-004-ref.xht" />
|
|
|
| <meta content="image" name="flags" />
|
| - <meta content="This test checks that 'clip: rect(0px, 100px, 50px, 50px)' set to an image in a 'writing-mode: vertical-rl' document will make invisible the region outside the top-right corner of such image." name="assert" />
|
| + <meta content="This test checks that 'clip: rect(0px, 100px, 50px, 50px)' set to an image with 'writing-mode: vertical-rl' will make invisible the region outside the top-right corner of such image." name="assert" />
|
|
|
| <style type="text/css"><![CDATA[
|
| - html
|
| - {
|
| - -webkit-writing-mode: vertical-rl;
|
| - }
|
| -
|
| img#test
|
| {
|
| clip: rect(0px, 100px, 50px, 50px);
|
| position: absolute;
|
| + -webkit-writing-mode: vertical-rl;
|
| }
|
| ]]></style>
|
| </head>
|
|
|