summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/change-inline-color-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-break/change-inline-color-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-break/change-inline-color-ref.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-break/change-inline-color-ref.html b/testing/web-platform/tests/css/css-break/change-inline-color-ref.html
new file mode 100644
index 0000000000..7f99f57a67
--- /dev/null
+++ b/testing/web-platform/tests/css/css-break/change-inline-color-ref.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
+<link rel="help" href="https://www.w3.org/TR/css-break-3/">
+<style>
+ .fakecolumn {
+ width: 1em;
+ text-align: center;
+ }
+</style>
+<p>The word PASS should be seen below.</p>
+<div style="display:flex; color:green;">
+ <div class="fakecolumn">P</div>
+ <div class="fakecolumn">A</div>
+ <div class="fakecolumn">S</div>
+ <div class="fakecolumn">S</div>
+</div>