mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8
This commit is contained in:
parent
68cb8f3d59
commit
75d6484415
1377 changed files with 31062 additions and 16983 deletions
|
@ -0,0 +1,10 @@
|
|||
<!doctype html>
|
||||
<title>Dynamic placeholder attribute changes after addition shouldn't crash</title>
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1662483">
|
||||
<input type="text">
|
||||
<script>
|
||||
let input = document.querySelector("input");
|
||||
input.getBoundingClientRect();
|
||||
input.placeholder = "Foo";
|
||||
input.placeholder = "Bar";
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue