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

Unified Diff: LayoutTests/inspector/elements/styles/media-emulation-expected.txt

Issue 1141943002: Disable multicol when printing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update LayoutTests/inspector/elements/styles/media-emulation-expected.txt Created 5 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/printing/multicol-not-supported.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/styles/media-emulation-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/media-emulation-expected.txt b/LayoutTests/inspector/elements/styles/media-emulation-expected.txt
index f2fbaaf8a06af844dbd9d9c66b2c4c456047d06a..6c86f5fa9053fb70fef8ddeda91a4cda3d20054c 100644
--- a/LayoutTests/inspector/elements/styles/media-emulation-expected.txt
+++ b/LayoutTests/inspector/elements/styles/media-emulation-expected.txt
@@ -29,6 +29,11 @@ element.style { ()
div { (user agent stylesheet)
display: block;
+[expanded]
+* { (user agent stylesheet)
+ -webkit-column-width: auto;
+ -webkit-column-count: auto;
+
tty media emulated:
[expanded]
element.style { ()
« no previous file with comments | « no previous file | LayoutTests/printing/multicol-not-supported.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698