mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
12 lines
356 B
HTML
12 lines
356 B
HTML
<!DOCTYPE html>
|
|
<title>CSS Text: Don't crash with text-align-[last,all]:inline-end</title>
|
|
<link rel="help" href="https://drafts.csswg.org/css-text/#text-align-property">
|
|
<link rel="help" href="https://crbug.com/1313002">
|
|
<style>
|
|
div {
|
|
text-align: inline-end;
|
|
text-align-all: inline-end;
|
|
text-align-last: inline-end;
|
|
}
|
|
</style>
|
|
<div></div>
|