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

Unified Diff: LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml

Issue 1328673003: Remove -webkit-line-box-contain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix up a few more tests. Created 5 years, 3 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/block/lineboxcontain/block-with-ideographs.xhtml
diff --git a/LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml b/LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml
deleted file mode 100644
index a345300a4585fba5b8d49853fc33a6fc7da36e47..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml
+++ /dev/null
@@ -1,16 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
- <body style="font-size: 48px; overflow: hidden;">
- <div style="-webkit-line-box-contain: block glyphs;">
- <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px">為<ruby>櫻</ruby>田</div>
- <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
- </div>
- <div style="-webkit-line-box-contain: block font;">
- <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px">為<ruby>櫻</ruby>田</div>
- <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
- </div>
- <div style="-webkit-line-box-contain: block inline-box;">
- <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px">為<ruby>櫻</ruby>田</div>
- <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
- </div>
- </body>
-</html>
« no previous file with comments | « LayoutTests/fast/block/lineboxcontain/block-replaced.html ('k') | LayoutTests/fast/block/lineboxcontain/font.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698