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

Unified Diff: third_party/WebKit/LayoutTests/printing/viewport-size-dependant-iframe-with-multicol-crash.html

Issue 1603613002: Refuse to paginate if page height is 0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: third_party/WebKit/LayoutTests/printing/viewport-size-dependant-iframe-with-multicol-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/very-tall-block-crash.html b/third_party/WebKit/LayoutTests/printing/viewport-size-dependant-iframe-with-multicol-crash.html
similarity index 56%
copy from third_party/WebKit/LayoutTests/fast/multicol/very-tall-block-crash.html
copy to third_party/WebKit/LayoutTests/printing/viewport-size-dependant-iframe-with-multicol-crash.html
index dbeeec6b2946ec494eb4baca026ca54de84ccf9a..204d76b75ca27942067125ccb251918592e37ec4 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/very-tall-block-crash.html
+++ b/third_party/WebKit/LayoutTests/printing/viewport-size-dependant-iframe-with-multicol-crash.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
+<p>PASS if no crash or assertion failure.</p>
+<iframe src="resources/viewport-sized-multicol.html" style="height:50vh; width:100%;"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
+ print();
</script>
-<p>PASS if no crash or assertion failure.</p>
-<div style="-webkit-columns:2;">
- <div style="height:12345678901234567890px;"></div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698