Bug 1450341 [wpt PR 10256] - Replace Arial with Arimo GCS font, a=testonly

Automatic update from web-platform-testsReplace Arial with Arimo GCS font

BUG=787020
TBR=dpranke,asvitkine

Change-Id: I38740d1ee9fe621eabd5416f1a87b23a71fbb7e7
Reviewed-on: https://chromium-review.googlesource.com/986812
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547246}

wpt-commits: 771a209d64f3c07430b5b0090bc61fc31485f0b9
wpt-pr: 10256
wpt-commits: 771a209d64f3c07430b5b0090bc61fc31485f0b9
wpt-pr: 10256
This commit is contained in:
Tom Anderson 2018-04-09 21:24:09 +00:00 committed by James Graham
parent e856fd61df
commit d482e6a191
3 changed files with 6 additions and 6 deletions

View File

@ -517223,7 +517223,7 @@
"support"
],
"css/css-text/word-break/reference/word-break-break-all-ref-005.html": [
"c376685676b6a5a6c7bb4560d770944510d5d579",
"05d1f5271ed2dc1303b3cf2672bf73f209f7059f",
"support"
],
"css/css-text/word-break/reference/word-break-break-all-ref-006.html": [
@ -517359,7 +517359,7 @@
"reftest"
],
"css/css-text/word-break/word-break-break-all-005.html": [
"c6c188f4487e485f2ea040cd3e1fe4e0d88be5a6",
"e7c101668b0a2acce03a819de0fdbe6988f9e2a7",
"reftest"
],
"css/css-text/word-break/word-break-break-all-006.html": [

View File

@ -7,7 +7,7 @@
<style type='text/css'>
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 Arial; }
</style>
</head>
<body>
@ -15,4 +15,4 @@
<div class="ref" lang="bo"><span>ལྷ་སའི་སྐད་ད་<br/>ལྟ</span></div>
<div class="ref" lang="bo"><span>ལྷ་སའི་སྐད་ད་<br/>ལྟ</span></div>
</body>
</html>
</html>

View File

@ -10,7 +10,7 @@
<style type='text/css'>
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 Arial; }
</style>
</head>
<body>
@ -22,4 +22,4 @@ var sentenceWidth = document.getElementById('testspan').offsetWidth
document.getElementById('testdiv').style.width = String(sentenceWidth - 5)+'px'
</script>
</body>
</html>
</html>