diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2020-09-25 08:19:58 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2020-09-25 10:45:49 +0000 |
commit | 3173ca7ad966b1768bbb537f9059e4311624c3f9 (patch) | |
tree | d9b07c5325bcf1a9ea426286a74f53a5f5238e7b /tests/wpt/web-platform-tests/css/css-text | |
parent | 0baa1ea7bda62cdc8d53d040cad5144e8ff4371b (diff) | |
download | servo-3173ca7ad966b1768bbb537f9059e4311624c3f9.tar.gz servo-3173ca7ad966b1768bbb537f9059e4311624c3f9.zip |
Update web-platform-tests to revision 0c112f38ee0040ba788d927e73b1ab1a7b856230
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-text')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/altering-dom-crash.html | 2 | ||||
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/whitespace-followed-by-cham-symbol-crash.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-text/altering-dom-crash.html b/tests/wpt/web-platform-tests/css/css-text/altering-dom-crash.html index 227956e7a31..4840014533d 100644 --- a/tests/wpt/web-platform-tests/css/css-text/altering-dom-crash.html +++ b/tests/wpt/web-platform-tests/css/css-text/altering-dom-crash.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <title>CSS Text Test: Altering the DOM generates empty text elements that cause line-breaking to crash</title> -<link rel="help" href="https://crbug.com/972992"> +<link rel="help" href="https://crbug.com/1128571"> <style> body { width: 5pt; diff --git a/tests/wpt/web-platform-tests/css/css-text/whitespace-followed-by-cham-symbol-crash.html b/tests/wpt/web-platform-tests/css/css-text/whitespace-followed-by-cham-symbol-crash.html index c56f915518f..b07a802ecd6 100644 --- a/tests/wpt/web-platform-tests/css/css-text/whitespace-followed-by-cham-symbol-crash.html +++ b/tests/wpt/web-platform-tests/css/css-text/whitespace-followed-by-cham-symbol-crash.html @@ -1,5 +1,5 @@ <title>CSS Text Test: Under quirks mode, a white space, followed by a Cham symbol, makes chrome to crash</title> -<link rel="help" href="https://crbug.com/972992"> +<link rel="help" href="https://crbug.com/1130288"> <style> body { margin: 40 91 18446744073709551526px 5307% } #tCF9 { line-break: anywhere; } |