Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/regions/invalid-first-region-with-writing-mode-2-expected.html

Issue 23064019: Follow-up changes for bug 257965 (writing-mode on first region). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Invalid region specifying writing-mode</title>
5 </head>
6 <body style="background:white; color:black; overflow:hidden;">
7 <p>You should see the word 'PASS' below.</p>
8 <div style="height:100px;"></div>
9 <div style="width:4em; height:2em; color:white; background:black;">PASS< /div>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine