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

Unified Diff: LayoutTests/fast/multicol/recursive-split-flow-crash.html

Issue 201573009: Remove -webkit-column-progression and -webkit-column-axis properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master (fixed the DOS-style line break issue there) Created 6 years, 9 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: LayoutTests/fast/multicol/recursive-split-flow-crash.html
diff --git a/LayoutTests/fast/multicol/recursive-split-flow-crash.html b/LayoutTests/fast/multicol/recursive-split-flow-crash.html
index 5ec1ed0276c6d0e8fedea8a42ffc69970dd55f68..0685b550e34ff0f87969aa868bcbeb93c8153935 100644
--- a/LayoutTests/fast/multicol/recursive-split-flow-crash.html
+++ b/LayoutTests/fast/multicol/recursive-split-flow-crash.html
@@ -28,7 +28,6 @@ document.execCommand("SelectAll", true);
styleSheet0.insertRule('.testClass { -webkit-column-span: all ; }', 0);
test1.appendChild(test2);
styleSheet0.insertRule('.testClass::first-letter { border-style: none; }', 0);
-styleSheet0.insertRule('.container { -webkit-column-axis: vertical; }', 0);
</script>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698