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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/background-size-document-root-vrl-002.html

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 4
5 <head> 5 <head>
6 6
7 <meta charset="UTF-8"> 7 <meta charset="UTF-8">
8 8
9 <title>CSS Writing Modes Test: 'background-size: 100%' filling padding-box of document root element</title> 9 <title>CSS Writing Modes Test: 'background-size: 100%' filling padding-box of document root element</title>
10 10
11 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> 11 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
12 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/Browse rBugsSection/css21testsuite/"> <!-- 2015-05-01 --> 12 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/Browse rBugsSection/css21testsuite/"> <!-- 2015-05-01 -->
13 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#physical-only " title="7.6 Purely Physical Mappings"> 13 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#physical-only " title="7.6 Purely Physical Mappings">
14 <link rel="match" href="background-size-document-root-vrl-002-ref.xht"> 14 <link rel="match" href="background-size-document-root-vrl-002-ref.xht">
15 15
16 <meta name="flags" content="image"> 16 <meta name="flags" content="image">
17 <meta name="assert" content="Test checks that 'background-size: 100% 100%' app lied for the html root element will make the background-image fill the padding-b ox of the document box. Since 'background-color' is 'transparent' and since 'bac kground-repeat' is set to 'no-repeat', then only the padding-box of the document root box should be painted green and such padding-box should start at top-right corner of canvas because 'writing-mode' is set to 'vertical-rl'."> 17 <meta name="assert" content="Test checks that 'background-size: 100% 100%' app lied for the html root element will make the background-image fill the padding-b ox of the document box. Since 'background-color' is 'transparent' and since 'bac kground-repeat' is set to 'no-repeat', then only the padding-box of the document root box should be painted green and such padding-box should start at top-right corner of canvas because 'writing-mode' is set to 'vertical-rl'.">
18 18
19 <style> 19 <style>
20 img 20 img
21 { 21 {
22 margin-left: 100px; 22 margin-left: 100px;
(...skipping 19 matching lines...) Expand all
42 <body> 42 <body>
43 43
44 <p>Test passes if there is a filled green square and <strong>no red</strong>.< /p> 44 <p>Test passes if there is a filled green square and <strong>no red</strong>.< /p>
45 45
46 <div><iframe src="support/embedded-doc-for-background-size-root-vrl-002.html"> This test requires an user agent with capability to embed an HTML document thank s to the HTML &lt;iframe&gt; element.</iframe></div> 46 <div><iframe src="support/embedded-doc-for-background-size-root-vrl-002.html"> This test requires an user agent with capability to embed an HTML document thank s to the HTML &lt;iframe&gt; element.</iframe></div>
47 47
48 <div><img id="reference-overlapped-red" src="support/100x100-red.png" alt="Ima ge download support must be enabled"></div> 48 <div><img id="reference-overlapped-red" src="support/100x100-red.png" alt="Ima ge download support must be enabled"></div>
49 49
50 </body> 50 </body>
51 </html> 51 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698