summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/white-space-wrap-after-nowrap-001-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-text/white-space/reference/white-space-wrap-after-nowrap-001-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-text/white-space/reference/white-space-wrap-after-nowrap-001-ref.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-text/white-space/reference/white-space-wrap-after-nowrap-001-ref.html b/testing/web-platform/tests/css/css-text/white-space/reference/white-space-wrap-after-nowrap-001-ref.html
new file mode 100644
index 0000000000..71e1c82465
--- /dev/null
+++ b/testing/web-platform/tests/css/css-text/white-space/reference/white-space-wrap-after-nowrap-001-ref.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<style>
+div {
+ width: 10ch;
+ border: 2px solid blue;
+ line-height: 1;
+}
+.ideo > div {
+ width: 1em;
+}
+</style>
+<body>
+ <section>
+ <div>12345<br>67890</div>
+ <div>12345<br>67890</div>
+ <div>12345<br>67890</div>
+ <div>12345<br>67890</div>
+
+ <div>12345<br>67890</div>
+ <div>12345<br>67890</div>
+ </section>
+
+ <section class="ideo">
+ <div>国<br>国</div>
+ <div>国<br>国</div>
+ </section>
+</body>