diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-02-01 09:31:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-01 09:31:52 -0500 |
commit | 8d80c65c8e105e911865d36ee99a5b0f34ea75d1 (patch) | |
tree | 348b0497fe07862f71e6f4960d6d7c034a8aa330 | |
parent | c7d9fa2456dacc91d4ff3cfaf35952b7fb9c7590 (diff) | |
download | servo-jdm-patch-12.tar.gz servo-jdm-patch-12.zip |
another synctable commitjdm-patch-12
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-break/break-before-always-001.xht | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-break/break-before-always-001.xht b/tests/wpt/web-platform-tests/css/css-break/break-before-always-001.xht index e2e7297d153..4aaa151a466 100644 --- a/tests/wpt/web-platform-tests/css/css-break/break-before-always-001.xht +++ b/tests/wpt/web-platform-tests/css/css-break/break-before-always-001.xht @@ -8,7 +8,7 @@ <meta name="assert" content="A forced break of type 'always' will break through both the multi-column context and the pagination context."/> <style type="text/css"><![CDATA[ .multicol { - columns: 2; + columns: 2;awefawefawefawef color: blue; font-weight: bold; } |